Class: Aws::SageMaker::Types::ListDataQualityJobDefinitionsRequest

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 data quality monitoring job definitions created after the specified time.

Returns:

  • (Time)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#creation_time_beforeTime

A filter that returns only data quality monitoring job definitions created before the specified time.

Returns:

  • (Time)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#endpoint_nameString

A filter that lists the data quality job definitions associated with the specified endpoint.

Returns:

  • (String)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#max_resultsInteger

The maximum number of data quality monitoring job definitions to return in the response.

Returns:

  • (Integer)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#name_containsString

A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.

Returns:

  • (String)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

If the result of the previous ‘ListDataQualityJobDefinitions` request was truncated, the response includes a `NextToken`. To retrieve the next set of transform jobs, use the token in the next request.&gt;

Returns:

  • (String)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#sort_byString

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

Returns:

  • (String)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end

#sort_orderString

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

Returns:

  • (String)


25796
25797
25798
25799
25800
25801
25802
25803
25804
25805
25806
25807
# File 'lib/aws-sdk-sagemaker/types.rb', line 25796

class ListDataQualityJobDefinitionsRequest < Struct.new(
  :endpoint_name,
  :sort_by,
  :sort_order,
  :next_token,
  :max_results,
  :name_contains,
  :creation_time_before,
  :creation_time_after)
  SENSITIVE = []
  include Aws::Structure
end