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

Description

Lists the data quality job definitions in your account.

This operation returns paginated results.

Synopsis

Creating a Request

data ListDataQualityJobDefinitions Source #

See: newListDataQualityJobDefinitions smart constructor.

Constructors

ListDataQualityJobDefinitions' 

Fields

  • nameContains :: Maybe Text

    A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

  • endpointName :: Maybe Text

    A filter that lists the data quality job definitions associated with the specified endpoint.

  • creationTimeAfter :: Maybe POSIX

    A filter that returns only data quality monitoring job definitions created after the specified time.

  • nextToken :: Maybe Text

    If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

  • sortOrder :: Maybe SortOrder

    The sort order for results. The default is Descending.

  • creationTimeBefore :: Maybe POSIX

    A filter that returns only data quality monitoring job definitions created before the specified time.

  • maxResults :: Maybe Natural

    The maximum number of data quality monitoring job definitions to return in the response.

  • sortBy :: Maybe MonitoringJobDefinitionSortKey

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

Instances

Instances details
Eq ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Read ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Show ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Generic ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Associated Types

type Rep ListDataQualityJobDefinitions :: Type -> Type #

NFData ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Hashable ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToJSON ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

AWSPager ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

AWSRequest ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToHeaders ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToPath ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

ToQuery ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitions = D1 ('MetaData "ListDataQualityJobDefinitions" "Amazonka.SageMaker.ListDataQualityJobDefinitions" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "ListDataQualityJobDefinitions'" '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 "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 "creationTimeBefore") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "sortBy") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe MonitoringJobDefinitionSortKey))))))
type AWSResponse ListDataQualityJobDefinitions Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

newListDataQualityJobDefinitions :: ListDataQualityJobDefinitions Source #

Create a value of ListDataQualityJobDefinitions 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:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_nameContains - A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

$sel:endpointName:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_endpointName - A filter that lists the data quality job definitions associated with the specified endpoint.

$sel:creationTimeAfter:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_creationTimeAfter - A filter that returns only data quality monitoring job definitions created after the specified time.

$sel:nextToken:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_nextToken - If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

$sel:sortOrder:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_sortOrder - The sort order for results. The default is Descending.

$sel:creationTimeBefore:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_creationTimeBefore - A filter that returns only data quality monitoring job definitions created before the specified time.

$sel:maxResults:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_maxResults - The maximum number of data quality monitoring job definitions to return in the response.

$sel:sortBy:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_sortBy - The field to sort results by. The default is CreationTime.

Request Lenses

listDataQualityJobDefinitions_nameContains :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

listDataQualityJobDefinitions_endpointName :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #

A filter that lists the data quality job definitions associated with the specified endpoint.

listDataQualityJobDefinitions_creationTimeAfter :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime) Source #

A filter that returns only data quality monitoring job definitions created after the specified time.

listDataQualityJobDefinitions_nextToken :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of transform jobs, use the token in the next request.>

listDataQualityJobDefinitions_sortOrder :: Lens' ListDataQualityJobDefinitions (Maybe SortOrder) Source #

The sort order for results. The default is Descending.

listDataQualityJobDefinitions_creationTimeBefore :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime) Source #

A filter that returns only data quality monitoring job definitions created before the specified time.

listDataQualityJobDefinitions_maxResults :: Lens' ListDataQualityJobDefinitions (Maybe Natural) Source #

The maximum number of data quality monitoring job definitions to return in the response.

Destructuring the Response

data ListDataQualityJobDefinitionsResponse Source #

Constructors

ListDataQualityJobDefinitionsResponse' 

Fields

Instances

Instances details
Eq ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Read ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Show ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

Generic ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

NFData ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

type Rep ListDataQualityJobDefinitionsResponse Source # 
Instance details

Defined in Amazonka.SageMaker.ListDataQualityJobDefinitions

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

newListDataQualityJobDefinitionsResponse Source #

Create a value of ListDataQualityJobDefinitionsResponse 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:ListDataQualityJobDefinitions', listDataQualityJobDefinitionsResponse_nextToken - If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.

$sel:httpStatus:ListDataQualityJobDefinitionsResponse', listDataQualityJobDefinitionsResponse_httpStatus - The response's http status code.

$sel:jobDefinitionSummaries:ListDataQualityJobDefinitionsResponse', listDataQualityJobDefinitionsResponse_jobDefinitionSummaries - A list of data quality monitoring job definitions.

Response Lenses

listDataQualityJobDefinitionsResponse_nextToken :: Lens' ListDataQualityJobDefinitionsResponse (Maybe Text) Source #

If the result of the previous ListDataQualityJobDefinitions request was truncated, the response includes a NextToken. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.