Class: Aws::SageMaker::Types::EnvironmentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EnvironmentConfig
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
The configuration for the restricted instance groups (RIG) environment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#f_sx_lustre_config ⇒ Types::FSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
Instance Attribute Details
#f_sx_lustre_config ⇒ Types::FSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
22887 22888 22889 22890 22891 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 22887 class EnvironmentConfig < Struct.new( :f_sx_lustre_config) SENSITIVE = [] include Aws::Structure end |