Uses of Class
com.google.genai.types.TunedModelInfo
Packages that use TunedModelInfo
-
Uses of TunedModelInfo in com.google.genai.types
Methods in com.google.genai.types that return TunedModelInfoModifier and TypeMethodDescriptionabstract TunedModelInfoTunedModelInfo.Builder.build()static TunedModelInfoDeserializes a JSON string to a TunedModelInfo object.Methods in com.google.genai.types that return types with arguments of type TunedModelInfoModifier and TypeMethodDescriptionabstract Optional<TunedModelInfo>Model.tunedModelInfo()Information about the tuned model from the base model.Methods in com.google.genai.types with parameters of type TunedModelInfoModifier and TypeMethodDescriptionabstract Model.BuilderModel.Builder.tunedModelInfo(TunedModelInfo tunedModelInfo) Setter for tunedModelInfo.