/AWS1/CL_LM2TESTSETIMPINPUTLOC¶
Contains information about the Amazon S3 location from which the test set is imported.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_s3bucketname TYPE /AWS1/LM2S3BUCKETNAME /AWS1/LM2S3BUCKETNAME¶
The name of the Amazon S3 bucket.
iv_s3path TYPE /AWS1/LM2S3OBJECTPATH /AWS1/LM2S3OBJECTPATH¶
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
Queryable Attributes¶
s3BucketName¶
The name of the Amazon S3 bucket.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETNAME() |
Getter for S3BUCKETNAME, with configurable default |
ASK_S3BUCKETNAME() |
Getter for S3BUCKETNAME w/ exceptions if field has no value |
HAS_S3BUCKETNAME() |
Determine if S3BUCKETNAME has a value |
s3Path¶
The path inside the Amazon S3 bucket pointing to the test-set CSV file.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3PATH() |
Getter for S3PATH, with configurable default |
ASK_S3PATH() |
Getter for S3PATH w/ exceptions if field has no value |
HAS_S3PATH() |
Determine if S3PATH has a value |