Uses of Interface
software.amazon.awssdk.services.sagemaker.model.LabelingJobAlgorithmsConfig.Builder
-
Packages that use LabelingJobAlgorithmsConfig.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobAlgorithmsConfig.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobAlgorithmsConfig.Builder Modifier and Type Method Description static LabelingJobAlgorithmsConfig.Builder
LabelingJobAlgorithmsConfig. builder()
LabelingJobAlgorithmsConfig.Builder
LabelingJobAlgorithmsConfig.Builder. initialActiveLearningModelArn(String initialActiveLearningModelArn)
At the end of an auto-label job Ground Truth sends the Amazon Resource Name (ARN) of the final model used for auto-labeling.LabelingJobAlgorithmsConfig.Builder
LabelingJobAlgorithmsConfig.Builder. labelingJobAlgorithmSpecificationArn(String labelingJobAlgorithmSpecificationArn)
Specifies the Amazon Resource Name (ARN) of the algorithm used for auto-labeling.default LabelingJobAlgorithmsConfig.Builder
LabelingJobAlgorithmsConfig.Builder. labelingJobResourceConfig(Consumer<LabelingJobResourceConfig.Builder> labelingJobResourceConfig)
Provides configuration information for a labeling job.LabelingJobAlgorithmsConfig.Builder
LabelingJobAlgorithmsConfig.Builder. labelingJobResourceConfig(LabelingJobResourceConfig labelingJobResourceConfig)
Provides configuration information for a labeling job.LabelingJobAlgorithmsConfig.Builder
LabelingJobAlgorithmsConfig. toBuilder()
Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type LabelingJobAlgorithmsConfig.Builder Modifier and Type Method Description static Class<? extends LabelingJobAlgorithmsConfig.Builder>
LabelingJobAlgorithmsConfig. serializableBuilderClass()
Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type LabelingJobAlgorithmsConfig.Builder Modifier and Type Method Description default CreateLabelingJobRequest.Builder
CreateLabelingJobRequest.Builder. labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.default DescribeLabelingJobResponse.Builder
DescribeLabelingJobResponse.Builder. labelingJobAlgorithmsConfig(Consumer<LabelingJobAlgorithmsConfig.Builder> labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
-