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

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

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)


43327
43328
43329
43330
43331
43332
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43327

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)


43327
43328
43329
43330
43331
43332
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 43327

class S3FileSystemConfig < Struct.new(
  :mount_path,
  :s3_uri)
  SENSITIVE = []
  include Aws::Structure
end