class Aws::SageMaker::Types::ListMonitoringSchedulesRequest

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

data as a hash:

    {
      endpoint_name: "EndpointName",
      sort_by: "Name", # accepts Name, CreationTime, Status
      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,
      last_modified_time_before: Time.now,
      last_modified_time_after: Time.now,
      status_equals: "Pending", # accepts Pending, Failed, Scheduled, Stopped
      monitoring_job_definition_name: "MonitoringJobDefinitionName",
      monitoring_type_equals: "DataQuality", # accepts DataQuality, ModelQuality, ModelBias, ModelExplainability
    }

@!attribute [rw] endpoint_name

Name of a specific endpoint to fetch schedules for.
@return [String]

@!attribute [rw] sort_by

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

@!attribute [rw] sort_order

Whether to sort the results in `Ascending` or `Descending` order.
The default is `Descending`.
@return [String]

@!attribute [rw] next_token

The token returned if the response is truncated. To retrieve the
next set of job executions, use it in the next request.
@return [String]

@!attribute [rw] max_results

The maximum number of jobs to return in the response. The default
value is 10.
@return [Integer]

@!attribute [rw] name_contains

Filter for monitoring schedules whose name contains a specified
string.
@return [String]

@!attribute [rw] creation_time_before

A filter that returns only monitoring schedules created before a
specified time.
@return [Time]

@!attribute [rw] creation_time_after

A filter that returns only monitoring schedules created after a
specified time.
@return [Time]

@!attribute [rw] last_modified_time_before

A filter that returns only monitoring schedules modified before a
specified time.
@return [Time]

@!attribute [rw] last_modified_time_after

A filter that returns only monitoring schedules modified after a
specified time.
@return [Time]

@!attribute [rw] status_equals

A filter that returns only monitoring schedules modified before a
specified time.
@return [String]

@!attribute [rw] monitoring_job_definition_name

Gets a list of the monitoring schedules for the specified monitoring
job definition.
@return [String]

@!attribute [rw] monitoring_type_equals

A filter that returns only the monitoring schedules for the
specified monitoring type.
@return [String]

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

Constants

SENSITIVE