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.UpdateMonitoringSchedule

Description

Updates a previously created schedule.

Synopsis

Creating a Request

data UpdateMonitoringSchedule Source #

See: newUpdateMonitoringSchedule smart constructor.

Constructors

UpdateMonitoringSchedule' 

Fields

Instances

Instances details
Eq UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Read UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Show UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Generic UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Associated Types

type Rep UpdateMonitoringSchedule :: Type -> Type #

NFData UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Hashable UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToJSON UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

AWSRequest UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToHeaders UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToPath UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

ToQuery UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

type Rep UpdateMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

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

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

newUpdateMonitoringSchedule Source #

Create a value of UpdateMonitoringSchedule 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:UpdateMonitoringSchedule', updateMonitoringSchedule_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:UpdateMonitoringSchedule', updateMonitoringSchedule_monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.

Request Lenses

updateMonitoringSchedule_monitoringScheduleName :: Lens' UpdateMonitoringSchedule 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.

updateMonitoringSchedule_monitoringScheduleConfig :: Lens' UpdateMonitoringSchedule MonitoringScheduleConfig Source #

The configuration object that specifies the monitoring schedule and defines the monitoring job.

Destructuring the Response

data UpdateMonitoringScheduleResponse Source #

See: newUpdateMonitoringScheduleResponse smart constructor.

Constructors

UpdateMonitoringScheduleResponse' 

Fields

Instances

Instances details
Eq UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Read UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Show UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Generic UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

Associated Types

type Rep UpdateMonitoringScheduleResponse :: Type -> Type #

NFData UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

type Rep UpdateMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringSchedule

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

newUpdateMonitoringScheduleResponse Source #

Create a value of UpdateMonitoringScheduleResponse 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:UpdateMonitoringScheduleResponse', updateMonitoringScheduleResponse_httpStatus - The response's http status code.

$sel:monitoringScheduleArn:UpdateMonitoringScheduleResponse', updateMonitoringScheduleResponse_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

Response Lenses