GoogleCloudAiplatformV1DataLabelingJob constructor
GoogleCloudAiplatformV1DataLabelingJob({
- GoogleCloudAiplatformV1ActiveLearningConfig? activeLearningConfig,
- Map<
String, String> ? annotationLabels, - String? createTime,
- GoogleTypeMoney? currentSpend,
- List<
String> ? datasets, - String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- GoogleRpcStatus? error,
- Object? inputs,
- String? inputsSchemaUri,
- String? instructionUri,
- int? labelerCount,
- int? labelingProgress,
- Map<
String, String> ? labels, - String? name,
- List<
String> ? specialistPools, - String? state,
- 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,
});