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 ModelInvocationInputOrchestrationTrace. modelInvocationInput()The input for the orchestration step.ModelInvocationInputPostProcessingTrace. modelInvocationInput()The input for the post-processing step.ModelInvocationInputPreProcessingTrace. modelInvocationInput()The input for the pre-processing step.ModelInvocationInputRoutingClassifierTrace. modelInvocationInput()The classifier's model invocation input.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type ModelInvocationInput Modifier and Type Method Description static OrchestrationTraceOrchestrationTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)Create an instance of this class withOrchestrationTrace.modelInvocationInput()initialized to the given value.static PostProcessingTracePostProcessingTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)Create an instance of this class withPostProcessingTrace.modelInvocationInput()initialized to the given value.static PreProcessingTracePreProcessingTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)Create an instance of this class withPreProcessingTrace.modelInvocationInput()initialized to the given value.static RoutingClassifierTraceRoutingClassifierTrace. fromModelInvocationInput(ModelInvocationInput modelInvocationInput)Create an instance of this class withRoutingClassifierTrace.modelInvocationInput()initialized to the given value.OrchestrationTrace.BuilderOrchestrationTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)The input for the orchestration step.PostProcessingTrace.BuilderPostProcessingTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)The input for the post-processing step.PreProcessingTrace.BuilderPreProcessingTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)The input for the pre-processing step.RoutingClassifierTrace.BuilderRoutingClassifierTrace.Builder. modelInvocationInput(ModelInvocationInput modelInvocationInput)The classifier's model invocation input.
-