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

Description

Returns list of all monitoring job executions.

This operation returns paginated results.

Synopsis

Creating a Request

data ListMonitoringExecutions Source #

See: newListMonitoringExecutions smart constructor.

Constructors

ListMonitoringExecutions' 

Fields

Instances

Instances details
Eq ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Read ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Show ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Generic ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Associated Types

type Rep ListMonitoringExecutions :: Type -> Type #

NFData ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Hashable ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToJSON ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

AWSPager ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

AWSRequest ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToHeaders ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToPath ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

ToQuery ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutions = D1 ('MetaData "ListMonitoringExecutions" "Amazonka.SageMaker.ListMonitoringExecutions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringExecutions'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "lastModifiedTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduledTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))) :*: ((S1 ('MetaSel ('Just "creationTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "sortOrder") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SortOrder)) :*: S1 ('MetaSel ('Just "lastModifiedTimeAfter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))))) :*: (((S1 ('MetaSel ('Just "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "scheduledTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ExecutionStatus)) :*: S1 ('MetaSel ('Just "monitoringTypeEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)))) :*: ((S1 ('MetaSel ('Just "monitoringScheduleName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringExecutionSortKey)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))
type AWSResponse ListMonitoringExecutions Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

newListMonitoringExecutions :: ListMonitoringExecutions Source #

Create a value of ListMonitoringExecutions 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:endpointName:ListMonitoringExecutions', listMonitoringExecutions_endpointName - Name of a specific endpoint to fetch jobs for.

$sel:lastModifiedTimeBefore:ListMonitoringExecutions', listMonitoringExecutions_lastModifiedTimeBefore - A filter that returns only jobs modified after a specified time.

$sel:scheduledTimeAfter:ListMonitoringExecutions', listMonitoringExecutions_scheduledTimeAfter - Filter for jobs scheduled after a specified time.

$sel:creationTimeAfter:ListMonitoringExecutions', listMonitoringExecutions_creationTimeAfter - A filter that returns only jobs created after a specified time.

$sel:nextToken:ListMonitoringExecutions', listMonitoringExecutions_nextToken - The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

$sel:sortOrder:ListMonitoringExecutions', listMonitoringExecutions_sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.

$sel:lastModifiedTimeAfter:ListMonitoringExecutions', listMonitoringExecutions_lastModifiedTimeAfter - A filter that returns only jobs modified before a specified time.

$sel:creationTimeBefore:ListMonitoringExecutions', listMonitoringExecutions_creationTimeBefore - A filter that returns only jobs created before a specified time.

$sel:scheduledTimeBefore:ListMonitoringExecutions', listMonitoringExecutions_scheduledTimeBefore - Filter for jobs scheduled before a specified time.

$sel:statusEquals:ListMonitoringExecutions', listMonitoringExecutions_statusEquals - A filter that retrieves only jobs with a specific status.

$sel:monitoringTypeEquals:ListMonitoringExecutions', listMonitoringExecutions_monitoringTypeEquals - A filter that returns only the monitoring job runs of the specified monitoring type.

$sel:monitoringScheduleName:ListMonitoringExecutions', listMonitoringExecutions_monitoringScheduleName - Name of a specific schedule to fetch jobs for.

$sel:maxResults:ListMonitoringExecutions', listMonitoringExecutions_maxResults - The maximum number of jobs to return in the response. The default value is 10.

$sel:sortBy:ListMonitoringExecutions', listMonitoringExecutions_sortBy - Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

$sel:monitoringJobDefinitionName:ListMonitoringExecutions', listMonitoringExecutions_monitoringJobDefinitionName - Gets a list of the monitoring job runs of the specified monitoring job definitions.

Request Lenses

listMonitoringExecutions_endpointName :: Lens' ListMonitoringExecutions (Maybe Text) Source #

Name of a specific endpoint to fetch jobs for.

listMonitoringExecutions_lastModifiedTimeBefore :: Lens' ListMonitoringExecutions (Maybe UTCTime) Source #

A filter that returns only jobs modified after a specified time.

listMonitoringExecutions_creationTimeAfter :: Lens' ListMonitoringExecutions (Maybe UTCTime) Source #

A filter that returns only jobs created after a specified time.

listMonitoringExecutions_nextToken :: Lens' ListMonitoringExecutions (Maybe Text) Source #

The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.

listMonitoringExecutions_sortOrder :: Lens' ListMonitoringExecutions (Maybe SortOrder) Source #

Whether to sort the results in Ascending or Descending order. The default is Descending.

listMonitoringExecutions_lastModifiedTimeAfter :: Lens' ListMonitoringExecutions (Maybe UTCTime) Source #

A filter that returns only jobs modified before a specified time.

listMonitoringExecutions_creationTimeBefore :: Lens' ListMonitoringExecutions (Maybe UTCTime) Source #

A filter that returns only jobs created before a specified time.

listMonitoringExecutions_statusEquals :: Lens' ListMonitoringExecutions (Maybe ExecutionStatus) Source #

A filter that retrieves only jobs with a specific status.

listMonitoringExecutions_monitoringTypeEquals :: Lens' ListMonitoringExecutions (Maybe MonitoringType) Source #

A filter that returns only the monitoring job runs of the specified monitoring type.

listMonitoringExecutions_maxResults :: Lens' ListMonitoringExecutions (Maybe Natural) Source #

The maximum number of jobs to return in the response. The default value is 10.

listMonitoringExecutions_sortBy :: Lens' ListMonitoringExecutions (Maybe MonitoringExecutionSortKey) Source #

Whether to sort results by Status, CreationTime, ScheduledTime field. The default is CreationTime.

listMonitoringExecutions_monitoringJobDefinitionName :: Lens' ListMonitoringExecutions (Maybe Text) Source #

Gets a list of the monitoring job runs of the specified monitoring job definitions.

Destructuring the Response

data ListMonitoringExecutionsResponse Source #

See: newListMonitoringExecutionsResponse smart constructor.

Constructors

ListMonitoringExecutionsResponse' 

Fields

Instances

Instances details
Eq ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Read ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Show ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Generic ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

Associated Types

type Rep ListMonitoringExecutionsResponse :: Type -> Type #

NFData ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringExecutions

type Rep ListMonitoringExecutionsResponse = D1 ('MetaData "ListMonitoringExecutionsResponse" "Amazonka.SageMaker.ListMonitoringExecutions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringExecutionsResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int) :*: S1 ('MetaSel ('Just "monitoringExecutionSummaries") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [MonitoringExecutionSummary]))))

newListMonitoringExecutionsResponse Source #

Create a value of ListMonitoringExecutionsResponse 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:nextToken:ListMonitoringExecutions', listMonitoringExecutionsResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent reques

$sel:httpStatus:ListMonitoringExecutionsResponse', listMonitoringExecutionsResponse_httpStatus - The response's http status code.

$sel:monitoringExecutionSummaries:ListMonitoringExecutionsResponse', listMonitoringExecutionsResponse_monitoringExecutionSummaries - A JSON array in which each element is a summary for a monitoring execution.

Response Lenses

listMonitoringExecutionsResponse_nextToken :: Lens' ListMonitoringExecutionsResponse (Maybe Text) Source #

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