Class: Aws::BedrockAgentRuntime::Types::FlowTraceCondition
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::FlowTraceCondition
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains information about a condition that was satisfied. For more information, see [Track each step in your prompt flow by viewing its trace in Amazon Bedrock].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/flows-trace.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#condition_name ⇒ String
The name of the condition.
Instance Attribute Details
#condition_name ⇒ String
The name of the condition.
2219 2220 2221 2222 2223 |
# File 'lib/aws-sdk-bedrockagentruntime/types.rb', line 2219 class FlowTraceCondition < Struct.new( :condition_name) SENSITIVE = [] include Aws::Structure end |