Interface DescribeClusterNodeRequest.Builder

    • Method Detail

      • clusterName

        DescribeClusterNodeRequest.Builder clusterName​(String clusterName)

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

        Parameters:
        clusterName - The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster in which the node is.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeId

        DescribeClusterNodeRequest.Builder nodeId​(String nodeId)

        The ID of the SageMaker HyperPod cluster node.

        Parameters:
        nodeId - The ID of the SageMaker HyperPod cluster node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nodeLogicalId

        DescribeClusterNodeRequest.Builder nodeLogicalId​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.