/AWS1/CL_BDKCUSTMDELDEPLOYME02¶
Details about an update to a custom model deployment, including the new custom model resource ARN and current update status.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_modelarn TYPE /AWS1/BDKMODELARN /AWS1/BDKMODELARN¶
ARN of the new custom model being deployed as part of the update.
iv_updatestatus TYPE /AWS1/BDKCUSTMDELDEPLOYMENTU00 /AWS1/BDKCUSTMDELDEPLOYMENTU00¶
Current status of the deployment update.
Queryable Attributes¶
modelArn¶
ARN of the new custom model being deployed as part of the update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MODELARN() |
Getter for MODELARN, with configurable default |
ASK_MODELARN() |
Getter for MODELARN w/ exceptions if field has no value |
HAS_MODELARN() |
Determine if MODELARN has a value |
updateStatus¶
Current status of the deployment update.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATESTATUS() |
Getter for UPDATESTATUS, with configurable default |
ASK_UPDATESTATUS() |
Getter for UPDATESTATUS w/ exceptions if field has no value |
HAS_UPDATESTATUS() |
Determine if UPDATESTATUS has a value |