View source: R/sagemaker_operations.R
sagemaker_list_data_quality_job_definitions | R Documentation |
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
)
EndpointName |
A filter that lists the data quality job definitions associated with the specified endpoint. |
SortBy |
The field to sort results by. The default is |
SortOrder |
Whether to sort the results in |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of data quality monitoring job definitions to return in the response. |
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. |
CreationTimeBefore |
A filter that returns only data quality monitoring job definitions created before the specified time. |
CreationTimeAfter |
A filter that returns only data quality monitoring job definitions created after the specified time. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.