Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ModelInvocationInput.Builder
Packages that use ModelInvocationInput.Builder
-
Uses of ModelInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ModelInvocationInput.BuilderModifier and TypeMethodDescriptionstatic ModelInvocationInput.BuilderModelInvocationInput.builder()ModelInvocationInput.Builder.foundationModel(String foundationModel) The identifier of a foundation model.default ModelInvocationInput.BuilderModelInvocationInput.Builder.inferenceConfiguration(Consumer<InferenceConfiguration.Builder> inferenceConfiguration) Specifications about the inference parameters that were provided alongside the prompt.ModelInvocationInput.Builder.inferenceConfiguration(InferenceConfiguration inferenceConfiguration) Specifications about the inference parameters that were provided alongside the prompt.ModelInvocationInput.Builder.overrideLambda(String overrideLambda) The ARN of the Lambda function to use when parsing the raw foundation model output in parts of the agent sequence.ModelInvocationInput.Builder.parserMode(String parserMode) Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.ModelInvocationInput.Builder.parserMode(CreationMode parserMode) Specifies whether to override the default parser Lambda function when parsing the raw foundation model output in the part of the agent sequence defined by thepromptType.ModelInvocationInput.Builder.promptCreationMode(String promptCreationMode) Specifies whether the default prompt template wasOVERRIDDEN.ModelInvocationInput.Builder.promptCreationMode(CreationMode promptCreationMode) Specifies whether the default prompt template wasOVERRIDDEN.The text that prompted the agent at this step.ModelInvocationInput.toBuilder()The unique identifier of the trace.The step in the agent sequence.ModelInvocationInput.Builder.type(PromptType type) The step in the agent sequence.Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type ModelInvocationInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ModelInvocationInput.Builder>ModelInvocationInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ModelInvocationInput.BuilderModifier and TypeMethodDescriptionstatic OrchestrationTraceOrchestrationTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withOrchestrationTrace.modelInvocationInput()initialized to the given value.static PostProcessingTracePostProcessingTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withPostProcessingTrace.modelInvocationInput()initialized to the given value.static PreProcessingTracePreProcessingTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withPreProcessingTrace.modelInvocationInput()initialized to the given value.static RoutingClassifierTraceRoutingClassifierTrace.fromModelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) Create an instance of this class withRoutingClassifierTrace.modelInvocationInput()initialized to the given value.default OrchestrationTrace.BuilderOrchestrationTrace.Builder.modelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) The input for the orchestration step.default PostProcessingTrace.BuilderPostProcessingTrace.Builder.modelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) The input for the post-processing step.default PreProcessingTrace.BuilderPreProcessingTrace.Builder.modelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) The input for the pre-processing step.default RoutingClassifierTrace.BuilderRoutingClassifierTrace.Builder.modelInvocationInput(Consumer<ModelInvocationInput.Builder> modelInvocationInput) The classifier's model invocation input.