| 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.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 #
Arguments
| :: Text | |
| -> StartMonitoringSchedule |
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:
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
| Generic StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule Associated Types type Rep StartMonitoringScheduleResponse :: Type -> Type # | |
| Read StartMonitoringScheduleResponse Source # | |
| Show StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule Methods showsPrec :: Int -> StartMonitoringScheduleResponse -> ShowS # | |
| NFData StartMonitoringScheduleResponse Source # | |
Defined in Amazonka.SageMaker.StartMonitoringSchedule Methods rnf :: StartMonitoringScheduleResponse -> () # | |
| Eq StartMonitoringScheduleResponse Source # | |
| 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.