Class: Aws::SageMaker::Types::S3FileSystemConfig

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

Instance Attribute Details

#mount_pathString

The file system path where the Amazon S3 storage location will be mounted within the Amazon SageMaker Studio environment.

Returns:

  • (String)


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_uriString

The Amazon S3 URI of the S3 file system configuration.

Returns:

  • (String)


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