Class: Aws::SageMaker::Types::EnvironmentConfigDetails

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

Overview

The configuration details 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.



22908
22909
22910
22911
22912
22913
# File 'lib/aws-sdk-sagemaker/types.rb', line 22908

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

#s3_output_pathString

The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.

Returns:

  • (String)


22908
22909
22910
22911
22912
22913
# File 'lib/aws-sdk-sagemaker/types.rb', line 22908

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