| 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<DescribeEdgeDeploymentPlanResult> |
AmazonSageMakerAsyncClient.describeEdgeDeploymentPlanAsync(DescribeEdgeDeploymentPlanRequest request,
AsyncHandler<DescribeEdgeDeploymentPlanRequest,DescribeEdgeDeploymentPlanResult> asyncHandler) |
Future<DescribeEdgeDeploymentPlanResult> |
AbstractAmazonSageMakerAsync.describeEdgeDeploymentPlanAsync(DescribeEdgeDeploymentPlanRequest request,
AsyncHandler<DescribeEdgeDeploymentPlanRequest,DescribeEdgeDeploymentPlanResult> asyncHandler) |
Future<DescribeEdgeDeploymentPlanResult> |
AmazonSageMakerAsync.describeEdgeDeploymentPlanAsync(DescribeEdgeDeploymentPlanRequest describeEdgeDeploymentPlanRequest,
AsyncHandler<DescribeEdgeDeploymentPlanRequest,DescribeEdgeDeploymentPlanResult> asyncHandler)
Describes an edge deployment plan with deployment status per stage.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeEdgeDeploymentPlanRequest |
DescribeEdgeDeploymentPlanRequest.clone() |
DescribeEdgeDeploymentPlanRequest |
DescribeEdgeDeploymentPlanRequest.withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the deployment plan to describe.
|
DescribeEdgeDeploymentPlanRequest |
DescribeEdgeDeploymentPlanRequest.withMaxResults(Integer maxResults)
The maximum number of results to select (50 by default).
|
DescribeEdgeDeploymentPlanRequest |
DescribeEdgeDeploymentPlanRequest.withNextToken(String nextToken)
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list
of stages returned.
|
Copyright © 2025. All rights reserved.