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