| 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<DescribeImageResult> |
AmazonSageMakerAsyncClient.describeImageAsync(DescribeImageRequest request,
AsyncHandler<DescribeImageRequest,DescribeImageResult> asyncHandler) |
Future<DescribeImageResult> |
AbstractAmazonSageMakerAsync.describeImageAsync(DescribeImageRequest request,
AsyncHandler<DescribeImageRequest,DescribeImageResult> asyncHandler) |
Future<DescribeImageResult> |
AmazonSageMakerAsync.describeImageAsync(DescribeImageRequest describeImageRequest,
AsyncHandler<DescribeImageRequest,DescribeImageResult> asyncHandler)
Describes a SageMaker image.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeImageRequest |
DescribeImageRequest.clone() |
DescribeImageRequest |
DescribeImageRequest.withImageName(String imageName)
The name of the image to describe.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeImageRequest> |
AmazonSageMakerWaiters.imageCreated()
Builds a ImageCreated 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.
|
Waiter<DescribeImageRequest> |
AmazonSageMakerWaiters.imageDeleted()
Builds a ImageDeleted 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.
|
Waiter<DescribeImageRequest> |
AmazonSageMakerWaiters.imageUpdated()
Builds a ImageUpdated 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 |
|---|---|
DescribeImageResult |
DescribeImageFunction.apply(DescribeImageRequest describeImageRequest)
Makes a call to the operation specified by the waiter by taking the corresponding request and returns the
corresponding result
|
Copyright © 2024. All rights reserved.