Uses of Class
software.amazon.awssdk.services.sagemaker.model.StopLabelingJobResponse
-
Packages that use StopLabelingJobResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of StopLabelingJobResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return StopLabelingJobResponse Modifier and Type Method Description default StopLabelingJobResponseSageMakerClient. stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)Stops a running labeling job.default StopLabelingJobResponseSageMakerClient. stopLabelingJob(StopLabelingJobRequest stopLabelingJobRequest)Stops a running labeling job.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type StopLabelingJobResponse Modifier and Type Method Description default CompletableFuture<StopLabelingJobResponse>SageMakerAsyncClient. stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)Stops a running labeling job.default CompletableFuture<StopLabelingJobResponse>SageMakerAsyncClient. stopLabelingJob(StopLabelingJobRequest stopLabelingJobRequest)Stops a running labeling job.
-