GoogleCloudAiplatformV1EvaluateInstancesResponse constructor

GoogleCloudAiplatformV1EvaluateInstancesResponse({
  1. GoogleCloudAiplatformV1BleuResults? bleuResults,
  2. GoogleCloudAiplatformV1CoherenceResult? coherenceResult,
  3. GoogleCloudAiplatformV1CometResult? cometResult,
  4. GoogleCloudAiplatformV1ExactMatchResults? exactMatchResults,
  5. GoogleCloudAiplatformV1FluencyResult? fluencyResult,
  6. GoogleCloudAiplatformV1FulfillmentResult? fulfillmentResult,
  7. GoogleCloudAiplatformV1GroundednessResult? groundednessResult,
  8. List<GoogleCloudAiplatformV1MetricResult>? metricResults,
  9. GoogleCloudAiplatformV1MetricxResult? metricxResult,
  10. GoogleCloudAiplatformV1PairwiseMetricResult? pairwiseMetricResult,
  11. GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult? pairwiseQuestionAnsweringQualityResult,
  12. GoogleCloudAiplatformV1PairwiseSummarizationQualityResult? pairwiseSummarizationQualityResult,
  13. GoogleCloudAiplatformV1PointwiseMetricResult? pointwiseMetricResult,
  14. GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult? questionAnsweringCorrectnessResult,
  15. GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult? questionAnsweringHelpfulnessResult,
  16. GoogleCloudAiplatformV1QuestionAnsweringQualityResult? questionAnsweringQualityResult,
  17. GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult? questionAnsweringRelevanceResult,
  18. GoogleCloudAiplatformV1RougeResults? rougeResults,
  19. GoogleCloudAiplatformV1RubricBasedInstructionFollowingResult? rubricBasedInstructionFollowingResult,
  20. GoogleCloudAiplatformV1SafetyResult? safetyResult,
  21. GoogleCloudAiplatformV1SummarizationHelpfulnessResult? summarizationHelpfulnessResult,
  22. GoogleCloudAiplatformV1SummarizationQualityResult? summarizationQualityResult,
  23. GoogleCloudAiplatformV1SummarizationVerbosityResult? summarizationVerbosityResult,
  24. GoogleCloudAiplatformV1ToolCallValidResults? toolCallValidResults,
  25. GoogleCloudAiplatformV1ToolNameMatchResults? toolNameMatchResults,
  26. GoogleCloudAiplatformV1ToolParameterKeyMatchResults? toolParameterKeyMatchResults,
  27. GoogleCloudAiplatformV1ToolParameterKVMatchResults? toolParameterKvMatchResults,
  28. GoogleCloudAiplatformV1TrajectoryAnyOrderMatchResults? trajectoryAnyOrderMatchResults,
  29. GoogleCloudAiplatformV1TrajectoryExactMatchResults? trajectoryExactMatchResults,
  30. GoogleCloudAiplatformV1TrajectoryInOrderMatchResults? trajectoryInOrderMatchResults,
  31. GoogleCloudAiplatformV1TrajectoryPrecisionResults? trajectoryPrecisionResults,
  32. GoogleCloudAiplatformV1TrajectoryRecallResults? trajectoryRecallResults,
  33. 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,
});