| 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 |
Amazonka.SageMaker.StartMonitoringSchedule
Description
Starts a previously stopped monitoring schedule.
By default, when you successfully create a new schedule, the status of a
monitoring schedule is scheduled.
Synopsis
- data StartMonitoringSchedule = StartMonitoringSchedule' {}
- newStartMonitoringSchedule :: Text -> StartMonitoringSchedule
- startMonitoringSchedule_monitoringScheduleName :: Lens' StartMonitoringSchedule Text
- data StartMonitoringScheduleResponse = StartMonitoringScheduleResponse' {
- newStartMonitoringScheduleResponse :: StartMonitoringScheduleResponse
Creating a Request
data StartMonitoringSchedule Source #
See: newStartMonitoringSchedule smart constructor.
Constructors
| StartMonitoringSchedule' | |
Fields
| |
Instances
newStartMonitoringSchedule Source #
Create a value of StartMonitoringSchedule 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:monitoringScheduleName:StartMonitoringSchedule', startMonitoringSchedule_monitoringScheduleName - The name of the schedule to start.
Request Lenses
startMonitoringSchedule_monitoringScheduleName :: Lens' StartMonitoringSchedule Text Source #
The name of the schedule to start.
Destructuring the Response
data StartMonitoringScheduleResponse Source #
See: newStartMonitoringScheduleResponse smart constructor.
Constructors
| StartMonitoringScheduleResponse' | |
Instances
| Eq StartMonitoringScheduleResponse Source # | |
| Read StartMonitoringScheduleResponse Source # | |
| Show StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule Methods showsPrec :: Int -> StartMonitoringScheduleResponse -> ShowS # | |
| Generic StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule Associated Types type Rep StartMonitoringScheduleResponse :: Type -> Type # | |
| NFData StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule Methods rnf :: StartMonitoringScheduleResponse -> () # | |
| type Rep StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule | |
newStartMonitoringScheduleResponse :: StartMonitoringScheduleResponse Source #
Create a value of StartMonitoringScheduleResponse with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.