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

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

#job_summariesArray<Types::EvaluationSummary>

A summary of the model evaluation jobs.

Returns:



2463
2464
2465
2466
2467
2468
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2463

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.

Returns:

  • (String)


2463
2464
2465
2466
2467
2468
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 2463

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