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.
47233 47234 47235 47236 47237 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 47233 class UpdateClusterResponse < Struct.new( :cluster_arn) SENSITIVE = [] include Aws::Structure end |