Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data MonitoringSchedule = MonitoringSchedule' {
- creationTime :: Maybe POSIX
- monitoringType :: Maybe MonitoringType
- failureReason :: Maybe Text
- monitoringScheduleArn :: Maybe Text
- endpointName :: Maybe Text
- lastModifiedTime :: Maybe POSIX
- monitoringScheduleStatus :: Maybe ScheduleStatus
- lastMonitoringExecutionSummary :: Maybe MonitoringExecutionSummary
- monitoringScheduleConfig :: Maybe MonitoringScheduleConfig
- monitoringScheduleName :: Maybe Text
- tags :: Maybe [Tag]
- newMonitoringSchedule :: MonitoringSchedule
- monitoringSchedule_creationTime :: Lens' MonitoringSchedule (Maybe UTCTime)
- monitoringSchedule_monitoringType :: Lens' MonitoringSchedule (Maybe MonitoringType)
- monitoringSchedule_failureReason :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_monitoringScheduleArn :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_endpointName :: Lens' MonitoringSchedule (Maybe Text)
- monitoringSchedule_lastModifiedTime :: Lens' MonitoringSchedule (Maybe UTCTime)
- monitoringSchedule_monitoringScheduleStatus :: Lens' MonitoringSchedule (Maybe ScheduleStatus)
- monitoringSchedule_lastMonitoringExecutionSummary :: Lens' MonitoringSchedule (Maybe MonitoringExecutionSummary)
- monitoringSchedule_monitoringScheduleConfig :: Lens' MonitoringSchedule (Maybe MonitoringScheduleConfig)
- monitoringSchedule_monitoringScheduleName :: Lens' MonitoringSchedule (Maybe Text)
- 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.
MonitoringSchedule' | |
|
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:
$sel:creationTime:MonitoringSchedule'
, monitoringSchedule_creationTime
- The time that the monitoring schedule was created.
$sel:monitoringType:MonitoringSchedule'
, monitoringSchedule_monitoringType
- The type of the monitoring job definition to schedule.
$sel:failureReason:MonitoringSchedule'
, monitoringSchedule_failureReason
- If the monitoring schedule failed, the reason it failed.
$sel:monitoringScheduleArn:MonitoringSchedule'
, monitoringSchedule_monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.
$sel:endpointName:MonitoringSchedule'
, monitoringSchedule_endpointName
- The endpoint that hosts the model being monitored.
$sel:lastModifiedTime:MonitoringSchedule'
, monitoringSchedule_lastModifiedTime
- The last time the monitoring schedule was changed.
$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.
$sel:lastMonitoringExecutionSummary:MonitoringSchedule'
, monitoringSchedule_lastMonitoringExecutionSummary
- Undocumented member.
$sel:monitoringScheduleConfig:MonitoringSchedule'
, monitoringSchedule_monitoringScheduleConfig
- Undocumented member.
$sel:monitoringScheduleName:MonitoringSchedule'
, monitoringSchedule_monitoringScheduleName
- The name of the monitoring 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_monitoringType :: Lens' MonitoringSchedule (Maybe MonitoringType) Source #
The type of the monitoring job definition to schedule.
monitoringSchedule_failureReason :: Lens' MonitoringSchedule (Maybe Text) Source #
If the monitoring schedule failed, the reason it failed.
monitoringSchedule_monitoringScheduleArn :: Lens' MonitoringSchedule (Maybe Text) Source #
The Amazon Resource Name (ARN) of the monitoring schedule.
monitoringSchedule_endpointName :: Lens' MonitoringSchedule (Maybe Text) Source #
The endpoint that hosts the model being monitored.
monitoringSchedule_lastModifiedTime :: Lens' MonitoringSchedule (Maybe UTCTime) Source #
The last time the monitoring schedule was changed.
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_lastMonitoringExecutionSummary :: Lens' MonitoringSchedule (Maybe MonitoringExecutionSummary) Source #
Undocumented member.
monitoringSchedule_monitoringScheduleConfig :: Lens' MonitoringSchedule (Maybe MonitoringScheduleConfig) Source #
Undocumented member.
monitoringSchedule_monitoringScheduleName :: Lens' MonitoringSchedule (Maybe Text) Source #
The name of the monitoring 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.