Uses of Class
software.amazon.awssdk.services.sagemaker.model.CreateLabelingJobRequest
-
Packages that use CreateLabelingJobRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of CreateLabelingJobRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type CreateLabelingJobRequest Modifier and Type Method Description default CompletableFuture<CreateLabelingJobResponse>SageMakerAsyncClient. createLabelingJob(CreateLabelingJobRequest createLabelingJobRequest)Creates a job that uses workers to label the data objects in your input dataset.default CreateLabelingJobResponseSageMakerClient. createLabelingJob(CreateLabelingJobRequest createLabelingJobRequest)Creates a job that uses workers to label the data objects in your input dataset. -
Uses of CreateLabelingJobRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type CreateLabelingJobRequest Modifier and Type Method Description SdkHttpFullRequestCreateLabelingJobRequestMarshaller. marshall(CreateLabelingJobRequest createLabelingJobRequest)
-