Uses of Interface
software.amazon.awssdk.services.sagemaker.model.StopLabelingJobRequest.Builder
-
Packages that use StopLabelingJobRequest.Builder Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.model -
-
Uses of StopLabelingJobRequest.Builder in software.amazon.awssdk.services.sagemaker
Method parameters in software.amazon.awssdk.services.sagemaker with type arguments of type StopLabelingJobRequest.Builder Modifier and Type Method Description default CompletableFuture<StopLabelingJobResponse>SageMakerAsyncClient. stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)Stops a running labeling job.default StopLabelingJobResponseSageMakerClient. stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)Stops a running labeling job. -
Uses of StopLabelingJobRequest.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return StopLabelingJobRequest.Builder Modifier and Type Method Description static StopLabelingJobRequest.BuilderStopLabelingJobRequest. builder()StopLabelingJobRequest.BuilderStopLabelingJobRequest.Builder. labelingJobName(String labelingJobName)The name of the labeling job to stop.StopLabelingJobRequest.BuilderStopLabelingJobRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopLabelingJobRequest.BuilderStopLabelingJobRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopLabelingJobRequest.BuilderStopLabelingJobRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type StopLabelingJobRequest.Builder Modifier and Type Method Description static Class<? extends StopLabelingJobRequest.Builder>StopLabelingJobRequest. serializableBuilderClass()
-