Class: Aws::BedrockAgentCoreControl::Types::ListOnlineEvaluationConfigsResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#next_tokenString

The pagination token to use in a subsequent request to retrieve the next page of results.

Returns:

  • (String)


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_configsArray<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