View source: R/sagemaker_operations.R
sagemaker_describe_edge_deployment_plan | R Documentation |
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.
sagemaker_describe_edge_deployment_plan(
EdgeDeploymentPlanName,
NextToken = NULL,
MaxResults = NULL
)
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). |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.