Class: Aws::SageMaker::Types::FileSystemDataSource

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#directory_pathString

The full path to the directory to associate with the channel.

Returns:

  • (String)


19463
19464
19465
19466
19467
19468
19469
19470
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19463

class FileSystemDataSource < Struct.new(
  :file_system_id,
  :file_system_access_mode,
  :file_system_type,
  :directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_access_modeString

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.

Returns:

  • (String)


19463
19464
19465
19466
19467
19468
19469
19470
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19463

class FileSystemDataSource < Struct.new(
  :file_system_id,
  :file_system_access_mode,
  :file_system_type,
  :directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_idString

The file system id.

Returns:

  • (String)


19463
19464
19465
19466
19467
19468
19469
19470
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19463

class FileSystemDataSource < Struct.new(
  :file_system_id,
  :file_system_access_mode,
  :file_system_type,
  :directory_path)
  SENSITIVE = []
  include Aws::Structure
end

#file_system_typeString

The file system type.

Returns:

  • (String)


19463
19464
19465
19466
19467
19468
19469
19470
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 19463

class FileSystemDataSource < Struct.new(
  :file_system_id,
  :file_system_access_mode,
  :file_system_type,
  :directory_path)
  SENSITIVE = []
  include Aws::Structure
end