| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| Modifier and Type | Method and Description |
|---|---|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)
Stops a running labeling job.
|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(StopLabelingJobRequest stopLabelingJobRequest)
Stops a running labeling job.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.