GoogleCloudAiplatformV1MetricMetadataScoreRange constructor

GoogleCloudAiplatformV1MetricMetadataScoreRange({
  1. String? description,
  2. double? max,
  3. double? min,
  4. double? step,
})

Implementation

GoogleCloudAiplatformV1MetricMetadataScoreRange({
  this.description,
  this.max,
  this.min,
  this.step,
});