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

Description

Gets a list of past alerts in a model monitoring schedule.

This operation returns paginated results.

Synopsis

Creating a Request

data ListMonitoringAlertHistory Source #

See: newListMonitoringAlertHistory smart constructor.

Constructors

ListMonitoringAlertHistory' 

Fields

Instances

Instances details
ToJSON ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

ToHeaders ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

ToPath ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

ToQuery ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

AWSPager ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

AWSRequest ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Generic ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Associated Types

type Rep ListMonitoringAlertHistory :: Type -> Type #

Read ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Show ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

NFData ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Eq ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Hashable ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

type AWSResponse ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

type Rep ListMonitoringAlertHistory Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

newListMonitoringAlertHistory :: ListMonitoringAlertHistory Source #

Create a value of ListMonitoringAlertHistory 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:creationTimeAfter:ListMonitoringAlertHistory', listMonitoringAlertHistory_creationTimeAfter - A filter that returns only alerts created on or after the specified time.

$sel:creationTimeBefore:ListMonitoringAlertHistory', listMonitoringAlertHistory_creationTimeBefore - A filter that returns only alerts created on or before the specified time.

$sel:maxResults:ListMonitoringAlertHistory', listMonitoringAlertHistory_maxResults - The maximum number of results to display. The default is 100.

ListMonitoringAlertHistory, listMonitoringAlertHistory_monitoringAlertName - The name of a monitoring alert.

ListMonitoringAlertHistory, listMonitoringAlertHistory_monitoringScheduleName - The name of a monitoring schedule.

ListMonitoringAlertHistory, listMonitoringAlertHistory_nextToken - If the result of the previous ListMonitoringAlertHistory request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

$sel:sortBy:ListMonitoringAlertHistory', listMonitoringAlertHistory_sortBy - The field used to sort results. The default is CreationTime.

$sel:sortOrder:ListMonitoringAlertHistory', listMonitoringAlertHistory_sortOrder - The sort order, whether Ascending or Descending, of the alert history. The default is Descending.

$sel:statusEquals:ListMonitoringAlertHistory', listMonitoringAlertHistory_statusEquals - A filter that retrieves only alerts with a specific status.

Request Lenses

listMonitoringAlertHistory_creationTimeAfter :: Lens' ListMonitoringAlertHistory (Maybe UTCTime) Source #

A filter that returns only alerts created on or after the specified time.

listMonitoringAlertHistory_creationTimeBefore :: Lens' ListMonitoringAlertHistory (Maybe UTCTime) Source #

A filter that returns only alerts created on or before the specified time.

listMonitoringAlertHistory_maxResults :: Lens' ListMonitoringAlertHistory (Maybe Natural) Source #

The maximum number of results to display. The default is 100.

listMonitoringAlertHistory_nextToken :: Lens' ListMonitoringAlertHistory (Maybe Text) Source #

If the result of the previous ListMonitoringAlertHistory request was truncated, the response includes a NextToken. To retrieve the next set of alerts in the history, use the token in the next request.

listMonitoringAlertHistory_sortBy :: Lens' ListMonitoringAlertHistory (Maybe MonitoringAlertHistorySortKey) Source #

The field used to sort results. The default is CreationTime.

listMonitoringAlertHistory_sortOrder :: Lens' ListMonitoringAlertHistory (Maybe SortOrder) Source #

The sort order, whether Ascending or Descending, of the alert history. The default is Descending.

listMonitoringAlertHistory_statusEquals :: Lens' ListMonitoringAlertHistory (Maybe MonitoringAlertStatus) Source #

A filter that retrieves only alerts with a specific status.

Destructuring the Response

data ListMonitoringAlertHistoryResponse Source #

Constructors

ListMonitoringAlertHistoryResponse' 

Fields

Instances

Instances details
Generic ListMonitoringAlertHistoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Associated Types

type Rep ListMonitoringAlertHistoryResponse :: Type -> Type #

Read ListMonitoringAlertHistoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Show ListMonitoringAlertHistoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

NFData ListMonitoringAlertHistoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

Eq ListMonitoringAlertHistoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

type Rep ListMonitoringAlertHistoryResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringAlertHistory

type Rep ListMonitoringAlertHistoryResponse = D1 ('MetaData "ListMonitoringAlertHistoryResponse" "Amazonka.SageMaker.ListMonitoringAlertHistory" "amazonka-sagemaker-2.0-9SyrKZ4KqhsL1qX9u3ILA3" 'False) (C1 ('MetaCons "ListMonitoringAlertHistoryResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "monitoringAlertHistory") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [MonitoringAlertHistorySummary])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))))

newListMonitoringAlertHistoryResponse Source #

Create a value of ListMonitoringAlertHistoryResponse 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:monitoringAlertHistory:ListMonitoringAlertHistoryResponse', listMonitoringAlertHistoryResponse_monitoringAlertHistory - An alert history for a model monitoring schedule.

ListMonitoringAlertHistory, listMonitoringAlertHistoryResponse_nextToken - If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.

$sel:httpStatus:ListMonitoringAlertHistoryResponse', listMonitoringAlertHistoryResponse_httpStatus - The response's http status code.

Response Lenses

listMonitoringAlertHistoryResponse_nextToken :: Lens' ListMonitoringAlertHistoryResponse (Maybe Text) Source #

If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.