Uses of Class
com.google.genai.types.SupervisedHyperParameters
Packages that use SupervisedHyperParameters
-
Uses of SupervisedHyperParameters in com.google.genai.types
Methods in com.google.genai.types that return SupervisedHyperParametersModifier and TypeMethodDescriptionabstract SupervisedHyperParameters
SupervisedHyperParameters.Builder.build()
static SupervisedHyperParameters
Deserializes a JSON string to a SupervisedHyperParameters object.Methods in com.google.genai.types that return types with arguments of type SupervisedHyperParametersModifier and TypeMethodDescriptionabstract Optional<SupervisedHyperParameters>
SupervisedTuningSpec.hyperParameters()
Optional.Methods in com.google.genai.types with parameters of type SupervisedHyperParametersModifier and TypeMethodDescriptionabstract SupervisedTuningSpec.Builder
SupervisedTuningSpec.Builder.hyperParameters
(SupervisedHyperParameters hyperParameters) Setter for hyperParameters.