/AWS1/CL_DOGPREDICTIONTIMERA00¶
The time range during which anomalous behavior in a proactive anomaly or an insight is expected to occur.
CONSTRUCTOR
¶
IMPORTING¶
Required arguments:¶
iv_starttime
TYPE /AWS1/DOGTIMESTAMP
/AWS1/DOGTIMESTAMP
¶
The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
Optional arguments:¶
iv_endtime
TYPE /AWS1/DOGTIMESTAMP
/AWS1/DOGTIMESTAMP
¶
The time when the behavior in a proactive insight is expected to end.
Queryable Attributes¶
StartTime¶
The time range during which a metric limit is expected to be exceeded. This applies to proactive insights only.
Accessible with the following methods¶
Method | Description |
---|---|
GET_STARTTIME() |
Getter for STARTTIME, with configurable default |
ASK_STARTTIME() |
Getter for STARTTIME w/ exceptions if field has no value |
HAS_STARTTIME() |
Determine if STARTTIME has a value |
EndTime¶
The time when the behavior in a proactive insight is expected to end.
Accessible with the following methods¶
Method | Description |
---|---|
GET_ENDTIME() |
Getter for ENDTIME, with configurable default |
ASK_ENDTIME() |
Getter for ENDTIME w/ exceptions if field has no value |
HAS_ENDTIME() |
Determine if ENDTIME has a value |