Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.PreProcessingTrace
-
Packages that use PreProcessingTrace Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of PreProcessingTrace in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return PreProcessingTrace Modifier and Type Method Description static 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.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 PreProcessingTrace Modifier and Type Method Description static TraceTrace. fromPreProcessingTrace(PreProcessingTrace preProcessingTrace)Create an instance of this class withTrace.preProcessingTrace()initialized to the given value.Trace.BuilderTrace.Builder. preProcessingTrace(PreProcessingTrace preProcessingTrace)Details about the pre-processing step, in which the agent contextualizes and categorizes user inputs.
-