Class: Aws::SageMaker::Types::ListMonitoringSchedulesRequest

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 monitoring schedules created after a specified time.

Returns:

  • (Time)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns only monitoring schedules created before a specified time.

Returns:

  • (Time)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

Name of a specific endpoint to fetch schedules for.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_afterTime

A filter that returns only monitoring schedules modified after a specified time.

Returns:

  • (Time)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_time_beforeTime

A filter that returns only monitoring schedules modified before a specified time.

Returns:

  • (Time)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of jobs to return in the response. The default value is 10.

Returns:

  • (Integer)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_job_definition_nameString

Gets a list of the monitoring schedules for the specified monitoring job definition.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#monitoring_type_equalsString

A filter that returns only the monitoring schedules for the specified monitoring type.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

Filter for monitoring schedules whose name contains a specified string.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

Whether to sort the results by the ‘Status`, `CreationTime`, or `ScheduledTime` field. The default is `CreationTime`.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

Whether to sort the results in ‘Ascending` or `Descending` order. The default is `Descending`.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end

#status_equalsString

A filter that returns only monitoring schedules modified before a specified time.

Returns:

  • (String)


28552
28553
28554
28555
28556
28557
28558
28559
28560
28561
28562
28563
28564
28565
28566
28567
28568
# File 'lib/aws-sdk-sagemaker/types.rb', line 28552

class ListMonitoringSchedulesRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after,
  :last_modified_time_before,
  :last_modified_time_after,
  :status_equals,
  :monitoring_job_definition_name,
  :monitoring_type_equals)
  SENSITIVE = []
  include Aws::Structure
end