Class: Aws::SageMaker::Types::S3FileSystemConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::S3FileSystemConfig
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Configuration for the custom Amazon S3 file system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#mount_path ⇒ String
The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.
-
#s3_uri ⇒ String
The Amazon S3 URI of the S3 file system configuration.
Instance Attribute Details
#mount_path ⇒ String
The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.
43327 43328 43329 43330 43331 43332 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43327 class S3FileSystemConfig < Struct.new( :mount_path, :s3_uri) SENSITIVE = [] include Aws::Structure end |
#s3_uri ⇒ String
The Amazon S3 URI of the S3 file system configuration.
43327 43328 43329 43330 43331 43332 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43327 class S3FileSystemConfig < Struct.new( :mount_path, :s3_uri) SENSITIVE = [] include Aws::Structure end |