/AWS1/CL_GLUGETDATAQUALITYMD01¶
GetDataQualityModelResponse
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_status
TYPE /AWS1/GLUDATAQUALITYMODELSTAT
/AWS1/GLUDATAQUALITYMODELSTAT
¶
The training status of the data quality model.
iv_startedon
TYPE /AWS1/GLUTIMESTAMP
/AWS1/GLUTIMESTAMP
¶
The timestamp when the data quality model training started.
iv_completedon
TYPE /AWS1/GLUTIMESTAMP
/AWS1/GLUTIMESTAMP
¶
The timestamp when the data quality model training completed.
iv_failurereason
TYPE /AWS1/GLUHASHSTRING
/AWS1/GLUHASHSTRING
¶
The training failure reason.
Queryable Attributes¶
Status¶
The training status of the data quality model.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
StartedOn¶
The timestamp when the data quality model training started.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTEDON() |
Getter for STARTEDON, with configurable default |
ASK_STARTEDON() |
Getter for STARTEDON w/ exceptions if field has no value |
HAS_STARTEDON() |
Determine if STARTEDON has a value |
CompletedOn¶
The timestamp when the data quality model training completed.
Accessible with the following methods¶
Method | Description |
---|---|
GET_COMPLETEDON() |
Getter for COMPLETEDON, with configurable default |
ASK_COMPLETEDON() |
Getter for COMPLETEDON w/ exceptions if field has no value |
HAS_COMPLETEDON() |
Determine if COMPLETEDON has a value |
FailureReason¶
The training failure reason.
Accessible with the following methods¶
Method | Description |
---|---|
GET_FAILUREREASON() |
Getter for FAILUREREASON, with configurable default |
ASK_FAILUREREASON() |
Getter for FAILUREREASON w/ exceptions if field has no value |
HAS_FAILUREREASON() |
Determine if FAILUREREASON has a value |