Gets a list of model quality monitoring job definitions in your account
Gets a list of model quality monitoring job definitions in your account.
sagemaker_list_model_quality_job_definitions(EndpointName, SortBy, SortOrder, NextToken, MaxResults, NameContains, CreationTimeBefore, CreationTimeAfter)
EndpointName |
A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint. |
SortBy |
The field to sort results by. The default is |
SortOrder |
The sort order for results. The default is |
NextToken |
If the result of the previous
|
MaxResults |
The maximum number of results to return in a call to
|
NameContains |
A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string. |
CreationTimeBefore |
A filter that returns only model quality monitoring job definitions created before the specified time. |
CreationTimeAfter |
A filter that returns only model quality monitoring job definitions created after the specified time. |
A list with the following syntax:
list( JobDefinitionSummaries = list( list( MonitoringJobDefinitionName = "string", MonitoringJobDefinitionArn = "string", CreationTime = as.POSIXct( "2015-01-01" ), EndpointName = "string" ) ), NextToken = "string" )
svc$list_model_quality_job_definitions( EndpointName = "string", SortBy = "Name"|"CreationTime", SortOrder = "Ascending"|"Descending", NextToken = "string", MaxResults = 123, NameContains = "string", CreationTimeBefore = as.POSIXct( "2015-01-01" ), CreationTimeAfter = as.POSIXct( "2015-01-01" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.