class Aws::SageMaker::Types::ListModelQualityJobDefinitionsRequest

@note When making an API call, you may pass ListModelQualityJobDefinitionsRequest

data as a hash:

    {
      endpoint_name: "EndpointName",
      sort_by: "Name", # accepts Name, CreationTime
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "NextToken",
      max_results: 1,
      name_contains: "NameContains",
      creation_time_before: Time.now,
      creation_time_after: Time.now,
    }

@!attribute [rw] endpoint_name

A filter that returns only model quality monitoring job definitions
that are associated with the specified endpoint.
@return [String]

@!attribute [rw] sort_by

The field to sort results by. The default is `CreationTime`.
@return [String]

@!attribute [rw] sort_order

The sort order for results. The default is `Descending`.
@return [String]

@!attribute [rw] next_token

If the result of the previous `ListModelQualityJobDefinitions`
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.
@return [String]

@!attribute [rw] max_results

The maximum number of results to return in a call to
`ListModelQualityJobDefinitions`.
@return [Integer]

@!attribute [rw] name_contains

A string in the transform job name. This filter returns only model
quality monitoring job definitions whose name contains the specified
string.
@return [String]

@!attribute [rw] creation_time_before

A filter that returns only model quality monitoring job definitions
created before the specified time.
@return [Time]

@!attribute [rw] creation_time_after

A filter that returns only model quality monitoring job definitions
created after the specified time.
@return [Time]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelQualityJobDefinitionsRequest AWS API Documentation

Constants

SENSITIVE