Class: Aws::SageMaker::Types::FileSystemDataSource
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::FileSystemDataSource
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Specifies a file system data source for a channel.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#directory_path ⇒ String
The full path to the directory to associate with the channel.
-
#file_system_access_mode ⇒ String
The access mode of the mount of the directory associated with the channel.
-
#file_system_id ⇒ String
The file system id.
-
#file_system_type ⇒ String
The file system type.
Instance Attribute Details
#directory_path ⇒ String
The full path to the directory to associate with the channel.
20763 20764 20765 20766 20767 20768 20769 20770 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20763 class FileSystemDataSource < Struct.new( :file_system_id, :file_system_access_mode, :file_system_type, :directory_path) SENSITIVE = [] include Aws::Structure end |
#file_system_access_mode ⇒ String
The access mode of the mount of the directory associated with the
channel. A directory can be mounted either in ro
(read-only) or
rw
(read-write) mode.
20763 20764 20765 20766 20767 20768 20769 20770 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20763 class FileSystemDataSource < Struct.new( :file_system_id, :file_system_access_mode, :file_system_type, :directory_path) SENSITIVE = [] include Aws::Structure end |
#file_system_id ⇒ String
The file system id.
20763 20764 20765 20766 20767 20768 20769 20770 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20763 class FileSystemDataSource < Struct.new( :file_system_id, :file_system_access_mode, :file_system_type, :directory_path) SENSITIVE = [] include Aws::Structure end |
#file_system_type ⇒ String
The file system type.
20763 20764 20765 20766 20767 20768 20769 20770 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 20763 class FileSystemDataSource < Struct.new( :file_system_id, :file_system_access_mode, :file_system_type, :directory_path) SENSITIVE = [] include Aws::Structure end |