sagemaker_list_aliases {paws.machine.learning} | R Documentation |
Lists the aliases of a specified image or image version
Description
Lists the aliases of a specified image or image version.
See https://www.paws-r-sdk.com/docs/sagemaker_list_aliases/ for full documentation.
Usage
sagemaker_list_aliases(
ImageName,
Alias = NULL,
Version = NULL,
MaxResults = NULL,
NextToken = NULL
)
Arguments
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 |
[Package paws.machine.learning version 0.9.0 Index]