Class: Aws::SageMaker::Types::UpdateClusterResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateClusterResponse
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the updated SageMaker HyperPod cluster.
Instance Attribute Details
#cluster_arn ⇒ String
The Amazon Resource Name (ARN) of the updated SageMaker HyperPod cluster.
45211 45212 45213 45214 45215 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 45211 class UpdateClusterResponse < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |