Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestrationTrace
Packages that use CustomOrchestrationTrace
-
Uses of CustomOrchestrationTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomOrchestrationTraceModifier and TypeMethodDescriptionfinal CustomOrchestrationTraceTrace.customOrchestrationTrace()Details about the custom orchestration step in which the agent determines the order in which actions are executed.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CustomOrchestrationTraceModifier and TypeMethodDescriptionTrace.Builder.customOrchestrationTrace(CustomOrchestrationTrace customOrchestrationTrace) Details about the custom orchestration step in which the agent determines the order in which actions are executed.static TraceTrace.fromCustomOrchestrationTrace(CustomOrchestrationTrace customOrchestrationTrace) Create an instance of this class withTrace.customOrchestrationTrace()initialized to the given value.