| 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<StartEdgeDeploymentStageResult> |
AbstractAmazonSageMakerAsync.startEdgeDeploymentStageAsync(StartEdgeDeploymentStageRequest request,
AsyncHandler<StartEdgeDeploymentStageRequest,StartEdgeDeploymentStageResult> asyncHandler) |
Future<StartEdgeDeploymentStageResult> |
AmazonSageMakerAsync.startEdgeDeploymentStageAsync(StartEdgeDeploymentStageRequest startEdgeDeploymentStageRequest,
AsyncHandler<StartEdgeDeploymentStageRequest,StartEdgeDeploymentStageResult> asyncHandler)
Starts a stage in an edge deployment plan.
|
Future<StartEdgeDeploymentStageResult> |
AmazonSageMakerAsyncClient.startEdgeDeploymentStageAsync(StartEdgeDeploymentStageRequest request,
AsyncHandler<StartEdgeDeploymentStageRequest,StartEdgeDeploymentStageResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
StartEdgeDeploymentStageRequest |
StartEdgeDeploymentStageRequest.clone() |
StartEdgeDeploymentStageRequest |
StartEdgeDeploymentStageRequest.withEdgeDeploymentPlanName(String edgeDeploymentPlanName)
The name of the edge deployment plan to start.
|
StartEdgeDeploymentStageRequest |
StartEdgeDeploymentStageRequest.withStageName(String stageName)
The name of the stage to start.
|
Copyright © 2023. All rights reserved.