GoogleCloudAiplatformV1MetricMetadata constructor
GoogleCloudAiplatformV1MetricMetadata({
- Map<
String, Object?> ? otherMetadata, - GoogleCloudAiplatformV1MetricMetadataScoreRange? scoreRange,
- String? title,
Implementation
GoogleCloudAiplatformV1MetricMetadata({
this.otherMetadata,
this.scoreRange,
this.title,
});