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. GoogleCloudAiplatformV1EvaluationInstance? instance,
  10. String? location,
  11. List<GoogleCloudAiplatformV1Metric>? metrics,
  12. GoogleCloudAiplatformV1MetricxInput? metricxInput,
  13. GoogleCloudAiplatformV1PairwiseMetricInput? pairwiseMetricInput,
  14. GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput? pairwiseQuestionAnsweringQualityInput,
  15. GoogleCloudAiplatformV1PairwiseSummarizationQualityInput? pairwiseSummarizationQualityInput,
  16. GoogleCloudAiplatformV1PointwiseMetricInput? pointwiseMetricInput,
  17. GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput? questionAnsweringCorrectnessInput,
  18. GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput? questionAnsweringHelpfulnessInput,
  19. GoogleCloudAiplatformV1QuestionAnsweringQualityInput? questionAnsweringQualityInput,
  20. GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput? questionAnsweringRelevanceInput,
  21. GoogleCloudAiplatformV1RougeInput? rougeInput,
  22. GoogleCloudAiplatformV1RubricBasedInstructionFollowingInput? rubricBasedInstructionFollowingInput,
  23. GoogleCloudAiplatformV1SafetyInput? safetyInput,
  24. GoogleCloudAiplatformV1SummarizationHelpfulnessInput? summarizationHelpfulnessInput,
  25. GoogleCloudAiplatformV1SummarizationQualityInput? summarizationQualityInput,
  26. GoogleCloudAiplatformV1SummarizationVerbosityInput? summarizationVerbosityInput,
  27. GoogleCloudAiplatformV1ToolCallValidInput? toolCallValidInput,
  28. GoogleCloudAiplatformV1ToolNameMatchInput? toolNameMatchInput,
  29. GoogleCloudAiplatformV1ToolParameterKeyMatchInput? toolParameterKeyMatchInput,
  30. GoogleCloudAiplatformV1ToolParameterKVMatchInput? toolParameterKvMatchInput,
  31. GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput? trajectoryAnyOrderMatchInput,
  32. GoogleCloudAiplatformV1TrajectoryExactMatchInput? trajectoryExactMatchInput,
  33. GoogleCloudAiplatformV1TrajectoryInOrderMatchInput? trajectoryInOrderMatchInput,
  34. GoogleCloudAiplatformV1TrajectoryPrecisionInput? trajectoryPrecisionInput,
  35. GoogleCloudAiplatformV1TrajectoryRecallInput? trajectoryRecallInput,
  36. GoogleCloudAiplatformV1TrajectorySingleToolUseInput? trajectorySingleToolUseInput,
})

Implementation

GoogleCloudAiplatformV1EvaluateInstancesRequest({
  this.autoraterConfig,
  this.bleuInput,
  this.coherenceInput,
  this.cometInput,
  this.exactMatchInput,
  this.fluencyInput,
  this.fulfillmentInput,
  this.groundednessInput,
  this.instance,
  this.location,
  this.metrics,
  this.metricxInput,
  this.pairwiseMetricInput,
  this.pairwiseQuestionAnsweringQualityInput,
  this.pairwiseSummarizationQualityInput,
  this.pointwiseMetricInput,
  this.questionAnsweringCorrectnessInput,
  this.questionAnsweringHelpfulnessInput,
  this.questionAnsweringQualityInput,
  this.questionAnsweringRelevanceInput,
  this.rougeInput,
  this.rubricBasedInstructionFollowingInput,
  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,
});