| 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.MonitoringSchedule
Description
Synopsis
- data MonitoringSchedule = MonitoringSchedule' {
- creationTime :: Maybe POSIX
- endpointName :: Maybe Text
- failureReason :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- lastMonitoringExecutionSummary :: Maybe MonitoringExecutionSummary
- monitoringScheduleArn :: Maybe Text
- monitoringScheduleConfig :: Maybe MonitoringScheduleConfig
- monitoringScheduleName :: Maybe Text
- monitoringScheduleStatus :: Maybe ScheduleStatus
- monitoringType :: Maybe MonitoringType
- tags :: Maybe [Tag]
- newMonitoringSchedule :: MonitoringSchedule
- monitoringSchedule_creationTime :: Lens' MonitoringSchedule (Maybe UTCTime)
- monitoringSchedule_endpointName :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_failureReason :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_lastModifiedTime :: Lens' MonitoringSchedule (Maybe UTCTime)
- monitoringSchedule_lastMonitoringExecutionSummary :: Lens' MonitoringSchedule (Maybe MonitoringExecutionSummary)
- monitoringSchedule_monitoringScheduleArn :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_monitoringScheduleConfig :: Lens' MonitoringSchedule (Maybe MonitoringScheduleConfig)
- monitoringSchedule_monitoringScheduleName :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_monitoringScheduleStatus :: Lens' MonitoringSchedule (Maybe ScheduleStatus)
- monitoringSchedule_monitoringType :: Lens' MonitoringSchedule (Maybe MonitoringType)
- monitoringSchedule_tags :: Lens' MonitoringSchedule (Maybe [Tag])
Documentation
data MonitoringSchedule Source #
A schedule for a model monitoring job. For information about model monitor, see Amazon SageMaker Model Monitor.
See: newMonitoringSchedule smart constructor.
Constructors
| MonitoringSchedule' | |
Fields
| |
Instances
newMonitoringSchedule :: MonitoringSchedule Source #
Create a value of MonitoringSchedule 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:
MonitoringSchedule, monitoringSchedule_creationTime - The time that the monitoring schedule was created.
MonitoringSchedule, monitoringSchedule_endpointName - The endpoint that hosts the model being monitored.
MonitoringSchedule, monitoringSchedule_failureReason - If the monitoring schedule failed, the reason it failed.
MonitoringSchedule, monitoringSchedule_lastModifiedTime - The last time the monitoring schedule was changed.
$sel:lastMonitoringExecutionSummary:MonitoringSchedule', monitoringSchedule_lastMonitoringExecutionSummary - Undocumented member.
$sel:monitoringScheduleArn:MonitoringSchedule', monitoringSchedule_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.
$sel:monitoringScheduleConfig:MonitoringSchedule', monitoringSchedule_monitoringScheduleConfig - Undocumented member.
MonitoringSchedule, monitoringSchedule_monitoringScheduleName - The name of the monitoring schedule.
$sel:monitoringScheduleStatus:MonitoringSchedule', monitoringSchedule_monitoringScheduleStatus - The status of the monitoring schedule. This can be one of the following
values.
PENDING- The schedule is pending being created.FAILED- The schedule failed.SCHEDULED- The schedule was successfully created.STOPPED- The schedule was stopped.
MonitoringSchedule, monitoringSchedule_monitoringType - The type of the monitoring job definition to schedule.
$sel:tags:MonitoringSchedule', monitoringSchedule_tags - A list of the tags associated with the monitoring schedlue. For more
information, see
Tagging Amazon Web Services resources
in the Amazon Web Services General Reference Guide.
monitoringSchedule_creationTime :: Lens' MonitoringSchedule (Maybe UTCTime) Source #
The time that the monitoring schedule was created.
monitoringSchedule_endpointName :: Lens' MonitoringSchedule (Maybe Text) Source #
The endpoint that hosts the model being monitored.
monitoringSchedule_failureReason :: Lens' MonitoringSchedule (Maybe Text) Source #
If the monitoring schedule failed, the reason it failed.
monitoringSchedule_lastModifiedTime :: Lens' MonitoringSchedule (Maybe UTCTime) Source #
The last time the monitoring schedule was changed.
monitoringSchedule_lastMonitoringExecutionSummary :: Lens' MonitoringSchedule (Maybe MonitoringExecutionSummary) Source #
Undocumented member.
monitoringSchedule_monitoringScheduleArn :: Lens' MonitoringSchedule (Maybe Text) Source #
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringSchedule_monitoringScheduleConfig :: Lens' MonitoringSchedule (Maybe MonitoringScheduleConfig) Source #
Undocumented member.
monitoringSchedule_monitoringScheduleName :: Lens' MonitoringSchedule (Maybe Text) Source #
The name of the monitoring schedule.
monitoringSchedule_monitoringScheduleStatus :: Lens' MonitoringSchedule (Maybe ScheduleStatus) Source #
The status of the monitoring schedule. This can be one of the following values.
PENDING- The schedule is pending being created.FAILED- The schedule failed.SCHEDULED- The schedule was successfully created.STOPPED- The schedule was stopped.
monitoringSchedule_monitoringType :: Lens' MonitoringSchedule (Maybe MonitoringType) Source #
The type of the monitoring job definition to schedule.
monitoringSchedule_tags :: Lens' MonitoringSchedule (Maybe [Tag]) Source #
A list of the tags associated with the monitoring schedlue. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.