Class: Aws::SageMaker::Types::ListMonitoringAlertHistoryRequest

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

A filter that returns only alerts created on or after the specified time.

Returns:

  • (Time)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns only alerts created on or before the specified time.

Returns:

  • (Time)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of results to display. The default is 100.

Returns:

  • (Integer)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_alert_nameString

The name of a monitoring alert.

Returns:

  • (String)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_schedule_nameString

The name of a monitoring schedule.

Returns:

  • (String)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the result of the previous ‘ListMonitoringAlertHistory` request was truncated, the response includes a `NextToken`. To retrieve the next set of alerts in the history, use the token in the next request.

Returns:

  • (String)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

The field used to sort results. The default is ‘CreationTime`.

Returns:

  • (String)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

The sort order, whether ‘Ascending` or `Descending`, of the alert history. The default is `Descending`.

Returns:

  • (String)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end

#status_equalsString

A filter that retrieves only alerts with a specific status.

Returns:

  • (String)


26249
26250
26251
26252
26253
26254
26255
26256
26257
26258
26259
26260
26261
# File 'lib/aws-sdk-sagemaker/types.rb', line 26249

class ListMonitoringAlertHistoryRequest < Struct.new(
  :monitoring_schedule_name,
  :monitoring_alert_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :creation_time_before,
  :creation_time_after,
  :status_equals)
  SENSITIVE = []
  include Aws::Structure
end