View source: R/sagemaker_operations.R
sagemaker_list_clusters | R Documentation |
Retrieves the list of SageMaker HyperPod clusters.
See https://www.paws-r-sdk.com/docs/sagemaker_list_clusters/ for full documentation.
sagemaker_list_clusters(
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
MaxResults = NULL,
NameContains = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
CreationTimeAfter |
Set a start time for the time range during which you want to list SageMaker HyperPod clusters. Timestamps are formatted according to the ISO 8601 standard. Acceptable formats include:
For more information about the timestamp format, see Timestamp in the Amazon Web Services Command Line Interface User Guide. |
CreationTimeBefore |
Set an end time for the time range during which you want to list
SageMaker HyperPod clusters. A filter that returns nodes in a SageMaker
HyperPod cluster created before the specified time. The acceptable
formats are the same as the timestamp formats for |
MaxResults |
Set the maximum number of SageMaker HyperPod clusters to list. |
NameContains |
Set the maximum number of instances to print in the list. |
NextToken |
Set the next token to retrieve the list of SageMaker HyperPod clusters. |
SortBy |
The field by which to sort results. The default value is
|
SortOrder |
The sort order for results. The default value is |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.