/AWS1/CL_SGMMDELDASHBOARDMON00¶
A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_monitoringschedulearn TYPE /AWS1/SGMMONITORINGSCHEDULEARN /AWS1/SGMMONITORINGSCHEDULEARN¶
The Amazon Resource Name (ARN) of a monitoring schedule.
iv_monitoringschedulename TYPE /AWS1/SGMMONSCHEDULENAME /AWS1/SGMMONSCHEDULENAME¶
The name of a monitoring schedule.
iv_monitoringschedulestatus TYPE /AWS1/SGMSCHEDULESTATUS /AWS1/SGMSCHEDULESTATUS¶
The status of the monitoring schedule.
iv_monitoringtype TYPE /AWS1/SGMMONITORINGTYPE /AWS1/SGMMONITORINGTYPE¶
The monitor type of a model monitor.
iv_failurereason TYPE /AWS1/SGMFAILUREREASON /AWS1/SGMFAILUREREASON¶
If a monitoring job failed, provides the reason.
iv_creationtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
A timestamp that indicates when the monitoring schedule was created.
iv_lastmodifiedtime TYPE /AWS1/SGMTIMESTAMP /AWS1/SGMTIMESTAMP¶
A timestamp that indicates when the monitoring schedule was last updated.
io_monitoringscheduleconfig TYPE REF TO /AWS1/CL_SGMMONSCHEDULECONFIG /AWS1/CL_SGMMONSCHEDULECONFIG¶
MonitoringScheduleConfig
iv_endpointname TYPE /AWS1/SGMENDPOINTNAME /AWS1/SGMENDPOINTNAME¶
The endpoint which is monitored.
it_monitoringalertsummaries TYPE /AWS1/CL_SGMMONALERTSUMMARY=>TT_MONITORINGALERTSUMMARYLIST TT_MONITORINGALERTSUMMARYLIST¶
A JSON array where each element is a summary for a monitoring alert.
io_lastmonexecutionsummary TYPE REF TO /AWS1/CL_SGMMONEXECSUMMARY /AWS1/CL_SGMMONEXECSUMMARY¶
LastMonitoringExecutionSummary
io_batchtransforminput TYPE REF TO /AWS1/CL_SGMBATCHTRANSFORMINP /AWS1/CL_SGMBATCHTRANSFORMINP¶
BatchTransformInput
Queryable Attributes¶
MonitoringScheduleArn¶
The Amazon Resource Name (ARN) of a monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULEARN() |
Getter for MONITORINGSCHEDULEARN, with configurable default |
ASK_MONITORINGSCHEDULEARN() |
Getter for MONITORINGSCHEDULEARN w/ exceptions if field has |
HAS_MONITORINGSCHEDULEARN() |
Determine if MONITORINGSCHEDULEARN has a value |
MonitoringScheduleName¶
The name of a monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULENAME() |
Getter for MONITORINGSCHEDULENAME, with configurable default |
ASK_MONITORINGSCHEDULENAME() |
Getter for MONITORINGSCHEDULENAME w/ exceptions if field has |
HAS_MONITORINGSCHEDULENAME() |
Determine if MONITORINGSCHEDULENAME has a value |
MonitoringScheduleStatus¶
The status of the monitoring schedule.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULESTATUS() |
Getter for MONITORINGSCHEDULESTATUS, with configurable defau |
ASK_MONITORINGSCHEDULESTATUS() |
Getter for MONITORINGSCHEDULESTATUS w/ exceptions if field h |
HAS_MONITORINGSCHEDULESTATUS() |
Determine if MONITORINGSCHEDULESTATUS has a value |
MonitoringType¶
The monitor type of a model monitor.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGTYPE() |
Getter for MONITORINGTYPE, with configurable default |
ASK_MONITORINGTYPE() |
Getter for MONITORINGTYPE w/ exceptions if field has no valu |
HAS_MONITORINGTYPE() |
Determine if MONITORINGTYPE has a value |
FailureReason¶
If a monitoring job failed, provides the 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 |
CreationTime¶
A timestamp that indicates when the monitoring schedule was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATIONTIME() |
Getter for CREATIONTIME, with configurable default |
ASK_CREATIONTIME() |
Getter for CREATIONTIME w/ exceptions if field has no value |
HAS_CREATIONTIME() |
Determine if CREATIONTIME has a value |
LastModifiedTime¶
A timestamp that indicates when the monitoring schedule was last updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME, with configurable default |
ASK_LASTMODIFIEDTIME() |
Getter for LASTMODIFIEDTIME w/ exceptions if field has no va |
HAS_LASTMODIFIEDTIME() |
Determine if LASTMODIFIEDTIME has a value |
MonitoringScheduleConfig¶
MonitoringScheduleConfig
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGSCHEDULECONFIG() |
Getter for MONITORINGSCHEDULECONFIG |
EndpointName¶
The endpoint which is monitored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENDPOINTNAME() |
Getter for ENDPOINTNAME, with configurable default |
ASK_ENDPOINTNAME() |
Getter for ENDPOINTNAME w/ exceptions if field has no value |
HAS_ENDPOINTNAME() |
Determine if ENDPOINTNAME has a value |
MonitoringAlertSummaries¶
A JSON array where each element is a summary for a monitoring alert.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_MONITORINGALERTSUMMARIES() |
Getter for MONITORINGALERTSUMMARIES, with configurable defau |
ASK_MONITORINGALERTSUMMARIES() |
Getter for MONITORINGALERTSUMMARIES w/ exceptions if field h |
HAS_MONITORINGALERTSUMMARIES() |
Determine if MONITORINGALERTSUMMARIES has a value |
LastMonitoringExecutionSummary¶
LastMonitoringExecutionSummary
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_LASTMONEXECUTIONSUMMARY() |
Getter for LASTMONEXECUTIONSUMMARY |
BatchTransformInput¶
BatchTransformInput
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_BATCHTRANSFORMINPUT() |
Getter for BATCHTRANSFORMINPUT |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_MODELDASHBOARDMONSCHEDULES¶
TYPES TT_MODELDASHBOARDMONSCHEDULES TYPE STANDARD TABLE OF REF TO /AWS1/CL_SGMMDELDASHBOARDMON00 WITH DEFAULT KEY
.