Uses of Class
com.google.genai.types.EvaluationConfig
Packages that use EvaluationConfig
-
Uses of EvaluationConfig in com.google.genai.types
Methods in com.google.genai.types that return EvaluationConfigModifier and TypeMethodDescriptionabstract EvaluationConfigEvaluationConfig.Builder.build()static EvaluationConfigDeserializes a JSON string to a EvaluationConfig object.Methods in com.google.genai.types that return types with arguments of type EvaluationConfigModifier and TypeMethodDescriptionabstract Optional<EvaluationConfig>CreateTuningJobConfig.evaluationConfig()Evaluation config for the tuning job.abstract Optional<EvaluationConfig>TuningJob.evaluationConfig()Evaluation config for the tuning job.Methods in com.google.genai.types with parameters of type EvaluationConfigModifier and TypeMethodDescriptionabstract CreateTuningJobConfig.BuilderCreateTuningJobConfig.Builder.evaluationConfig(EvaluationConfig evaluationConfig) Setter for evaluationConfig.abstract TuningJob.BuilderTuningJob.Builder.evaluationConfig(EvaluationConfig evaluationConfig) Setter for evaluationConfig.