Class: Aws::BedrockAgentCoreControl::Types::ListOnlineEvaluationConfigsResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListOnlineEvaluationConfigsResponse
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#next_token ⇒ String
The pagination token to use in a subsequent request to retrieve the next page of results.
-
#online_evaluation_configs ⇒ Array<Types::OnlineEvaluationConfigSummary>
The list of online evaluation configuration summaries containing basic information about each configuration.
Instance Attribute Details
#next_token ⇒ String
The pagination token to use in a subsequent request to retrieve the next page of results.
10574 10575 10576 10577 10578 10579 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10574 class ListOnlineEvaluationConfigsResponse < Struct.new( :online_evaluation_configs, :next_token) SENSITIVE = [] include Aws::Structure end |
#online_evaluation_configs ⇒ Array<Types::OnlineEvaluationConfigSummary>
The list of online evaluation configuration summaries containing basic information about each configuration.
10574 10575 10576 10577 10578 10579 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10574 class ListOnlineEvaluationConfigsResponse < Struct.new( :online_evaluation_configs, :next_token) SENSITIVE = [] include Aws::Structure end |