Class: Aws::SageMaker::Types::EnvironmentConfigDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::EnvironmentConfigDetails
- 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
-
#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.
23072 23073 23074 23075 23076 23077 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23072 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.
23072 23073 23074 23075 23076 23077 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 23072 class EnvironmentConfigDetails < Struct.new( :f_sx_lustre_config, :s3_output_path) SENSITIVE = [] include Aws::Structure end |