Class: Aws::SageMaker::Types::ListClusterNodesResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListClusterNodesResponse
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_node_summaries ⇒ Array<Types::ClusterNodeSummary>
The summaries of listed instances in a SageMaker HyperPod cluster.
-
#next_token ⇒ String
The next token specified for listing instances in a SageMaker HyperPod cluster.
Instance Attribute Details
#cluster_node_summaries ⇒ Array<Types::ClusterNodeSummary>
The summaries of listed instances in a SageMaker HyperPod cluster
28169 28170 28171 28172 28173 28174 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28169 class ListClusterNodesResponse < Struct.new( :next_token, :cluster_node_summaries) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The next token specified for listing instances in a SageMaker HyperPod cluster.
28169 28170 28171 28172 28173 28174 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 28169 class ListClusterNodesResponse < Struct.new( :next_token, :cluster_node_summaries) SENSITIVE = [] include Aws::Structure end |