GoogleCloudDatalabelingV1beta1EvaluationJob constructor

GoogleCloudDatalabelingV1beta1EvaluationJob({
  1. String? annotationSpecSet,
  2. List<GoogleCloudDatalabelingV1beta1Attempt>? attempts,
  3. String? createTime,
  4. String? description,
  5. GoogleCloudDatalabelingV1beta1EvaluationJobConfig? evaluationJobConfig,
  6. bool? labelMissingGroundTruth,
  7. String? modelVersion,
  8. String? name,
  9. String? schedule,
  10. String? state,
})

Implementation

GoogleCloudDatalabelingV1beta1EvaluationJob({
  this.annotationSpecSet,
  this.attempts,
  this.createTime,
  this.description,
  this.evaluationJobConfig,
  this.labelMissingGroundTruth,
  this.modelVersion,
  this.name,
  this.schedule,
  this.state,
});