| 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<DescribeEndpointResult> |
AbstractAmazonSageMakerAsync.describeEndpointAsync(DescribeEndpointRequest request,
AsyncHandler<DescribeEndpointRequest,DescribeEndpointResult> asyncHandler) |
Future<DescribeEndpointResult> |
AmazonSageMakerAsyncClient.describeEndpointAsync(DescribeEndpointRequest request,
AsyncHandler<DescribeEndpointRequest,DescribeEndpointResult> asyncHandler) |
Future<DescribeEndpointResult> |
AmazonSageMakerAsync.describeEndpointAsync(DescribeEndpointRequest describeEndpointRequest,
AsyncHandler<DescribeEndpointRequest,DescribeEndpointResult> asyncHandler)
Returns the description of an endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointRequest |
DescribeEndpointRequest.clone() |
DescribeEndpointRequest |
DescribeEndpointRequest.withEndpointName(String endpointName)
The name of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
Waiter<DescribeEndpointRequest> |
AmazonSageMakerWaiters.endpointDeleted()
Builds a EndpointDeleted 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<DescribeEndpointRequest> |
AmazonSageMakerWaiters.endpointInService()
Builds a EndpointInService 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 |
|---|---|
DescribeEndpointResult |
DescribeEndpointFunction.apply(DescribeEndpointRequest describeEndpointRequest)
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.