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.



22969
22970
22971
22972
22973
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22969

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