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.CreateMonitoringSchedule
Description
Creates a schedule that regularly starts Amazon SageMaker Processing Jobs to monitor the data captured for an Amazon SageMaker Endoint.
Synopsis
- data CreateMonitoringSchedule = CreateMonitoringSchedule' {}
- newCreateMonitoringSchedule :: Text -> MonitoringScheduleConfig -> CreateMonitoringSchedule
- createMonitoringSchedule_tags :: Lens' CreateMonitoringSchedule (Maybe [Tag])
- createMonitoringSchedule_monitoringScheduleName :: Lens' CreateMonitoringSchedule Text
- createMonitoringSchedule_monitoringScheduleConfig :: Lens' CreateMonitoringSchedule MonitoringScheduleConfig
- data CreateMonitoringScheduleResponse = CreateMonitoringScheduleResponse' {}
- newCreateMonitoringScheduleResponse :: Int -> Text -> CreateMonitoringScheduleResponse
- createMonitoringScheduleResponse_httpStatus :: Lens' CreateMonitoringScheduleResponse Int
- createMonitoringScheduleResponse_monitoringScheduleArn :: Lens' CreateMonitoringScheduleResponse Text
Creating a Request
data CreateMonitoringSchedule Source #
See: newCreateMonitoringSchedule
smart constructor.
Constructors
CreateMonitoringSchedule' | |
Fields
|
Instances
newCreateMonitoringSchedule Source #
Arguments
:: Text | |
-> MonitoringScheduleConfig | |
-> CreateMonitoringSchedule |
Create a value of CreateMonitoringSchedule
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:tags:CreateMonitoringSchedule'
, createMonitoringSchedule_tags
- (Optional) An array of key-value pairs. For more information, see
Using Cost Allocation Tags
in the Amazon Web Services Billing and Cost Management User Guide.
$sel:monitoringScheduleName:CreateMonitoringSchedule'
, createMonitoringSchedule_monitoringScheduleName
- The name of the monitoring schedule. The name must be unique within an
Amazon Web Services Region within an Amazon Web Services account.
$sel:monitoringScheduleConfig:CreateMonitoringSchedule'
, createMonitoringSchedule_monitoringScheduleConfig
- The configuration object that specifies the monitoring schedule and
defines the monitoring job.
Request Lenses
createMonitoringSchedule_tags :: Lens' CreateMonitoringSchedule (Maybe [Tag]) Source #
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the Amazon Web Services Billing and Cost Management User Guide.
createMonitoringSchedule_monitoringScheduleName :: Lens' CreateMonitoringSchedule Text Source #
The name of the monitoring schedule. The name must be unique within an Amazon Web Services Region within an Amazon Web Services account.
createMonitoringSchedule_monitoringScheduleConfig :: Lens' CreateMonitoringSchedule MonitoringScheduleConfig Source #
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Destructuring the Response
data CreateMonitoringScheduleResponse Source #
See: newCreateMonitoringScheduleResponse
smart constructor.
Constructors
CreateMonitoringScheduleResponse' | |
Fields
|
Instances
newCreateMonitoringScheduleResponse Source #
Arguments
:: Int | |
-> Text |
|
-> CreateMonitoringScheduleResponse |
Create a value of CreateMonitoringScheduleResponse
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:httpStatus:CreateMonitoringScheduleResponse'
, createMonitoringScheduleResponse_httpStatus
- The response's http status code.
$sel:monitoringScheduleArn:CreateMonitoringScheduleResponse'
, createMonitoringScheduleResponse_monitoringScheduleArn
- The Amazon Resource Name (ARN) of the monitoring schedule.
Response Lenses
createMonitoringScheduleResponse_httpStatus :: Lens' CreateMonitoringScheduleResponse Int Source #
The response's http status code.
createMonitoringScheduleResponse_monitoringScheduleArn :: Lens' CreateMonitoringScheduleResponse Text Source #
The Amazon Resource Name (ARN) of the monitoring schedule.