GoogleCloudDatalabelingV1beta1Evaluation constructor

GoogleCloudDatalabelingV1beta1Evaluation({
  1. String? annotationType,
  2. GoogleCloudDatalabelingV1beta1EvaluationConfig? config,
  3. String? createTime,
  4. String? evaluatedItemCount,
  5. String? evaluationJobRunTime,
  6. GoogleCloudDatalabelingV1beta1EvaluationMetrics? evaluationMetrics,
  7. String? name,
})

Implementation

GoogleCloudDatalabelingV1beta1Evaluation({
  this.annotationType,
  this.config,
  this.createTime,
  this.evaluatedItemCount,
  this.evaluationJobRunTime,
  this.evaluationMetrics,
  this.name,
});