Class: Aws::SageMaker::Types::ClusterSummary

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cluster_arnString

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

Returns:

  • (String)


4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-sagemaker/types.rb', line 4195

class ClusterSummary < Struct.new(
  :cluster_arn,
  :cluster_name,
  :creation_time,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_nameString

The name of the SageMaker HyperPod cluster.

Returns:

  • (String)


4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-sagemaker/types.rb', line 4195

class ClusterSummary < Struct.new(
  :cluster_arn,
  :cluster_name,
  :creation_time,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#cluster_statusString

The status of the SageMaker HyperPod cluster.

Returns:

  • (String)


4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-sagemaker/types.rb', line 4195

class ClusterSummary < Struct.new(
  :cluster_arn,
  :cluster_name,
  :creation_time,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

The time when the SageMaker HyperPod cluster is created.

Returns:

  • (Time)


4195
4196
4197
4198
4199
4200
4201
4202
# File 'lib/aws-sdk-sagemaker/types.rb', line 4195

class ClusterSummary < Struct.new(
  :cluster_arn,
  :cluster_name,
  :creation_time,
  :cluster_status)
  SENSITIVE = []
  include Aws::Structure
end