class Aws::SageMaker::Types::ListMonitoringExecutionsRequest

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

data as a hash:

    {
      monitoring_schedule_name: "MonitoringScheduleName",
      endpoint_name: "EndpointName",
      sort_by: "CreationTime", # accepts CreationTime, ScheduledTime, Status
      sort_order: "Ascending", # accepts Ascending, Descending
      next_token: "NextToken",
      max_results: 1,
      scheduled_time_before: Time.now,
      scheduled_time_after: Time.now,
      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, Completed, CompletedWithViolations, InProgress, Failed, Stopping, Stopped
      monitoring_job_definition_name: "MonitoringJobDefinitionName",
      monitoring_type_equals: "DataQuality", # accepts DataQuality, ModelQuality, ModelBias, ModelExplainability
    }

@!attribute [rw] monitoring_schedule_name

Name of a specific schedule to fetch jobs for.
@return [String]

@!attribute [rw] endpoint_name

Name of a specific endpoint to fetch jobs 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] scheduled_time_before

Filter for jobs scheduled before a specified time.
@return [Time]

@!attribute [rw] scheduled_time_after

Filter for jobs scheduled after a specified time.
@return [Time]

@!attribute [rw] creation_time_before

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

@!attribute [rw] creation_time_after

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

@!attribute [rw] last_modified_time_before

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

@!attribute [rw] last_modified_time_after

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

@!attribute [rw] status_equals

A filter that retrieves only jobs with a specific status.
@return [String]

@!attribute [rw] monitoring_job_definition_name

Gets a list of the monitoring job runs of the specified monitoring
job definitions.
@return [String]

@!attribute [rw] monitoring_type_equals

A filter that returns only the monitoring job runs of the specified
monitoring type.
@return [String]

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

Constants

SENSITIVE