Uses of Class
com.google.genai.types.EncryptionSpec
Packages that use EncryptionSpec
-
Uses of EncryptionSpec in com.google.genai.types
Methods in com.google.genai.types that return EncryptionSpecModifier and TypeMethodDescriptionabstract EncryptionSpec
EncryptionSpec.Builder.build()
static EncryptionSpec
Deserializes a JSON string to a EncryptionSpec object.Methods in com.google.genai.types that return types with arguments of type EncryptionSpecModifier and TypeMethodDescriptionabstract Optional<EncryptionSpec>
TuningJob.encryptionSpec()
Customer-managed encryption key options for a TuningJob.Methods in com.google.genai.types with parameters of type EncryptionSpecModifier and TypeMethodDescriptionabstract TuningJob.Builder
TuningJob.Builder.encryptionSpec
(EncryptionSpec encryptionSpec) Setter for encryptionSpec.