Class: Aws::SageMaker::Types::UpdateClusterSoftwareRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::UpdateClusterSoftwareRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cluster_name ⇒ String
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
-
#deployment_config ⇒ Types::DeploymentConfiguration
The configuration to use when updating the AMI versions.
-
#instance_groups ⇒ Array<Types::UpdateClusterSoftwareInstanceGroupSpecification>
The array of instance groups for which to update AMI versions.
Instance Attribute Details
#cluster_name ⇒ String
Specify the name or the Amazon Resource Name (ARN) of the SageMaker HyperPod cluster you want to update for security patching.
48118 48119 48120 48121 48122 48123 48124 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48118 class UpdateClusterSoftwareRequest < Struct.new( :cluster_name, :instance_groups, :deployment_config) SENSITIVE = [] include Aws::Structure end |
#deployment_config ⇒ Types::DeploymentConfiguration
The configuration to use when updating the AMI versions.
48118 48119 48120 48121 48122 48123 48124 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48118 class UpdateClusterSoftwareRequest < Struct.new( :cluster_name, :instance_groups, :deployment_config) SENSITIVE = [] include Aws::Structure end |
#instance_groups ⇒ Array<Types::UpdateClusterSoftwareInstanceGroupSpecification>
The array of instance groups for which to update AMI versions.
48118 48119 48120 48121 48122 48123 48124 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 48118 class UpdateClusterSoftwareRequest < Struct.new( :cluster_name, :instance_groups, :deployment_config) SENSITIVE = [] include Aws::Structure end |