GoogleCloudAiplatformV1Metric constructor
GoogleCloudAiplatformV1Metric({
- List<
String> ? aggregationMetrics, - GoogleCloudAiplatformV1BleuSpec? bleuSpec,
- GoogleCloudAiplatformV1CustomCodeExecutionSpec? customCodeExecutionSpec,
- GoogleCloudAiplatformV1ExactMatchSpec? exactMatchSpec,
- GoogleCloudAiplatformV1LLMBasedMetricSpec? llmBasedMetricSpec,
- GoogleCloudAiplatformV1PairwiseMetricSpec? pairwiseMetricSpec,
- GoogleCloudAiplatformV1PointwiseMetricSpec? pointwiseMetricSpec,
- GoogleCloudAiplatformV1PredefinedMetricSpec? predefinedMetricSpec,
- GoogleCloudAiplatformV1RougeSpec? rougeSpec,
Implementation
GoogleCloudAiplatformV1Metric({
this.aggregationMetrics,
this.bleuSpec,
this.customCodeExecutionSpec,
this.exactMatchSpec,
this.llmBasedMetricSpec,
this.pairwiseMetricSpec,
this.pointwiseMetricSpec,
this.predefinedMetricSpec,
this.rougeSpec,
});