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 LabelingJobAlgorithmsConfigCreateLabelingJobRequest. labelingJobAlgorithmsConfig()Configures the information required to perform automated data labeling.LabelingJobAlgorithmsConfigDescribeLabelingJobResponse. 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.BuilderCreateLabelingJobRequest.Builder. labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)Configures the information required to perform automated data labeling.DescribeLabelingJobResponse.BuilderDescribeLabelingJobResponse.Builder. labelingJobAlgorithmsConfig(LabelingJobAlgorithmsConfig labelingJobAlgorithmsConfig)Configuration information for automated data labeling.
-