Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingTrace
Packages that use PreProcessingTrace
-
Uses of PreProcessingTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PreProcessingTraceModifier and TypeMethodDescriptionstatic PreProcessingTracePreProcessingTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static PreProcessingTracePreProcessingTrace.fromModelInvocationInput(ModelInvocationInput modelInvocationInput) Create an instance of this class withmodelInvocationInput()initialized to the given value.static PreProcessingTracePreProcessingTrace.fromModelInvocationOutput(Consumer<PreProcessingModelInvocationOutput.Builder> modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.static PreProcessingTracePreProcessingTrace.fromModelInvocationOutput(PreProcessingModelInvocationOutput modelInvocationOutput) Create an instance of this class withmodelInvocationOutput()initialized to the given value.final PreProcessingTraceTrace.preProcessingTrace()Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type PreProcessingTraceModifier and TypeMethodDescriptionstatic TraceTrace.fromPreProcessingTrace(PreProcessingTrace preProcessingTrace) Create an instance of this class withTrace.preProcessingTrace()initialized to the given value.Trace.Builder.preProcessingTrace(PreProcessingTrace preProcessingTrace) Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.