Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.ModelInvocationInput
-
Packages that use ModelInvocationInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ModelInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ModelInvocationInput Modifier and Type Method Description ModelInvocationInput
OrchestrationTrace. modelInvocationInput()
The input for the orchestration step.ModelInvocationInput
PostProcessingTrace. modelInvocationInput()
The input for the post-processing step.ModelInvocationInput
PreProcessingTrace. modelInvocationInput()
The input for the pre-processing step.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ModelInvocationInput Modifier and Type Method Description static OrchestrationTrace
OrchestrationTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)
Create an instance of this class withOrchestrationTrace.modelInvocationInput()
initialized to the given value.static PostProcessingTrace
PostProcessingTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)
Create an instance of this class withPostProcessingTrace.modelInvocationInput()
initialized to the given value.static PreProcessingTrace
PreProcessingTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)
Create an instance of this class withPreProcessingTrace.modelInvocationInput()
initialized to the given value.OrchestrationTrace.Builder
OrchestrationTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)
The input for the orchestration step.PostProcessingTrace.Builder
PostProcessingTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)
The input for the post-processing step.PreProcessingTrace.Builder
PreProcessingTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)
The input for the pre-processing step.
-