GoogleCloudAiplatformV1MetricMetadata constructor

GoogleCloudAiplatformV1MetricMetadata({
  1. Map<String, Object?>? otherMetadata,
  2. GoogleCloudAiplatformV1MetricMetadataScoreRange? scoreRange,
  3. String? title,
})

Implementation

GoogleCloudAiplatformV1MetricMetadata({
  this.otherMetadata,
  this.scoreRange,
  this.title,
});