sagemaker_list_model_quality_job_definitions: Gets a list of model quality monitoring job definitions in...

View source: R/sagemaker_operations.R

sagemaker_list_model_quality_job_definitionsR Documentation

Gets a list of model quality monitoring job definitions in your account

Description

Gets a list of model quality monitoring job definitions in your account.

See https://www.paws-r-sdk.com/docs/sagemaker_list_model_quality_job_definitions/ for full documentation.

Usage

sagemaker_list_model_quality_job_definitions(
  EndpointName = NULL,
  SortBy = NULL,
  SortOrder = NULL,
  NextToken = NULL,
  MaxResults = NULL,
  NameContains = NULL,
  CreationTimeBefore = NULL,
  CreationTimeAfter = NULL
)

Arguments

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

SortOrder

The sort order for results. The default is Descending.

NextToken

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

MaxResults

The maximum number of results to return in a call to list_model_quality_job_definitions.

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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.