GoogleCloudAiplatformV1EvaluateInstancesResponse constructor
GoogleCloudAiplatformV1EvaluateInstancesResponse({
- GoogleCloudAiplatformV1BleuResults? bleuResults,
- GoogleCloudAiplatformV1CoherenceResult? coherenceResult,
- GoogleCloudAiplatformV1CometResult? cometResult,
- GoogleCloudAiplatformV1ExactMatchResults? exactMatchResults,
- GoogleCloudAiplatformV1FluencyResult? fluencyResult,
- GoogleCloudAiplatformV1FulfillmentResult? fulfillmentResult,
- GoogleCloudAiplatformV1GroundednessResult? groundednessResult,
- List<
GoogleCloudAiplatformV1MetricResult> ? metricResults, - GoogleCloudAiplatformV1MetricxResult? metricxResult,
- GoogleCloudAiplatformV1PairwiseMetricResult? pairwiseMetricResult,
- GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult? pairwiseQuestionAnsweringQualityResult,
- GoogleCloudAiplatformV1PairwiseSummarizationQualityResult? pairwiseSummarizationQualityResult,
- GoogleCloudAiplatformV1PointwiseMetricResult? pointwiseMetricResult,
- GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult? questionAnsweringCorrectnessResult,
- GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult? questionAnsweringHelpfulnessResult,
- GoogleCloudAiplatformV1QuestionAnsweringQualityResult? questionAnsweringQualityResult,
- GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult? questionAnsweringRelevanceResult,
- GoogleCloudAiplatformV1RougeResults? rougeResults,
- GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult? rubricBasedInstructionFollowingResult,
- GoogleCloudAiplatformV1SafetyResult? safetyResult,
- GoogleCloudAiplatformV1SummarizationHelpfulnessResult? summarizationHelpfulnessResult,
- GoogleCloudAiplatformV1SummarizationQualityResult? summarizationQualityResult,
- GoogleCloudAiplatformV1SummarizationVerbosityResult? summarizationVerbosityResult,
- GoogleCloudAiplatformV1ToolCallValidResults? toolCallValidResults,
- GoogleCloudAiplatformV1ToolNameMatchResults? toolNameMatchResults,
- GoogleCloudAiplatformV1ToolParameterKeyMatchResults? toolParameterKeyMatchResults,
- GoogleCloudAiplatformV1ToolParameterKVMatchResults? toolParameterKvMatchResults,
- GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults? trajectoryAnyOrderMatchResults,
- GoogleCloudAiplatformV1TrajectoryExactMatchResults? trajectoryExactMatchResults,
- GoogleCloudAiplatformV1TrajectoryInOrderMatchResults? trajectoryInOrderMatchResults,
- GoogleCloudAiplatformV1TrajectoryPrecisionResults? trajectoryPrecisionResults,
- GoogleCloudAiplatformV1TrajectoryRecallResults? trajectoryRecallResults,
- GoogleCloudAiplatformV1TrajectorySingleToolUseResults? trajectorySingleToolUseResults,
Implementation
GoogleCloudAiplatformV1EvaluateInstancesResponse({
this.bleuResults,
this.coherenceResult,
this.cometResult,
this.exactMatchResults,
this.fluencyResult,
this.fulfillmentResult,
this.groundednessResult,
this.metricResults,
this.metricxResult,
this.pairwiseMetricResult,
this.pairwiseQuestionAnsweringQualityResult,
this.pairwiseSummarizationQualityResult,
this.pointwiseMetricResult,
this.questionAnsweringCorrectnessResult,
this.questionAnsweringHelpfulnessResult,
this.questionAnsweringQualityResult,
this.questionAnsweringRelevanceResult,
this.rougeResults,
this.rubricBasedInstructionFollowingResult,
this.safetyResult,
this.summarizationHelpfulnessResult,
this.summarizationQualityResult,
this.summarizationVerbosityResult,
this.toolCallValidResults,
this.toolNameMatchResults,
this.toolParameterKeyMatchResults,
this.toolParameterKvMatchResults,
this.trajectoryAnyOrderMatchResults,
this.trajectoryExactMatchResults,
this.trajectoryInOrderMatchResults,
this.trajectoryPrecisionResults,
this.trajectoryRecallResults,
this.trajectorySingleToolUseResults,
});