GoogleCloudAiplatformV1EvaluationRun constructor

GoogleCloudAiplatformV1EvaluationRun({
  1. String? completionTime,
  2. String? createTime,
  3. GoogleCloudAiplatformV1EvaluationRunDataSource? dataSource,
  4. String? displayName,
  5. GoogleRpcStatus? error,
  6. GoogleCloudAiplatformV1EvaluationRunEvaluationConfig? evaluationConfig,
  7. GoogleCloudAiplatformV1EvaluationResults? evaluationResults,
  8. String? evaluationSetSnapshot,
  9. Map<String, GoogleCloudAiplatformV1EvaluationRunInferenceConfig>? inferenceConfigs,
  10. Map<String, String>? labels,
  11. Object? metadata,
  12. String? name,
  13. String? state,
})

Implementation

GoogleCloudAiplatformV1EvaluationRun({
  this.completionTime,
  this.createTime,
  this.dataSource,
  this.displayName,
  this.error,
  this.evaluationConfig,
  this.evaluationResults,
  this.evaluationSetSnapshot,
  this.inferenceConfigs,
  this.labels,
  this.metadata,
  this.name,
  this.state,
});