GoogleCloudAiplatformV1ModelEvaluationSlice constructor

GoogleCloudAiplatformV1ModelEvaluationSlice({
  1. String? createTime,
  2. Object? metrics,
  3. String? metricsSchemaUri,
  4. GoogleCloudAiplatformV1ModelExplanation? modelExplanation,
  5. String? name,
  6. GoogleCloudAiplatformV1ModelEvaluationSliceSlice? slice,
})

Implementation

GoogleCloudAiplatformV1ModelEvaluationSlice({
  this.createTime,
  this.metrics,
  this.metricsSchemaUri,
  this.modelExplanation,
  this.name,
  this.slice,
});