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 SupervisedHyperParametersSupervisedHyperParameters.Builder.build()static SupervisedHyperParametersDeserializes 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.BuilderSupervisedTuningSpec.Builder.hyperParameters(SupervisedHyperParameters hyperParameters) Setter for hyperParameters.