Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CustomOrchestrationTrace.Builder
Packages that use CustomOrchestrationTrace.Builder
-
Uses of CustomOrchestrationTrace.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CustomOrchestrationTrace.BuilderModifier and TypeMethodDescriptionCustomOrchestrationTrace.builder()default CustomOrchestrationTrace.BuilderCustomOrchestrationTrace.Builder.event(Consumer<CustomOrchestrationTraceEvent.Builder> event) The event details used with the custom orchestration.CustomOrchestrationTrace.Builder.event(CustomOrchestrationTraceEvent event) The event details used with the custom orchestration.CustomOrchestrationTrace.toBuilder()The unique identifier of the trace.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CustomOrchestrationTrace.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CustomOrchestrationTrace.Builder>CustomOrchestrationTrace.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CustomOrchestrationTrace.BuilderModifier and TypeMethodDescriptiondefault Trace.BuilderTrace.Builder.customOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace) Details about the custom orchestration step in which the agent determines the order in which actions are executed.static TraceTrace.fromCustomOrchestrationTrace(Consumer<CustomOrchestrationTrace.Builder> customOrchestrationTrace) Create an instance of this class withTrace.customOrchestrationTrace()initialized to the given value.