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
-
#image_release_version ⇒ String
The version of the HyperPod-managed AMI to update to for the instance group.
-
#instance_group_name ⇒ String
The name of the instance group to update.
Instance Attribute Details
#image_release_version ⇒ String
The version of the HyperPod-managed AMI to update to for the
instance group. Uses semantic versioning in the format
MAJOR.MINOR.PATCH.
56343 56344 56345 56346 56347 56348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 56343 class UpdateClusterSoftwareInstanceGroupSpecification < Struct.new( :instance_group_name, :image_release_version) SENSITIVE = [] include Aws::Structure end |
#instance_group_name ⇒ String
The name of the instance group to update.
56343 56344 56345 56346 56347 56348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 56343 class UpdateClusterSoftwareInstanceGroupSpecification < Struct.new( :instance_group_name, :image_release_version) SENSITIVE = [] include Aws::Structure end |