| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule
Description
Synopsis
- data ModelDashboardMonitoringSchedule = ModelDashboardMonitoringSchedule' {
- creationTime :: Maybe POSIX
- endpointName :: Maybe Text
- failureReason :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- lastMonitoringExecutionSummary :: Maybe MonitoringExecutionSummary
- monitoringAlertSummaries :: Maybe (NonEmpty MonitoringAlertSummary)
- monitoringScheduleArn :: Maybe Text
- monitoringScheduleConfig :: Maybe MonitoringScheduleConfig
- monitoringScheduleName :: Maybe Text
- monitoringScheduleStatus :: Maybe ScheduleStatus
- monitoringType :: Maybe MonitoringType
- newModelDashboardMonitoringSchedule :: ModelDashboardMonitoringSchedule
- modelDashboardMonitoringSchedule_creationTime :: Lens' ModelDashboardMonitoringSchedule (Maybe UTCTime)
- modelDashboardMonitoringSchedule_endpointName :: Lens' ModelDashboardMonitoringSchedule (Maybe Text)
- modelDashboardMonitoringSchedule_failureReason :: Lens' ModelDashboardMonitoringSchedule (Maybe Text)
- modelDashboardMonitoringSchedule_lastModifiedTime :: Lens' ModelDashboardMonitoringSchedule (Maybe UTCTime)
- modelDashboardMonitoringSchedule_lastMonitoringExecutionSummary :: Lens' ModelDashboardMonitoringSchedule (Maybe MonitoringExecutionSummary)
- modelDashboardMonitoringSchedule_monitoringAlertSummaries :: Lens' ModelDashboardMonitoringSchedule (Maybe (NonEmpty MonitoringAlertSummary))
- modelDashboardMonitoringSchedule_monitoringScheduleArn :: Lens' ModelDashboardMonitoringSchedule (Maybe Text)
- modelDashboardMonitoringSchedule_monitoringScheduleConfig :: Lens' ModelDashboardMonitoringSchedule (Maybe MonitoringScheduleConfig)
- modelDashboardMonitoringSchedule_monitoringScheduleName :: Lens' ModelDashboardMonitoringSchedule (Maybe Text)
- modelDashboardMonitoringSchedule_monitoringScheduleStatus :: Lens' ModelDashboardMonitoringSchedule (Maybe ScheduleStatus)
- modelDashboardMonitoringSchedule_monitoringType :: Lens' ModelDashboardMonitoringSchedule (Maybe MonitoringType)
Documentation
data ModelDashboardMonitoringSchedule Source #
A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.
See: newModelDashboardMonitoringSchedule smart constructor.
Constructors
| ModelDashboardMonitoringSchedule' | |
Fields
| |
Instances
newModelDashboardMonitoringSchedule :: ModelDashboardMonitoringSchedule Source #
Create a value of ModelDashboardMonitoringSchedule with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_creationTime - A timestamp that indicates when the monitoring schedule was created.
ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_endpointName - The endpoint which is monitored.
ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_failureReason - If a monitoring job failed, provides the reason.
ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_lastModifiedTime - A timestamp that indicates when the monitoring schedule was last
updated.
$sel:lastMonitoringExecutionSummary:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_lastMonitoringExecutionSummary - Undocumented member.
$sel:monitoringAlertSummaries:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringAlertSummaries - A JSON array where each element is a summary for a monitoring alert.
$sel:monitoringScheduleArn:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringScheduleArn - The Amazon Resource Name (ARN) of a monitoring schedule.
$sel:monitoringScheduleConfig:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringScheduleConfig - Undocumented member.
ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_monitoringScheduleName - The name of a monitoring schedule.
$sel:monitoringScheduleStatus:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringScheduleStatus - The status of the monitoring schedule.
ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_monitoringType - The monitor type of a model monitor.
modelDashboardMonitoringSchedule_creationTime :: Lens' ModelDashboardMonitoringSchedule (Maybe UTCTime) Source #
A timestamp that indicates when the monitoring schedule was created.
modelDashboardMonitoringSchedule_endpointName :: Lens' ModelDashboardMonitoringSchedule (Maybe Text) Source #
The endpoint which is monitored.
modelDashboardMonitoringSchedule_failureReason :: Lens' ModelDashboardMonitoringSchedule (Maybe Text) Source #
If a monitoring job failed, provides the reason.
modelDashboardMonitoringSchedule_lastModifiedTime :: Lens' ModelDashboardMonitoringSchedule (Maybe UTCTime) Source #
A timestamp that indicates when the monitoring schedule was last updated.
modelDashboardMonitoringSchedule_lastMonitoringExecutionSummary :: Lens' ModelDashboardMonitoringSchedule (Maybe MonitoringExecutionSummary) Source #
Undocumented member.
modelDashboardMonitoringSchedule_monitoringAlertSummaries :: Lens' ModelDashboardMonitoringSchedule (Maybe (NonEmpty MonitoringAlertSummary)) Source #
A JSON array where each element is a summary for a monitoring alert.
modelDashboardMonitoringSchedule_monitoringScheduleArn :: Lens' ModelDashboardMonitoringSchedule (Maybe Text) Source #
The Amazon Resource Name (ARN) of a monitoring schedule.
modelDashboardMonitoringSchedule_monitoringScheduleConfig :: Lens' ModelDashboardMonitoringSchedule (Maybe MonitoringScheduleConfig) Source #
Undocumented member.
modelDashboardMonitoringSchedule_monitoringScheduleName :: Lens' ModelDashboardMonitoringSchedule (Maybe Text) Source #
The name of a monitoring schedule.
modelDashboardMonitoringSchedule_monitoringScheduleStatus :: Lens' ModelDashboardMonitoringSchedule (Maybe ScheduleStatus) Source #
The status of the monitoring schedule.
modelDashboardMonitoringSchedule_monitoringType :: Lens' ModelDashboardMonitoringSchedule (Maybe MonitoringType) Source #
The monitor type of a model monitor.