/AWS1/CL_SGMINFERENCEEXPERIM00¶
The start and end times of an inference experiment.
The maximum duration that you can set for an inference experiment is 30 days.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_starttime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The timestamp at which the inference experiment started or will start.
iv_endtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
The timestamp at which the inference experiment ended or will end.
Queryable Attributes¶
StartTime¶
The timestamp at which the inference experiment started or will start.
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 timestamp at which the inference experiment ended or will 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 |