Class: Aws::SageMaker::Types::DeleteClusterRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DeleteClusterRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.
Instance Attribute Details
#cluster_name ⇒ String
The string name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster to delete.
11266 11267 11268 11269 11270 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 11266 class DeleteClusterRequest < Struct.new( :cluster_name) SENSITIVE = [] include Aws::Structure end |