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

Description

 
Synopsis

Documentation

data ModelDashboardMonitoringSchedule Source #

A monitoring schedule for a model displayed in the Amazon SageMaker Model Dashboard.

See: newModelDashboardMonitoringSchedule smart constructor.

Constructors

ModelDashboardMonitoringSchedule' 

Fields

Instances

Instances details
FromJSON ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

Generic ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

Associated Types

type Rep ModelDashboardMonitoringSchedule :: Type -> Type #

Read ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

Show ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

NFData ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

Eq ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

Hashable ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

type Rep ModelDashboardMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule

type Rep ModelDashboardMonitoringSchedule = D1 ('MetaData "ModelDashboardMonitoringSchedule" "Amazonka.SageMaker.Types.ModelDashboardMonitoringSchedule" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ModelDashboardMonitoringSchedule'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "failureReason") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "lastMonitoringExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSummary))))) :*: ((S1 ('MetaSel ('Just "monitoringAlertSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty MonitoringAlertSummary))) :*: (S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringScheduleConfig)))) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleStatus)) :*: S1 ('MetaSel ('Just "monitoringType") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)))))))

newModelDashboardMonitoringSchedule :: ModelDashboardMonitoringSchedule Source #

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

ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_creationTime - A timestamp that indicates when the monitoring schedule was created.

ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_endpointName - The endpoint which is monitored.

ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_failureReason - If a monitoring job failed, provides the reason.

ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_lastModifiedTime - A timestamp that indicates when the monitoring schedule was last updated.

$sel:lastMonitoringExecutionSummary:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_lastMonitoringExecutionSummary - Undocumented member.

$sel:monitoringAlertSummaries:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringAlertSummaries - A JSON array where each element is a summary for a monitoring alert.

$sel:monitoringScheduleArn:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringScheduleArn - The Amazon Resource Name (ARN) of a monitoring schedule.

$sel:monitoringScheduleConfig:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringScheduleConfig - Undocumented member.

ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_monitoringScheduleName - The name of a monitoring schedule.

$sel:monitoringScheduleStatus:ModelDashboardMonitoringSchedule', modelDashboardMonitoringSchedule_monitoringScheduleStatus - The status of the monitoring schedule.

ModelDashboardMonitoringSchedule, modelDashboardMonitoringSchedule_monitoringType - The monitor type of a model monitor.

modelDashboardMonitoringSchedule_creationTime :: Lens' ModelDashboardMonitoringSchedule (Maybe UTCTime) Source #

A timestamp that indicates when the monitoring schedule was created.

modelDashboardMonitoringSchedule_lastModifiedTime :: Lens' ModelDashboardMonitoringSchedule (Maybe UTCTime) Source #

A timestamp that indicates when the monitoring schedule was last updated.