Interface ClusterSummary.Builder

    • Method Detail

      • clusterArn

        ClusterSummary.Builder clusterArn​(String clusterArn)

        The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.

        Parameters:
        clusterArn - The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterName

        ClusterSummary.Builder clusterName​(String clusterName)

        The name of the SageMaker HyperPod cluster.

        Parameters:
        clusterName - The name of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        ClusterSummary.Builder creationTime​(Instant creationTime)

        The time when the SageMaker HyperPod cluster is created.

        Parameters:
        creationTime - The time when the SageMaker HyperPod cluster is created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • clusterStatus

        ClusterSummary.Builder clusterStatus​(String clusterStatus)

        The status of the SageMaker HyperPod cluster.

        Parameters:
        clusterStatus - The status of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterStatus, ClusterStatus
      • clusterStatus

        ClusterSummary.Builder clusterStatus​(ClusterStatus clusterStatus)

        The status of the SageMaker HyperPod cluster.

        Parameters:
        clusterStatus - The status of the SageMaker HyperPod cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClusterStatus, ClusterStatus