sagemaker_describe_edge_deployment_plan {paws.machine.learning} | R Documentation |
Describes an edge deployment plan with deployment status per stage
Description
Describes an edge deployment plan with deployment status per stage.
See https://www.paws-r-sdk.com/docs/sagemaker_describe_edge_deployment_plan/ for full documentation.
Usage
sagemaker_describe_edge_deployment_plan(
EdgeDeploymentPlanName,
NextToken = NULL,
MaxResults = NULL
)
Arguments
EdgeDeploymentPlanName |
[required] The name of the deployment plan to describe. |
NextToken |
If the edge deployment plan has enough stages to require tokening, then this is the response from the last list of stages returned. |
MaxResults |
The maximum number of results to select (50 by default). |
[Package paws.machine.learning version 0.9.0 Index]