GoogleCloudAiplatformV1EvaluationMetric constructor

GoogleCloudAiplatformV1EvaluationMetric({
  1. String? createTime,
  2. String? description,
  3. String? displayName,
  4. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  5. String? gcsUri,
  6. Map<String, String>? labels,
  7. GoogleCloudAiplatformV1Metric? metric,
  8. String? name,
  9. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1EvaluationMetric({
  this.createTime,
  this.description,
  this.displayName,
  this.encryptionSpec,
  this.gcsUri,
  this.labels,
  this.metric,
  this.name,
  this.updateTime,
});