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

Description

Describes the schedule for a monitoring job.

Synopsis

Creating a Request

data DescribeMonitoringSchedule Source #

See: newDescribeMonitoringSchedule smart constructor.

Constructors

DescribeMonitoringSchedule' 

Fields

Instances

Instances details
Eq DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Read DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Show DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Generic DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Associated Types

type Rep DescribeMonitoringSchedule :: Type -> Type #

NFData DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Hashable DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToJSON DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

AWSRequest DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToHeaders DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToPath DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

ToQuery DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

type Rep DescribeMonitoringSchedule Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

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

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

newDescribeMonitoringSchedule Source #

Create a value of DescribeMonitoringSchedule 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:DescribeMonitoringSchedule', describeMonitoringSchedule_monitoringScheduleName - Name of a previously created monitoring schedule.

Request Lenses

Destructuring the Response

data DescribeMonitoringScheduleResponse Source #

Constructors

DescribeMonitoringScheduleResponse' 

Fields

Instances

Instances details
Eq DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Read DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Show DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Generic DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

Associated Types

type Rep DescribeMonitoringScheduleResponse :: Type -> Type #

NFData DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

type Rep DescribeMonitoringScheduleResponse Source # 
Instance details

Defined in Amazonka.SageMaker.DescribeMonitoringSchedule

type Rep DescribeMonitoringScheduleResponse = D1 ('MetaData "DescribeMonitoringScheduleResponse" "Amazonka.SageMaker.DescribeMonitoringSchedule" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "DescribeMonitoringScheduleResponse'" '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 "lastMonitoringExecutionSummary") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSummary)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: (S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "monitoringScheduleStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ScheduleStatus))) :*: (S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "lastModifiedTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "monitoringScheduleConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 MonitoringScheduleConfig))))))

newDescribeMonitoringScheduleResponse Source #

Create a value of DescribeMonitoringScheduleResponse 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:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringType - The type of the monitoring job that this schedule runs. This is one of the following values.

  • DATA_QUALITY - The schedule is for a data quality monitoring job.
  • MODEL_QUALITY - The schedule is for a model quality monitoring job.
  • MODEL_BIAS - The schedule is for a bias monitoring job.
  • MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.

$sel:failureReason:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_failureReason - A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

$sel:endpointName:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_endpointName - The name of the endpoint for the monitoring job.

$sel:lastMonitoringExecutionSummary:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_lastMonitoringExecutionSummary - Describes metadata on the last execution to run, if there was one.

$sel:httpStatus:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_httpStatus - The response's http status code.

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

$sel:monitoringScheduleName:DescribeMonitoringSchedule', describeMonitoringScheduleResponse_monitoringScheduleName - Name of the monitoring schedule.

$sel:monitoringScheduleStatus:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringScheduleStatus - The status of an monitoring job.

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

$sel:lastModifiedTime:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_lastModifiedTime - The time at which the monitoring job was last modified.

$sel:monitoringScheduleConfig:DescribeMonitoringScheduleResponse', describeMonitoringScheduleResponse_monitoringScheduleConfig - The configuration object that specifies the monitoring schedule and defines the monitoring job.

Response Lenses

describeMonitoringScheduleResponse_monitoringType :: Lens' DescribeMonitoringScheduleResponse (Maybe MonitoringType) Source #

The type of the monitoring job that this schedule runs. This is one of the following values.

  • DATA_QUALITY - The schedule is for a data quality monitoring job.
  • MODEL_QUALITY - The schedule is for a model quality monitoring job.
  • MODEL_BIAS - The schedule is for a bias monitoring job.
  • MODEL_EXPLAINABILITY - The schedule is for an explainability monitoring job.

describeMonitoringScheduleResponse_failureReason :: Lens' DescribeMonitoringScheduleResponse (Maybe Text) Source #

A string, up to one KB in size, that contains the reason a monitoring job failed, if it failed.

describeMonitoringScheduleResponse_monitoringScheduleConfig :: Lens' DescribeMonitoringScheduleResponse MonitoringScheduleConfig Source #

The configuration object that specifies the monitoring schedule and defines the monitoring job.