Class: Aws::SageMaker::Types::S3FileSystemConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::S3FileSystemConfig
- Includes:
- Aws::Structure
- Defined in:
- 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.
44555 44556 44557 44558 44559 44560 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44555 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.
44555 44556 44557 44558 44559 44560 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 44555 class S3FileSystemConfig < Struct.new( :mount_path, :s3_uri) SENSITIVE = [] include Aws::Structure end |