Class: Aws::BedrockAgentCoreControl::Types::Rule
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentCoreControl::Types::Rule
- 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
-
#filters ⇒ Array<Types::Filter>
The list of filters that determine which agent traces should be included in the evaluation based on trace properties.
-
#sampling_config ⇒ Types::SamplingConfig
The sampling configuration that determines what percentage of agent traces to evaluate.
-
#session_config ⇒ Types::SessionConfig
The session configuration that defines timeout settings for detecting when agent sessions are complete and ready for evaluation.
Instance Attribute Details
#filters ⇒ Array<Types::Filter>
The list of filters that determine which agent traces should be included in the evaluation based on trace properties.
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_config ⇒ Types::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_config ⇒ Types::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 |