Class: Aws::SageMaker::Types::ClusterSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ClusterSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Lists a summary of the properties of a SageMaker HyperPod cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
-
#cluster_name ⇒ String
The name of the SageMaker HyperPod cluster.
-
#cluster_status ⇒ String
The status of the SageMaker HyperPod cluster.
-
#creation_time ⇒ Time
The time when the SageMaker HyperPod cluster is created.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the SageMaker HyperPod cluster.
4567 4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4567 class ClusterSummary < Struct.new( :cluster_arn, :cluster_name, :creation_time, :cluster_status) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the SageMaker HyperPod cluster.
4567 4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4567 class ClusterSummary < Struct.new( :cluster_arn, :cluster_name, :creation_time, :cluster_status) SENSITIVE = [] include Aws::Structure end |
#cluster_status ⇒ String
The status of the SageMaker HyperPod cluster.
4567 4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4567 class ClusterSummary < Struct.new( :cluster_arn, :cluster_name, :creation_time, :cluster_status) SENSITIVE = [] include Aws::Structure end |
#creation_time ⇒ Time
The time when the SageMaker HyperPod cluster is created.
4567 4568 4569 4570 4571 4572 4573 4574 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4567 class ClusterSummary < Struct.new( :cluster_arn, :cluster_name, :creation_time, :cluster_status) SENSITIVE = [] include Aws::Structure end |