DataLabelingJob constructor
DataLabelingJob({
- String name = '',
- required String displayName,
- required List<
String> datasets, - Map<
String, String> annotationLabels = const {}, - required int labelerCount,
- required String instructionUri,
- required String inputsSchemaUri,
- required Value? inputs,
- JobState state = JobState.$default,
- int labelingProgress = 0,
- Money? currentSpend,
- Timestamp? createTime,
- Timestamp? updateTime,
- Status? error,
- Map<
String, String> labels = const {}, - List<
String> specialistPools = const [], - EncryptionSpec? encryptionSpec,
- ActiveLearningConfig? activeLearningConfig,
Implementation
DataLabelingJob({
this.name = '',
required this.displayName,
required this.datasets,
this.annotationLabels = const {},
required this.labelerCount,
required this.instructionUri,
required this.inputsSchemaUri,
required this.inputs,
this.state = JobState.$default,
this.labelingProgress = 0,
this.currentSpend,
this.createTime,
this.updateTime,
this.error,
this.labels = const {},
this.specialistPools = const [],
this.encryptionSpec,
this.activeLearningConfig,
}) : super(fullyQualifiedName);