libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

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

Creating a Request

data CreateMonitoringSchedule Source #

See: newCreateMonitoringSchedule smart constructor.

Constructors

CreateMonitoringSchedule' 

Fields

Instances

Instances details
Eq CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Read CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Show CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Generic CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Associated Types

type Rep CreateMonitoringSchedule :: Type -> Type #

NFData CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Hashable CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToJSON CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

AWSRequest CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToHeaders CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToPath CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

ToQuery CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringSchedule = D1 ('MetaData "CreateMonitoringSchedule" "Amazonka.SageMaker.CreateMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateMonitoringSchedule'" 'PrefixI 'True) (S1 ('MetaSel ('Just "tags") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [Tag])) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringScheduleConfig))))
type AWSResponse CreateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

newCreateMonitoringSchedule Source #

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

Instances details
Eq CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Read CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Show CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Generic CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

Associated Types

type Rep CreateMonitoringScheduleResponse :: Type -> Type #

NFData CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.CreateMonitoringSchedule

type Rep CreateMonitoringScheduleResponse = D1 ('MetaData "CreateMonitoringScheduleResponse" "Amazonka.SageMaker.CreateMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "CreateMonitoringScheduleResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newCreateMonitoringScheduleResponse Source #

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