Skip to content

/AWS1/CL_SGMS3FILESYSTEMCONFIG

Configuration for the custom Amazon S3 file system.

CONSTRUCTOR

IMPORTING

Required arguments:

iv_s3uri TYPE /AWS1/SGMS3SCHEMAURI /AWS1/SGMS3SCHEMAURI

The Amazon S3 URI of the S3 file system configuration.

Optional arguments:

iv_mountpath TYPE /AWS1/SGMSTRING1024 /AWS1/SGMSTRING1024

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


Queryable Attributes

MountPath

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

Accessible with the following methods

Method Description
GET_MOUNTPATH() Getter for MOUNTPATH, with configurable default
ASK_MOUNTPATH() Getter for MOUNTPATH w/ exceptions if field has no value
HAS_MOUNTPATH() Determine if MOUNTPATH has a value

S3Uri

The Amazon S3 URI of the S3 file system configuration.

Accessible with the following methods

Method Description
GET_S3URI() Getter for S3URI, with configurable default
ASK_S3URI() Getter for S3URI w/ exceptions if field has no value
HAS_S3URI() Determine if S3URI has a value