Class: Aws::SageMaker::Types::ClusterRestrictedInstanceGroupsConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The configuration for the restricted instance groups (RIG) in the SageMaker HyperPod cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#shared_environment_configTypes::ClusterSharedEnvironmentConfig

The shared environment configuration for the restricted instance groups (RIG).



7500
7501
7502
7503
7504
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 7500

class ClusterRestrictedInstanceGroupsConfig < Struct.new(
  :shared_environment_config)
  SENSITIVE = []
  include Aws::Structure
end