View source: R/sagemaker_operations.R
sagemaker_list_aliases | R Documentation |
Lists the aliases of a specified image or image version.
See https://www.paws-r-sdk.com/docs/sagemaker_list_aliases/ for full documentation.
sagemaker_list_aliases(
ImageName,
Alias = NULL,
Version = NULL,
MaxResults = NULL,
NextToken = NULL
)
ImageName |
[required] The name of the image. |
Alias |
The alias of the image version. |
Version |
The version of the image. If image version is not specified, the aliases of all versions of the image are listed. |
MaxResults |
The maximum number of aliases to return. |
NextToken |
If the previous call to |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.