LabelingJobAlgorithmsConfig constructor

LabelingJobAlgorithmsConfig({
  1. required String labelingJobAlgorithmSpecificationArn,
  2. String? initialActiveLearningModelArn,
  3. LabelingJobResourceConfig? labelingJobResourceConfig,
})

Implementation

LabelingJobAlgorithmsConfig({
  required this.labelingJobAlgorithmSpecificationArn,
  this.initialActiveLearningModelArn,
  this.labelingJobResourceConfig,
});