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

Description

 
Synopsis

Documentation

data MonitoringExecutionSummary Source #

Summary of information about the last monitoring job to run.

See: newMonitoringExecutionSummary smart constructor.

Constructors

MonitoringExecutionSummary' 

Fields

Instances

Instances details
Eq MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Read MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Show MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Generic MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Associated Types

type Rep MonitoringExecutionSummary :: Type -> Type #

NFData MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

Hashable MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

FromJSON MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

type Rep MonitoringExecutionSummary Source # 
Instance details

Defined in Amazonka.SageMaker.Types.MonitoringExecutionSummary

type Rep MonitoringExecutionSummary = D1 ('MetaData "MonitoringExecutionSummary" "Amazonka.SageMaker.Types.MonitoringExecutionSummary" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "MonitoringExecutionSummary'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "processingJobArn") '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 "scheduledTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX)) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringExecutionStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ExecutionStatus))))))

newMonitoringExecutionSummary Source #

Create a value of MonitoringExecutionSummary 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:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringType - The type of the monitoring job.

$sel:failureReason:MonitoringExecutionSummary', monitoringExecutionSummary_failureReason - Contains the reason a monitoring job failed, if it failed.

$sel:endpointName:MonitoringExecutionSummary', monitoringExecutionSummary_endpointName - The name of the endpoint used to run the monitoring job.

$sel:processingJobArn:MonitoringExecutionSummary', monitoringExecutionSummary_processingJobArn - The Amazon Resource Name (ARN) of the monitoring job.

$sel:monitoringJobDefinitionName:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringJobDefinitionName - The name of the monitoring job.

$sel:monitoringScheduleName:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringScheduleName - The name of the monitoring schedule.

$sel:scheduledTime:MonitoringExecutionSummary', monitoringExecutionSummary_scheduledTime - The time the monitoring job was scheduled.

$sel:creationTime:MonitoringExecutionSummary', monitoringExecutionSummary_creationTime - The time at which the monitoring job was created.

$sel:lastModifiedTime:MonitoringExecutionSummary', monitoringExecutionSummary_lastModifiedTime - A timestamp that indicates the last time the monitoring job was modified.

$sel:monitoringExecutionStatus:MonitoringExecutionSummary', monitoringExecutionSummary_monitoringExecutionStatus - The status of the monitoring job.

monitoringExecutionSummary_failureReason :: Lens' MonitoringExecutionSummary (Maybe Text) Source #

Contains the reason a monitoring job failed, if it failed.

monitoringExecutionSummary_endpointName :: Lens' MonitoringExecutionSummary (Maybe Text) Source #

The name of the endpoint used to run the monitoring job.

monitoringExecutionSummary_processingJobArn :: Lens' MonitoringExecutionSummary (Maybe Text) Source #

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

monitoringExecutionSummary_creationTime :: Lens' MonitoringExecutionSummary UTCTime Source #

The time at which the monitoring job was created.

monitoringExecutionSummary_lastModifiedTime :: Lens' MonitoringExecutionSummary UTCTime Source #

A timestamp that indicates the last time the monitoring job was modified.