Module Values_1.DescribeClusterNodeRequestSource

Retrieves information of a node (also called a instance interchangeably) of a SageMaker HyperPod cluster.

Sourcetype nonrec t = {
  1. clusterName : Values_0.ClusterNameOrArn.t;
    (*

    The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.

    *)
  2. nodeId : Values_0.ClusterNodeId.t option;
    (*

    The ID of the SageMaker HyperPod cluster node.

    *)
  3. 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?nodeId:??? -> ?nodeLogicalId:??? -> clusterName:Values_0.ClusterNameOrArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Values_0.ClusterNameOrArn.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t