GoogleCloudAiplatformV1EvaluateInstancesRequest constructor

GoogleCloudAiplatformV1EvaluateInstancesRequest({
  1. GoogleCloudAiplatformV1AutoraterConfig? autoraterConfig,
  2. GoogleCloudAiplatformV1BleuInput? bleuInput,
  3. GoogleCloudAiplatformV1CoherenceInput? coherenceInput,
  4. GoogleCloudAiplatformV1CometInput? cometInput,
  5. GoogleCloudAiplatformV1ExactMatchInput? exactMatchInput,
  6. GoogleCloudAiplatformV1FluencyInput? fluencyInput,
  7. GoogleCloudAiplatformV1FulfillmentInput? fulfillmentInput,
  8. GoogleCloudAiplatformV1GroundednessInput? groundednessInput,
  9. GoogleCloudAiplatformV1MetricxInput? metricxInput,
  10. GoogleCloudAiplatformV1PairwiseMetricInput? pairwiseMetricInput,
  11. GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput? pairwiseQuestionAnsweringQualityInput,
  12. GoogleCloudAiplatformV1PairwiseSummarizationQualityInput? pairwiseSummarizationQualityInput,
  13. GoogleCloudAiplatformV1PointwiseMetricInput? pointwiseMetricInput,
  14. GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput? questionAnsweringCorrectnessInput,
  15. GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput? questionAnsweringHelpfulnessInput,
  16. GoogleCloudAiplatformV1QuestionAnsweringQualityInput? questionAnsweringQualityInput,
  17. GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput? questionAnsweringRelevanceInput,
  18. GoogleCloudAiplatformV1RougeInput? rougeInput,
  19. GoogleCloudAiplatformV1SafetyInput? safetyInput,
  20. GoogleCloudAiplatformV1SummarizationHelpfulnessInput? summarizationHelpfulnessInput,
  21. GoogleCloudAiplatformV1SummarizationQualityInput? summarizationQualityInput,
  22. GoogleCloudAiplatformV1SummarizationVerbosityInput? summarizationVerbosityInput,
  23. GoogleCloudAiplatformV1ToolCallValidInput? toolCallValidInput,
  24. GoogleCloudAiplatformV1ToolNameMatchInput? toolNameMatchInput,
  25. GoogleCloudAiplatformV1ToolParameterKeyMatchInput? toolParameterKeyMatchInput,
  26. GoogleCloudAiplatformV1ToolParameterKVMatchInput? toolParameterKvMatchInput,
  27. GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput? trajectoryAnyOrderMatchInput,
  28. GoogleCloudAiplatformV1TrajectoryExactMatchInput? trajectoryExactMatchInput,
  29. GoogleCloudAiplatformV1TrajectoryInOrderMatchInput? trajectoryInOrderMatchInput,
  30. GoogleCloudAiplatformV1TrajectoryPrecisionInput? trajectoryPrecisionInput,
  31. GoogleCloudAiplatformV1TrajectoryRecallInput? trajectoryRecallInput,
  32. GoogleCloudAiplatformV1TrajectorySingleToolUseInput? trajectorySingleToolUseInput,
})

Implementation

GoogleCloudAiplatformV1EvaluateInstancesRequest({
  this.autoraterConfig,
  this.bleuInput,
  this.coherenceInput,
  this.cometInput,
  this.exactMatchInput,
  this.fluencyInput,
  this.fulfillmentInput,
  this.groundednessInput,
  this.metricxInput,
  this.pairwiseMetricInput,
  this.pairwiseQuestionAnsweringQualityInput,
  this.pairwiseSummarizationQualityInput,
  this.pointwiseMetricInput,
  this.questionAnsweringCorrectnessInput,
  this.questionAnsweringHelpfulnessInput,
  this.questionAnsweringQualityInput,
  this.questionAnsweringRelevanceInput,
  this.rougeInput,
  this.safetyInput,
  this.summarizationHelpfulnessInput,
  this.summarizationQualityInput,
  this.summarizationVerbosityInput,
  this.toolCallValidInput,
  this.toolNameMatchInput,
  this.toolParameterKeyMatchInput,
  this.toolParameterKvMatchInput,
  this.trajectoryAnyOrderMatchInput,
  this.trajectoryExactMatchInput,
  this.trajectoryInOrderMatchInput,
  this.trajectoryPrecisionInput,
  this.trajectoryRecallInput,
  this.trajectorySingleToolUseInput,
});