Class: Aws::SageMaker::Types::EnvironmentConfig

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) environment.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#f_sx_lustre_configTypes::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