Class: Aws::Bedrock::Types::ListEvaluationJobsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::ListEvaluationJobsResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#job_summaries ⇒ Array<Types::EvaluationSummary>
A list of summaries of the evaluation jobs.
-
#next_token ⇒ String
Continuation token from the previous response, for Amazon Bedrock to list the next set of results.
Instance Attribute Details
#job_summaries ⇒ Array<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_token ⇒ String
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 |