Class: Aws::Bedrock::Types::ListEvaluationJobsRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time_afterTime

A filter that includes model evaluation jobs created after the time specified.

Returns:

  • (Time)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#creation_time_beforeTime

A filter that includes model evaluation jobs created prior to the time specified.

Returns:

  • (Time)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#max_resultsInteger

The maximum number of results to return.

Returns:

  • (Integer)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#name_containsString

Query parameter string for model evaluation job names.

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#next_tokenString

Continuation token from the previous response, for Amazon Bedrock to list the next set of results.

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#sort_byString

Allows you to sort model evaluation jobs by when they were created.

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#sort_orderString

How you want the order of jobs sorted.

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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

#status_equalsString

Only return jobs where the status condition is met.

Returns:

  • (String)


2439
2440
2441
2442
2443
2444
2445
2446
2447
2448
2449
2450
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2439

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