LabelingJobAlgorithmsConfig constructor
LabelingJobAlgorithmsConfig({
- required String labelingJobAlgorithmSpecificationArn,
- String? initialActiveLearningModelArn,
- LabelingJobResourceConfig? labelingJobResourceConfig,
Implementation
LabelingJobAlgorithmsConfig({
required this.labelingJobAlgorithmSpecificationArn,
this.initialActiveLearningModelArn,
this.labelingJobResourceConfig,
});