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

Description

Returns list of all monitoring schedules.

This operation returns paginated results.

Synopsis

Creating a Request

data ListMonitoringSchedules Source #

See: newListMonitoringSchedules smart constructor.

Constructors

ListMonitoringSchedules' 

Fields

Instances

Instances details
Eq ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Read ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Show ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Generic ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Associated Types

type Rep ListMonitoringSchedules :: Type -> Type #

NFData ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Methods

rnf :: ListMonitoringSchedules -> () #

Hashable ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToJSON ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

AWSPager ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

AWSRequest ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToHeaders ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToPath ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

ToQuery ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedules = D1 ('MetaData "ListMonitoringSchedules" "Amazonka.SageMaker.ListMonitoringSchedules" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListMonitoringSchedules'" 'PrefixI 'True) (((S1 ('MetaSel ('Just "nameContains") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "endpointName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "lastModifiedTimeBefore") '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 "statusEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ScheduleStatus)))) :*: ((S1 ('MetaSel ('Just "monitoringTypeEquals") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringType)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural))) :*: (S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringScheduleSortKey)) :*: S1 ('MetaSel ('Just "monitoringJobDefinitionName") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))))
type AWSResponse ListMonitoringSchedules Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

newListMonitoringSchedules :: ListMonitoringSchedules Source #

Create a value of ListMonitoringSchedules 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:nameContains:ListMonitoringSchedules', listMonitoringSchedules_nameContains - Filter for monitoring schedules whose name contains a specified string.

$sel:endpointName:ListMonitoringSchedules', listMonitoringSchedules_endpointName - Name of a specific endpoint to fetch schedules for.

$sel:lastModifiedTimeBefore:ListMonitoringSchedules', listMonitoringSchedules_lastModifiedTimeBefore - A filter that returns only monitoring schedules modified before a specified time.

$sel:creationTimeAfter:ListMonitoringSchedules', listMonitoringSchedules_creationTimeAfter - A filter that returns only monitoring schedules created after a specified time.

$sel:nextToken:ListMonitoringSchedules', listMonitoringSchedules_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:ListMonitoringSchedules', listMonitoringSchedules_sortOrder - Whether to sort the results in Ascending or Descending order. The default is Descending.

$sel:lastModifiedTimeAfter:ListMonitoringSchedules', listMonitoringSchedules_lastModifiedTimeAfter - A filter that returns only monitoring schedules modified after a specified time.

$sel:creationTimeBefore:ListMonitoringSchedules', listMonitoringSchedules_creationTimeBefore - A filter that returns only monitoring schedules created before a specified time.

$sel:statusEquals:ListMonitoringSchedules', listMonitoringSchedules_statusEquals - A filter that returns only monitoring schedules modified before a specified time.

$sel:monitoringTypeEquals:ListMonitoringSchedules', listMonitoringSchedules_monitoringTypeEquals - A filter that returns only the monitoring schedules for the specified monitoring type.

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

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

$sel:monitoringJobDefinitionName:ListMonitoringSchedules', listMonitoringSchedules_monitoringJobDefinitionName - Gets a list of the monitoring schedules for the specified monitoring job definition.

Request Lenses

listMonitoringSchedules_nameContains :: Lens' ListMonitoringSchedules (Maybe Text) Source #

Filter for monitoring schedules whose name contains a specified string.

listMonitoringSchedules_endpointName :: Lens' ListMonitoringSchedules (Maybe Text) Source #

Name of a specific endpoint to fetch schedules for.

listMonitoringSchedules_lastModifiedTimeBefore :: Lens' ListMonitoringSchedules (Maybe UTCTime) Source #

A filter that returns only monitoring schedules modified before a specified time.

listMonitoringSchedules_creationTimeAfter :: Lens' ListMonitoringSchedules (Maybe UTCTime) Source #

A filter that returns only monitoring schedules created after a specified time.

listMonitoringSchedules_nextToken :: Lens' ListMonitoringSchedules (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.

listMonitoringSchedules_sortOrder :: Lens' ListMonitoringSchedules (Maybe SortOrder) Source #

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

listMonitoringSchedules_lastModifiedTimeAfter :: Lens' ListMonitoringSchedules (Maybe UTCTime) Source #

A filter that returns only monitoring schedules modified after a specified time.

listMonitoringSchedules_creationTimeBefore :: Lens' ListMonitoringSchedules (Maybe UTCTime) Source #

A filter that returns only monitoring schedules created before a specified time.

listMonitoringSchedules_statusEquals :: Lens' ListMonitoringSchedules (Maybe ScheduleStatus) Source #

A filter that returns only monitoring schedules modified before a specified time.

listMonitoringSchedules_monitoringTypeEquals :: Lens' ListMonitoringSchedules (Maybe MonitoringType) Source #

A filter that returns only the monitoring schedules for the specified monitoring type.

listMonitoringSchedules_maxResults :: Lens' ListMonitoringSchedules (Maybe Natural) Source #

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

listMonitoringSchedules_sortBy :: Lens' ListMonitoringSchedules (Maybe MonitoringScheduleSortKey) Source #

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

listMonitoringSchedules_monitoringJobDefinitionName :: Lens' ListMonitoringSchedules (Maybe Text) Source #

Gets a list of the monitoring schedules for the specified monitoring job definition.

Destructuring the Response

data ListMonitoringSchedulesResponse Source #

See: newListMonitoringSchedulesResponse smart constructor.

Constructors

ListMonitoringSchedulesResponse' 

Fields

Instances

Instances details
Eq ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Read ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Show ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Generic ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

Associated Types

type Rep ListMonitoringSchedulesResponse :: Type -> Type #

NFData ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

type Rep ListMonitoringSchedulesResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListMonitoringSchedules

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

newListMonitoringSchedulesResponse Source #

Create a value of ListMonitoringSchedulesResponse 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:ListMonitoringSchedules', listMonitoringSchedulesResponse_nextToken - If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of jobs, use it in the subsequent request.

$sel:httpStatus:ListMonitoringSchedulesResponse', listMonitoringSchedulesResponse_httpStatus - The response's http status code.

$sel:monitoringScheduleSummaries:ListMonitoringSchedulesResponse', listMonitoringSchedulesResponse_monitoringScheduleSummaries - A JSON array in which each element is a summary for a monitoring schedule.

Response Lenses

listMonitoringSchedulesResponse_nextToken :: Lens' ListMonitoringSchedulesResponse (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 request.