Class: Aws::SageMaker::Types::EnvironmentConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EnvironmentConfigDetails
- 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
-
#f_sx_lustre_config ⇒ Types::FSxLustreConfig
Configuration settings for an Amazon FSx for Lustre file system to be used with the cluster.
-
#s3_output_path ⇒ String
The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.
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.
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_path ⇒ String
The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.
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 |