| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.SageMaker.ListDataQualityJobDefinitions
Description
Lists the data quality job definitions in your account.
This operation returns paginated results.
Synopsis
- data ListDataQualityJobDefinitions = ListDataQualityJobDefinitions' {}
 - newListDataQualityJobDefinitions :: ListDataQualityJobDefinitions
 - listDataQualityJobDefinitions_creationTimeAfter :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime)
 - listDataQualityJobDefinitions_creationTimeBefore :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime)
 - listDataQualityJobDefinitions_endpointName :: Lens' ListDataQualityJobDefinitions (Maybe Text)
 - listDataQualityJobDefinitions_maxResults :: Lens' ListDataQualityJobDefinitions (Maybe Natural)
 - listDataQualityJobDefinitions_nameContains :: Lens' ListDataQualityJobDefinitions (Maybe Text)
 - listDataQualityJobDefinitions_nextToken :: Lens' ListDataQualityJobDefinitions (Maybe Text)
 - listDataQualityJobDefinitions_sortBy :: Lens' ListDataQualityJobDefinitions (Maybe MonitoringJobDefinitionSortKey)
 - listDataQualityJobDefinitions_sortOrder :: Lens' ListDataQualityJobDefinitions (Maybe SortOrder)
 - data ListDataQualityJobDefinitionsResponse = ListDataQualityJobDefinitionsResponse' {}
 - newListDataQualityJobDefinitionsResponse :: Int -> ListDataQualityJobDefinitionsResponse
 - listDataQualityJobDefinitionsResponse_nextToken :: Lens' ListDataQualityJobDefinitionsResponse (Maybe Text)
 - listDataQualityJobDefinitionsResponse_httpStatus :: Lens' ListDataQualityJobDefinitionsResponse Int
 - listDataQualityJobDefinitionsResponse_jobDefinitionSummaries :: Lens' ListDataQualityJobDefinitionsResponse [MonitoringJobDefinitionSummary]
 
Creating a Request
data ListDataQualityJobDefinitions Source #
See: newListDataQualityJobDefinitions smart constructor.
Constructors
| ListDataQualityJobDefinitions' | |
Fields 
  | |
Instances
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:creationTimeAfter:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_creationTimeAfter - A filter that returns only data quality monitoring job definitions
 created after the specified time.
$sel:creationTimeBefore:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_creationTimeBefore - A filter that returns only data quality monitoring job definitions
 created before the specified time.
ListDataQualityJobDefinitions, listDataQualityJobDefinitions_endpointName - A filter that lists the data quality job definitions associated with the
 specified endpoint.
$sel:maxResults:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_maxResults - The maximum number of data quality monitoring job definitions to return
 in the response.
$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.
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:sortBy:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_sortBy - The field to sort results by. The default is CreationTime.
$sel:sortOrder:ListDataQualityJobDefinitions', listDataQualityJobDefinitions_sortOrder - The sort order for results. The default is Descending.
Request Lenses
listDataQualityJobDefinitions_creationTimeAfter :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime) Source #
A filter that returns only data quality monitoring job definitions created after the specified time.
listDataQualityJobDefinitions_creationTimeBefore :: Lens' ListDataQualityJobDefinitions (Maybe UTCTime) Source #
A filter that returns only data quality monitoring job definitions created before the specified time.
listDataQualityJobDefinitions_endpointName :: Lens' ListDataQualityJobDefinitions (Maybe Text) Source #
A filter that lists the data quality job definitions associated with the specified endpoint.
listDataQualityJobDefinitions_maxResults :: Lens' ListDataQualityJobDefinitions (Maybe Natural) Source #
The maximum number of data quality monitoring job definitions to return in the response.
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_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_sortBy :: Lens' ListDataQualityJobDefinitions (Maybe MonitoringJobDefinitionSortKey) Source #
The field to sort results by. The default is CreationTime.
listDataQualityJobDefinitions_sortOrder :: Lens' ListDataQualityJobDefinitions (Maybe SortOrder) Source #
The sort order for results. The default is Descending.
Destructuring the Response
data ListDataQualityJobDefinitionsResponse Source #
See: newListDataQualityJobDefinitionsResponse smart constructor.
Constructors
| ListDataQualityJobDefinitionsResponse' | |
Fields 
  | |
Instances
newListDataQualityJobDefinitionsResponse Source #
Arguments
| :: Int | |
| -> ListDataQualityJobDefinitionsResponse | 
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:
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.
listDataQualityJobDefinitionsResponse_httpStatus :: Lens' ListDataQualityJobDefinitionsResponse Int Source #
The response's http status code.
listDataQualityJobDefinitionsResponse_jobDefinitionSummaries :: Lens' ListDataQualityJobDefinitionsResponse [MonitoringJobDefinitionSummary] Source #
A list of data quality monitoring job definitions.