amazonka-sagemaker-2.0: Amazon SageMaker Service SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMaker.UpdateMonitoringAlert

Description

Update the parameters of a model monitor alert.

Synopsis

Creating a Request

data UpdateMonitoringAlert Source #

See: newUpdateMonitoringAlert smart constructor.

Constructors

UpdateMonitoringAlert' 

Fields

Instances

Instances details
ToJSON UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

ToHeaders UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

ToPath UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

ToQuery UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

AWSRequest UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Associated Types

type AWSResponse UpdateMonitoringAlert #

Generic UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Associated Types

type Rep UpdateMonitoringAlert :: Type -> Type #

Read UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Show UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

NFData UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Methods

rnf :: UpdateMonitoringAlert -> () #

Eq UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Hashable UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

type AWSResponse UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

type Rep UpdateMonitoringAlert Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

type Rep UpdateMonitoringAlert = D1 ('MetaData "UpdateMonitoringAlert" "Amazonka.SageMaker.UpdateMonitoringAlert" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateMonitoringAlert'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringAlertName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "datapointsToAlert") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural) :*: S1 ('MetaSel ('Just "evaluationPeriod") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural))))

newUpdateMonitoringAlert Source #

Create a value of UpdateMonitoringAlert 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:

UpdateMonitoringAlert, updateMonitoringAlert_monitoringScheduleName - The name of a monitoring schedule.

UpdateMonitoringAlert, updateMonitoringAlert_monitoringAlertName - The name of a monitoring alert.

UpdateMonitoringAlert, updateMonitoringAlert_datapointsToAlert - Within EvaluationPeriod, how many execution failures will raise an alert.

UpdateMonitoringAlert, updateMonitoringAlert_evaluationPeriod - The number of most recent monitoring executions to consider when evaluating alert status.

Request Lenses

updateMonitoringAlert_datapointsToAlert :: Lens' UpdateMonitoringAlert Natural Source #

Within EvaluationPeriod, how many execution failures will raise an alert.

updateMonitoringAlert_evaluationPeriod :: Lens' UpdateMonitoringAlert Natural Source #

The number of most recent monitoring executions to consider when evaluating alert status.

Destructuring the Response

data UpdateMonitoringAlertResponse Source #

See: newUpdateMonitoringAlertResponse smart constructor.

Constructors

UpdateMonitoringAlertResponse' 

Fields

Instances

Instances details
Generic UpdateMonitoringAlertResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Associated Types

type Rep UpdateMonitoringAlertResponse :: Type -> Type #

Read UpdateMonitoringAlertResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Show UpdateMonitoringAlertResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

NFData UpdateMonitoringAlertResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

Eq UpdateMonitoringAlertResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

type Rep UpdateMonitoringAlertResponse Source # 
Instance details

Defined in Amazonka.SageMaker.UpdateMonitoringAlert

type Rep UpdateMonitoringAlertResponse = D1 ('MetaData "UpdateMonitoringAlertResponse" "Amazonka.SageMaker.UpdateMonitoringAlert" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "UpdateMonitoringAlertResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitoringAlertName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newUpdateMonitoringAlertResponse Source #

Create a value of UpdateMonitoringAlertResponse 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:

UpdateMonitoringAlert, updateMonitoringAlertResponse_monitoringAlertName - The name of a monitoring alert.

$sel:httpStatus:UpdateMonitoringAlertResponse', updateMonitoringAlertResponse_httpStatus - The response's http status code.

UpdateMonitoringAlertResponse, updateMonitoringAlertResponse_monitoringScheduleArn - The Amazon Resource Name (ARN) of the monitoring schedule.

Response Lenses

updateMonitoringAlertResponse_monitoringScheduleArn :: Lens' UpdateMonitoringAlertResponse Text Source #

The Amazon Resource Name (ARN) of the monitoring schedule.