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.
43462 43463 43464 43465 43466 43467 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43462 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.
43462 43463 43464 43465 43466 43467 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43462 class S3FileSystemConfig < Struct.new( :mount_path, :s3_uri) SENSITIVE = [] include Aws::Structure end |