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