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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/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.



22093
22094
22095
22096
22097
22098
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22093

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)


22093
22094
22095
22096
22097
22098
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 22093

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