Class: Aws::BedrockAgentCoreControl::Types::ListOnlineEvaluationConfigsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::ListOnlineEvaluationConfigsRequest
- Defined in:
- gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max_results ⇒ Integer
The maximum number of online evaluation configurations to return in a single response.
-
#next_token ⇒ String
The pagination token from a previous request to retrieve the next page of results.
Instance Attribute Details
#max_results ⇒ Integer
The maximum number of online evaluation configurations to return in a single response.
10555 10556 10557 10558 10559 10560 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10555 class ListOnlineEvaluationConfigsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |
#next_token ⇒ String
The pagination token from a previous request to retrieve the next page of results.
10555 10556 10557 10558 10559 10560 |
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 10555 class ListOnlineEvaluationConfigsRequest < Struct.new( :next_token, :max_results) SENSITIVE = [] include Aws::Structure end |