/AWS1/CL_EVYS3DESTINATION¶
If the project stores evaluation events in an Amazon S3 bucket, this structure stores the bucket name and bucket prefix.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_bucket TYPE /AWS1/EVYS3BUCKETSAFENAME /AWS1/EVYS3BUCKETSAFENAME¶
The name of the bucket in which Evidently stores evaluation events.
iv_prefix TYPE /AWS1/EVYS3PREFIXSAFENAME /AWS1/EVYS3PREFIXSAFENAME¶
The bucket prefix in which Evidently stores evaluation events.
Queryable Attributes¶
bucket¶
The name of the bucket in which Evidently stores evaluation events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BUCKET() |
Getter for BUCKET, with configurable default |
ASK_BUCKET() |
Getter for BUCKET w/ exceptions if field has no value |
HAS_BUCKET() |
Determine if BUCKET has a value |
prefix¶
The bucket prefix in which Evidently stores evaluation events.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PREFIX() |
Getter for PREFIX, with configurable default |
ASK_PREFIX() |
Getter for PREFIX w/ exceptions if field has no value |
HAS_PREFIX() |
Determine if PREFIX has a value |