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.
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_path ⇒ String
The Amazon S3 path where output data from the restricted instance group (RIG) environment will be stored.
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 |