Uses of Class
software.amazon.awssdk.services.sagemaker.model.LabelingJobAlgorithmsConfig
-
Packages that use LabelingJobAlgorithmsConfig Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of LabelingJobAlgorithmsConfig in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return LabelingJobAlgorithmsConfig Modifier and Type Method Description LabelingJobAlgorithmsConfig
CreateLabelingJobRequest. labelingJobAlgorithmsConfig()
Configures the information required to perform automated data labeling.LabelingJobAlgorithmsConfig
DescribeLabelingJobResponse. labelingJobAlgorithmsConfig()
Configuration information for automated data labeling.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type LabelingJobAlgorithmsConfig Modifier and Type Method Description CreateLabelingJobRequest.Builder
CreateLabelingJobRequest.Builder. labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configures the information required to perform automated data labeling.DescribeLabelingJobResponse.Builder
DescribeLabelingJobResponse.Builder. labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)
Configuration information for automated data labeling.
-