| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker |
Provides APIs for creating and managing SageMaker resources.
|
| com.amazonaws.services.sagemaker.model | |
| com.amazonaws.services.sagemaker.waiters |
| Modifier and Type | Method and Description |
|---|---|
Future<DescribeProcessingJobResult> |
AbstractAmazonSageMakerAsync.describeProcessingJobAsync(DescribeProcessingJobRequest request,
AsyncHandler<DescribeProcessingJobRequest,DescribeProcessingJobResult> asyncHandler) |
Future<DescribeProcessingJobResult> |
AmazonSageMakerAsync.describeProcessingJobAsync(DescribeProcessingJobRequest describeProcessingJobRequest,
AsyncHandler<DescribeProcessingJobRequest,DescribeProcessingJobResult> asyncHandler)
Returns a description of a processing job.
|
Future<DescribeProcessingJobResult> |
AmazonSageMakerAsyncClient.describeProcessingJobAsync(DescribeProcessingJobRequest request,
AsyncHandler<DescribeProcessingJobRequest,DescribeProcessingJobResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
DescribeProcessingJobRequest |
DescribeProcessingJobRequest.clone() |
DescribeProcessingJobRequest |
DescribeProcessingJobRequest.withProcessingJobName(String processingJobName)
The name of the processing job.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeProcessingJobRequest> |
AmazonSageMakerWaiters.processingJobCompletedOrStopped()
Builds a ProcessingJobCompletedOrStopped waiter by using custom parameters waiterParameters and other parameters
defined in the waiters specification, and then polls until it determines whether the resource entered the desired
state or not, where polling criteria is bound by either default polling strategy or custom polling strategy.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeProcessingJobResult |
DescribeProcessingJobFunction.apply(DescribeProcessingJobRequest describeProcessingJobRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2023. All rights reserved.