GoogleCloudAiplatformV1DataLabelingJob constructor

GoogleCloudAiplatformV1DataLabelingJob({
  1. GoogleCloudAiplatformV1ActiveLearningConfig? activeLearningConfig,
  2. Map<String, String>? annotationLabels,
  3. String? createTime,
  4. GoogleTypeMoney? currentSpend,
  5. List<String>? datasets,
  6. String? displayName,
  7. GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
  8. GoogleRpcStatus? error,
  9. Object? inputs,
  10. String? inputsSchemaUri,
  11. String? instructionUri,
  12. int? labelerCount,
  13. int? labelingProgress,
  14. Map<String, String>? labels,
  15. String? name,
  16. List<String>? specialistPools,
  17. String? state,
  18. String? updateTime,
})

Implementation

GoogleCloudAiplatformV1DataLabelingJob({
  this.activeLearningConfig,
  this.annotationLabels,
  this.createTime,
  this.currentSpend,
  this.datasets,
  this.displayName,
  this.encryptionSpec,
  this.error,
  this.inputs,
  this.inputsSchemaUri,
  this.instructionUri,
  this.labelerCount,
  this.labelingProgress,
  this.labels,
  this.name,
  this.specialistPools,
  this.state,
  this.updateTime,
});