Class: Aws::SageMaker::Types::ListDataQualityJobDefinitionsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ListDataQualityJobDefinitionsRequest
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time_after ⇒ Time
A filter that returns only data quality monitoring job definitions created after the specified time.
-
#creation_time_before ⇒ Time
A filter that returns only data quality monitoring job definitions created before the specified time.
-
#endpoint_name ⇒ String
A filter that lists the data quality job definitions associated with the specified endpoint.
-
#max_results ⇒ Integer
The maximum number of data quality monitoring job definitions to return in the response.
-
#name_contains ⇒ String
A string in the data quality monitoring job definition name.
-
#next_token ⇒ String
If the result of the previous
ListDataQualityJobDefinitionsrequest was truncated, the response includes aNextToken. -
#sort_by ⇒ String
The field to sort results by.
-
#sort_order ⇒ String
Whether to sort the results in
AscendingorDescendingorder.
Instance Attribute Details
#creation_time_after ⇒ Time
A filter that returns only data quality monitoring job definitions created after the specified time.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_before ⇒ Time
A filter that returns only data quality monitoring job definitions created before the specified time.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_name ⇒ String
A filter that lists the data quality job definitions associated with the specified endpoint.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_results ⇒ Integer
The maximum number of data quality monitoring job definitions to return in the response.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_contains ⇒ String
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.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_token ⇒ String
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.>
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_by ⇒ String
The field to sort results by. The default is CreationTime.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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_order ⇒ String
Whether to sort the results in Ascending or Descending order.
The default is Descending.
32337 32338 32339 32340 32341 32342 32343 32344 32345 32346 32347 32348 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32337 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 |