GoogleCloudAiplatformV1EvaluateInstancesRequest constructor
GoogleCloudAiplatformV1EvaluateInstancesRequest({
- GoogleCloudAiplatformV1AutoraterConfig? autoraterConfig,
- GoogleCloudAiplatformV1BleuInput? bleuInput,
- GoogleCloudAiplatformV1CoherenceInput? coherenceInput,
- GoogleCloudAiplatformV1CometInput? cometInput,
- GoogleCloudAiplatformV1ExactMatchInput? exactMatchInput,
- GoogleCloudAiplatformV1FluencyInput? fluencyInput,
- GoogleCloudAiplatformV1FulfillmentInput? fulfillmentInput,
- GoogleCloudAiplatformV1GroundednessInput? groundednessInput,
- GoogleCloudAiplatformV1MetricxInput? metricxInput,
- GoogleCloudAiplatformV1PairwiseMetricInput? pairwiseMetricInput,
- GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput? pairwiseQuestionAnsweringQualityInput,
- GoogleCloudAiplatformV1PairwiseSummarizationQualityInput? pairwiseSummarizationQualityInput,
- GoogleCloudAiplatformV1PointwiseMetricInput? pointwiseMetricInput,
- GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput? questionAnsweringCorrectnessInput,
- GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput? questionAnsweringHelpfulnessInput,
- GoogleCloudAiplatformV1QuestionAnsweringQualityInput? questionAnsweringQualityInput,
- GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput? questionAnsweringRelevanceInput,
- GoogleCloudAiplatformV1RougeInput? rougeInput,
- GoogleCloudAiplatformV1SafetyInput? safetyInput,
- GoogleCloudAiplatformV1SummarizationHelpfulnessInput? summarizationHelpfulnessInput,
- GoogleCloudAiplatformV1SummarizationQualityInput? summarizationQualityInput,
- GoogleCloudAiplatformV1SummarizationVerbosityInput? summarizationVerbosityInput,
- GoogleCloudAiplatformV1ToolCallValidInput? toolCallValidInput,
- GoogleCloudAiplatformV1ToolNameMatchInput? toolNameMatchInput,
- GoogleCloudAiplatformV1ToolParameterKeyMatchInput? toolParameterKeyMatchInput,
- GoogleCloudAiplatformV1ToolParameterKVMatchInput? toolParameterKvMatchInput,
- GoogleCloudAiplatformV1TrajectoryAnyOrderMatchInput? trajectoryAnyOrderMatchInput,
- GoogleCloudAiplatformV1TrajectoryExactMatchInput? trajectoryExactMatchInput,
- GoogleCloudAiplatformV1TrajectoryInOrderMatchInput? trajectoryInOrderMatchInput,
- GoogleCloudAiplatformV1TrajectoryPrecisionInput? trajectoryPrecisionInput,
- GoogleCloudAiplatformV1TrajectoryRecallInput? trajectoryRecallInput,
- 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,
});