encryptionSpec

public abstract TuningJob.Builder encryptionSpec(EncryptionSpec encryptionSpec)

Setter for encryptionSpec.

encryptionSpec: Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.


@CanIgnoreReturnValue()
public TuningJob.Builder encryptionSpec(EncryptionSpec.Builder encryptionSpecBuilder)

Setter for encryptionSpec builder.

encryptionSpec: Customer-managed encryption key options for a TuningJob. If this is set, then all resources created by the TuningJob will be encrypted with the provided encryption key.