Class DescribeClusterNodeRequest

    • Method Detail

      • clusterName

        public final String clusterName()

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

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

        public final String nodeId()

        The ID of the SageMaker HyperPod cluster node.

        Returns:
        The ID of the SageMaker HyperPod cluster node.
      • nodeLogicalId

        public final String nodeLogicalId()

        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.

        Returns:
        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.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object