Class: Aws::SageMaker::Types::EnvironmentConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EnvironmentConfig
- Defined in:
- gems/aws-sdk-sagemaker/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.
22072 22073 22074 22075 22076 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22072 class EnvironmentConfig < Struct.new( :f_sx_lustre_config) SENSITIVE = [] include Aws::Structure end |