| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Future<StopLabelingJobResult> |
AmazonSageMakerAsyncClient.stopLabelingJobAsync(StopLabelingJobRequest request,
AsyncHandler<StopLabelingJobRequest,StopLabelingJobResult> asyncHandler) |
Future<StopLabelingJobResult> |
AmazonSageMakerAsync.stopLabelingJobAsync(StopLabelingJobRequest stopLabelingJobRequest,
AsyncHandler<StopLabelingJobRequest,StopLabelingJobResult> asyncHandler)
Stops a running labeling job.
|
Future<StopLabelingJobResult> |
AbstractAmazonSageMakerAsync.stopLabelingJobAsync(StopLabelingJobRequest request,
AsyncHandler<StopLabelingJobRequest,StopLabelingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StopLabelingJobRequest |
StopLabelingJobRequest.clone() |
StopLabelingJobRequest |
StopLabelingJobRequest.withLabelingJobName(String labelingJobName)
The name of the labeling job to stop.
|
Copyright © 2024. All rights reserved.