Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestrationTrace
-
Packages that use CustomOrchestrationTrace Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CustomOrchestrationTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomOrchestrationTrace Modifier and Type Method Description 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 CustomOrchestrationTrace Modifier and Type Method Description Trace.BuilderTrace.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.
-