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

Description

 
Synopsis

Documentation

data MonitoringScheduleSummary Source #

Summarizes the monitoring schedule.

See: newMonitoringScheduleSummary smart constructor.

Constructors

MonitoringScheduleSummary' 

Fields

Instances

Instances details
Eq MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Read MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Show MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Generic MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Associated Types

type Rep MonitoringScheduleSummary :: Type -> Type #

NFData MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

Hashable MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

FromJSON MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

type Rep MonitoringScheduleSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringScheduleSummary

type Rep MonitoringScheduleSummary = D1 ('MetaData "MonitoringScheduleSummary" "Amazonka.SageMaker.Types.MonitoringScheduleSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringScheduleSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleStatus)))))

newMonitoringScheduleSummary Source #

Create a value of MonitoringScheduleSummary 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:monitoringType:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringType - The type of the monitoring job definition that the schedule is for.

$sel:endpointName:MonitoringScheduleSummary', monitoringScheduleSummary_endpointName - The name of the endpoint using the monitoring schedule.

$sel:monitoringJobDefinitionName:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringJobDefinitionName - The name of the monitoring job definition that the schedule is for.

$sel:monitoringScheduleName:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleName - The name of the monitoring schedule.

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

$sel:creationTime:MonitoringScheduleSummary', monitoringScheduleSummary_creationTime - The creation time of the monitoring schedule.

$sel:lastModifiedTime:MonitoringScheduleSummary', monitoringScheduleSummary_lastModifiedTime - The last time the monitoring schedule was modified.

$sel:monitoringScheduleStatus:MonitoringScheduleSummary', monitoringScheduleSummary_monitoringScheduleStatus - The status of the monitoring schedule.

monitoringScheduleSummary_monitoringType :: Lens' MonitoringScheduleSummary (Maybe MonitoringType) Source #

The type of the monitoring job definition that the schedule is for.

monitoringScheduleSummary_endpointName :: Lens' MonitoringScheduleSummary (Maybe Text) Source #

The name of the endpoint using the monitoring schedule.

monitoringScheduleSummary_monitoringJobDefinitionName :: Lens' MonitoringScheduleSummary (Maybe Text) Source #

The name of the monitoring job definition that the schedule is for.

monitoringScheduleSummary_monitoringScheduleArn :: Lens' MonitoringScheduleSummary Text Source #

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

monitoringScheduleSummary_lastModifiedTime :: Lens' MonitoringScheduleSummary UTCTime Source #

The last time the monitoring schedule was modified.