Class: Aws::BedrockAgentRuntime::Types::CustomOrchestrationTrace
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::CustomOrchestrationTrace
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
The trace behavior for the custom orchestration.
Constant Summary collapse
- SENSITIVE =
[:event]
Instance Attribute Summary collapse
-
#event ⇒ Types::CustomOrchestrationTraceEvent
The event details used with the custom orchestration.
-
#trace_id ⇒ String
The unique identifier of the trace.
Instance Attribute Details
#event ⇒ Types::CustomOrchestrationTraceEvent
The event details used with the custom orchestration.
888 889 890 891 892 893 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 888 class CustomOrchestrationTrace < Struct.new( :event, :trace_id) SENSITIVE = [:event] include Aws::Structure end |
#trace_id ⇒ String
The unique identifier of the trace.
888 889 890 891 892 893 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 888 class CustomOrchestrationTrace < Struct.new( :event, :trace_id) SENSITIVE = [:event] include Aws::Structure end |