GoogleCloudDatalabelingV1beta1Evaluation constructor
GoogleCloudDatalabelingV1beta1Evaluation({
- String? annotationType,
- GoogleCloudDatalabelingV1beta1EvaluationConfig? config,
- String? createTime,
- String? evaluatedItemCount,
- String? evaluationJobRunTime,
- GoogleCloudDatalabelingV1beta1EvaluationMetrics? evaluationMetrics,
- String? name,
Implementation
GoogleCloudDatalabelingV1beta1Evaluation({
this.annotationType,
this.config,
this.createTime,
this.evaluatedItemCount,
this.evaluationJobRunTime,
this.evaluationMetrics,
this.name,
});