Values_1.DescribeClusterNodeRequestSourceRetrieves information of a node (also called a instance interchangeably) of a SageMaker HyperPod cluster.
type nonrec t = {clusterName : Values_0.ClusterNameOrArn.t;The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
*)nodeId : Values_0.ClusterNodeId.t option;The ID of the SageMaker HyperPod cluster node.
*)nodeLogicalId : Values_0.ClusterNodeLogicalId.t option;The logical identifier of the node to describe. You can specify either NodeLogicalId or InstanceId, but not both. NodeLogicalId can be used to describe nodes that are still being provisioned and don't yet have an InstanceId assigned.
*)}val make :
?nodeId:??? ->
?nodeLogicalId:??? ->
clusterName:Values_0.ClusterNameOrArn.t ->
unit ->
tval to_value :
t ->
[> `Structure of (string * [> `String of Values_0.ClusterNameOrArn.t ]) list ]