Uses of Class
software.amazon.awssdk.services.sagemaker.model.DescribeLabelingJobResponse
-
Packages that use DescribeLabelingJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DescribeLabelingJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DescribeLabelingJobResponse Modifier and Type Method Description default DescribeLabelingJobResponseSageMakerClient. describeLabelingJob(Consumer<DescribeLabelingJobRequest.Builder> describeLabelingJobRequest)Gets information about a labeling job.default DescribeLabelingJobResponseSageMakerClient. describeLabelingJob(DescribeLabelingJobRequest describeLabelingJobRequest)Gets information about a labeling job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DescribeLabelingJobResponse Modifier and Type Method Description default CompletableFuture<DescribeLabelingJobResponse>SageMakerAsyncClient. describeLabelingJob(Consumer<DescribeLabelingJobRequest.Builder> describeLabelingJobRequest)Gets information about a labeling job.default CompletableFuture<DescribeLabelingJobResponse>SageMakerAsyncClient. describeLabelingJob(DescribeLabelingJobRequest describeLabelingJobRequest)Gets information about a labeling job.
-