Class: Aws::Bedrock::Types::ListEvaluationJobsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListEvaluationJobsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_type_equals ⇒ String
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
-
#creation_time_after ⇒ Time
A filter to only list evaluation jobs created after a specified time.
-
#creation_time_before ⇒ Time
A filter to only list evaluation jobs created before a specified time.
-
#max_results ⇒ Integer
The maximum number of results to return.
-
#name_contains ⇒ String
A filter to only list evaluation jobs that contain a specified string in the job name.
-
#next_token ⇒ String
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
-
#sort_by ⇒ String
Specifies a creation time to sort the list of evaluation jobs by when they were created.
-
#sort_order ⇒ String
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
-
#status_equals ⇒ String
A filter to only list evaluation jobs that are of a certain status.
Instance Attribute Details
#application_type_equals ⇒ String
A filter to only list evaluation jobs that are either model evaluations or knowledge base evaluations.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_after ⇒ Time
A filter to only list evaluation jobs created after a specified time.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#creation_time_before ⇒ Time
A filter to only list evaluation jobs created before a specified time.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#max_results ⇒ Integer
The maximum number of results to return.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#name_contains ⇒ String
A filter to only list evaluation jobs that contain a specified string in the job name.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_by ⇒ String
Specifies a creation time to sort the list of evaluation jobs by when they were created.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#sort_order ⇒ String
Specifies whether to sort the list of evaluation jobs by either ascending or descending order.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |
#status_equals ⇒ String
A filter to only list evaluation jobs that are of a certain status.
5468 5469 5470 5471 5472 5473 5474 5475 5476 5477 5478 5479 5480 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5468 class ListEvaluationJobsRequest < Struct.new( :creation_time_after, :creation_time_before, :status_equals, :application_type_equals, :name_contains, :max_results, :next_token, :sort_by, :sort_order) SENSITIVE = [] include Aws::Structure end |