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 EncryptionSpecEncryptionSpec.Builder.build()static EncryptionSpecDeserializes 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.BuilderTuningJob.Builder.encryptionSpec(EncryptionSpec encryptionSpec) Setter for encryptionSpec.