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

Creating a Request

data StartMonitoringSchedule Source #

See: newStartMonitoringSchedule smart constructor.

Constructors

StartMonitoringSchedule' 

Fields

Instances

Instances details
Eq StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Read StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Show StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Generic StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Associated Types

type Rep StartMonitoringSchedule :: Type -> Type #

NFData StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Methods

rnf :: StartMonitoringSchedule -> () #

Hashable StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToJSON StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

AWSRequest StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToHeaders StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToPath StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

ToQuery StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

type Rep StartMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

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

Defined in Amazonka.SageMaker.StartMonitoringSchedule

newStartMonitoringSchedule Source #

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:

$sel:monitoringScheduleName:StartMonitoringSchedule', startMonitoringSchedule_monitoringScheduleName - The name of the schedule to start.

Request Lenses

Destructuring the Response

data StartMonitoringScheduleResponse Source #

See: newStartMonitoringScheduleResponse smart constructor.

Instances

Instances details
Eq StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Read StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Show StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Generic StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

Associated Types

type Rep StartMonitoringScheduleResponse :: Type -> Type #

NFData StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

type Rep StartMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.StartMonitoringSchedule

type Rep StartMonitoringScheduleResponse = D1 ('MetaData "StartMonitoringScheduleResponse" "Amazonka.SageMaker.StartMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "StartMonitoringScheduleResponse'" 'PrefixI 'False) (U1 :: Type -> Type))

newStartMonitoringScheduleResponse :: StartMonitoringScheduleResponse Source #

Create a value of StartMonitoringScheduleResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.