Class: Aws::BedrockAgentCoreControl::Types::Rule

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

Overview

The evaluation rule that defines sampling configuration, filtering criteria, and session detection settings for online evaluation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#filtersArray<Types::Filter>

The list of filters that determine which agent traces should be included in the evaluation based on trace properties.

Returns:



7980
7981
7982
7983
7984
7985
7986
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7980

class Rule < Struct.new(
  :sampling_config,
  :filters,
  :session_config)
  SENSITIVE = []
  include Aws::Structure
end

#sampling_configTypes::SamplingConfig

The sampling configuration that determines what percentage of agent traces to evaluate.



7980
7981
7982
7983
7984
7985
7986
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7980

class Rule < Struct.new(
  :sampling_config,
  :filters,
  :session_config)
  SENSITIVE = []
  include Aws::Structure
end

#session_configTypes::SessionConfig

The session configuration that defines timeout settings for detecting when agent sessions are complete and ready for evaluation.



7980
7981
7982
7983
7984
7985
7986
# File 'gems/aws-sdk-bedrockagentcorecontrol/lib/aws-sdk-bedrockagentcorecontrol/types.rb', line 7980

class Rule < Struct.new(
  :sampling_config,
  :filters,
  :session_config)
  SENSITIVE = []
  include Aws::Structure
end