class Google::Apis::MlV1::GoogleCloudMlV1EncryptionConfig
Represents a custom encryption key configuration that can be applied to a resource.
Attributes
kms_key_name[RW]
The Cloud KMS resource identifier of the customer-managed encryption key used to protect a resource, such as a training job. It has the following format: ` projects/`PROJECT_ID`/locations/`REGION`/keyRings/`KEY_RING_NAME`/cryptoKeys/` KEY_NAME“ Corresponds to the JSON property `kmsKeyName` @return [String]
Public Class Methods
new(**args)
click to toggle source
# File lib/google/apis/ml_v1/classes.rb, line 1002 def initialize(**args) update!(**args) end
Public Instance Methods
update!(**args)
click to toggle source
Update properties of this object
# File lib/google/apis/ml_v1/classes.rb, line 1007 def update!(**args) @kms_key_name = args[:kms_key_name] if args.key?(:kms_key_name) end