Uses of Class
com.google.genai.types.EvaluationDataset
Packages that use EvaluationDataset
-
Uses of EvaluationDataset in com.google.genai.types
Methods in com.google.genai.types that return EvaluationDatasetModifier and TypeMethodDescriptionabstract EvaluationDatasetEvaluationDataset.Builder.build()static EvaluationDatasetDeserializes a JSON string to a EvaluationDataset object.Methods in com.google.genai.types that return types with arguments of type EvaluationDatasetModifier and TypeMethodDescriptionabstract Optional<EvaluationDataset>AggregationOutput.dataset()The dataset used for evaluation & aggregation.Methods in com.google.genai.types with parameters of type EvaluationDatasetModifier and TypeMethodDescriptionabstract AggregationOutput.BuilderAggregationOutput.Builder.dataset(EvaluationDataset dataset) Setter for dataset.