GoogleCloudAiplatformV1MetricResult constructor
GoogleCloudAiplatformV1MetricResult({
- GoogleRpcStatus? error,
- String? explanation,
- List<
GoogleCloudAiplatformV1RubricVerdict> ? rubricVerdicts, - double? score,
Implementation
GoogleCloudAiplatformV1MetricResult({
this.error,
this.explanation,
this.rubricVerdicts,
this.score,
});