| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker |
Provides APIs for creating and managing Amazon SageMaker resources.
|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopLabelingJobResponse> |
SageMakerAsyncClient.stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)
Stops a running labeling job.
|
default StopLabelingJobResponse |
SageMakerClient.stopLabelingJob(Consumer<StopLabelingJobRequest.Builder> stopLabelingJobRequest)
Stops a running labeling job.
|
| Modifier and Type | Method and Description |
|---|---|
static StopLabelingJobRequest.Builder |
StopLabelingJobRequest.builder() |
StopLabelingJobRequest.Builder |
StopLabelingJobRequest.Builder.labelingJobName(String labelingJobName)
The name of the labeling job to stop.
|
StopLabelingJobRequest.Builder |
StopLabelingJobRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopLabelingJobRequest.Builder |
StopLabelingJobRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopLabelingJobRequest.Builder |
StopLabelingJobRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopLabelingJobRequest.Builder> |
StopLabelingJobRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.