View source: R/sagemaker_operations.R
sagemaker_list_cluster_nodes | R Documentation |
Retrieves the list of instances (also called nodes interchangeably) in a SageMaker HyperPod cluster.
See https://www.paws-r-sdk.com/docs/sagemaker_list_cluster_nodes/ for full documentation.
sagemaker_list_cluster_nodes(
ClusterName,
CreationTimeAfter = NULL,
CreationTimeBefore = NULL,
InstanceGroupNameContains = NULL,
MaxResults = NULL,
NextToken = NULL,
SortBy = NULL,
SortOrder = NULL
)
ClusterName |
[required] The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which you want to retrieve the list of nodes. |
CreationTimeAfter |
A filter that returns nodes in a SageMaker HyperPod cluster created after the specified time. 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 |
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 |
InstanceGroupNameContains |
A filter that returns the instance groups whose name contain a specified string. |
MaxResults |
The maximum number of nodes to return in the response. |
NextToken |
If the result of the previous
|
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.