Lists the data quality job definitions in your account.
See https://www.paws-r-sdk.com/docs/sagemaker_list_data_quality_job_definitions/ for full documentation.
sagemaker_list_data_quality_job_definitions(
EndpointName = NULL,
SortBy = NULL,
SortOrder = NULL,
NextToken = NULL,
MaxResults = NULL,
NameContains = NULL,
CreationTimeBefore = NULL,
CreationTimeAfter = NULL
)
A filter that lists the data quality job definitions associated with the specified endpoint.
The field to sort results by. The default is CreationTime
.
Whether to sort the results in Ascending
or Descending
order. The
default is Descending
.
If the result of the previous
list_data_quality_job_definitions
request was truncated, the response includes a NextToken
. To retrieve
the next set of transform jobs, use the token in the next request.\>
The maximum number of data quality monitoring job definitions to return in the response.
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.
A filter that returns only data quality monitoring job definitions created before the specified time.
A filter that returns only data quality monitoring job definitions created after the specified time.