Class: Aws::Bedrock::Types::ListEvaluationJobsResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#job_summariesArray<Types::EvaluationSummary>

A list of summaries of the evaluation jobs.



9475
9476
9477
9478
9479
9480
# File 'lib/aws-sdk-bedrock/types.rb', line 9475

class ListEvaluationJobsResponse < Struct.new(
  :next_token,
  :job_summaries)
  SENSITIVE = []
  include Aws::Structure
end

#next_tokenString

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



9475
9476
9477
9478
9479
9480
# File 'lib/aws-sdk-bedrock/types.rb', line 9475

class ListEvaluationJobsResponse < Struct.new(
  :next_token,
  :job_summaries)
  SENSITIVE = []
  include Aws::Structure
end