Class: Aws::SageMaker::Types::UpdateClusterSoftwareInstanceGroupSpecification
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateClusterSoftwareInstanceGroupSpecification
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
The configuration that describes specifications of the instance groups to update.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#instance_group_name ⇒ String
The name of the instance group to update.
Instance Attribute Details
#instance_group_name ⇒ String
The name of the instance group to update.
48238 48239 48240 48241 48242 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 48238 class UpdateClusterSoftwareInstanceGroupSpecification < Struct.new( :instance_group_name) SENSITIVE = [] include Aws::Structure end |