Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.ModelInvocationInput.Builder
-
Packages that use ModelInvocationInput.Builder Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of ModelInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return ModelInvocationInput.Builder Modifier and Type Method Description static ModelInvocationInput.BuilderModelInvocationInput. builder()default ModelInvocationInput.BuilderModelInvocationInput.Builder. inferenceConfiguration(Consumer<InferenceConfiguration.Builder> inferenceConfiguration)Specifications about the inference parameters that were provided alongside the prompt.ModelInvocationInput.BuilderModelInvocationInput.Builder. inferenceConfiguration(InferenceConfiguration inferenceConfiguration)Specifications about the inference parameters that were provided alongside the prompt.ModelInvocationInput.BuilderModelInvocationInput.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.BuilderModelInvocationInput.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.BuilderModelInvocationInput.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.BuilderModelInvocationInput.Builder. promptCreationMode(String promptCreationMode)Specifies whether the default prompt template wasOVERRIDDEN.ModelInvocationInput.BuilderModelInvocationInput.Builder. promptCreationMode(CreationMode promptCreationMode)Specifies whether the default prompt template wasOVERRIDDEN.ModelInvocationInput.BuilderModelInvocationInput.Builder. text(String text)The text that prompted the agent at this step.ModelInvocationInput.BuilderModelInvocationInput. toBuilder()ModelInvocationInput.BuilderModelInvocationInput.Builder. traceId(String traceId)The unique identifier of the trace.ModelInvocationInput.BuilderModelInvocationInput.Builder. type(String type)The step in the agent sequence.ModelInvocationInput.BuilderModelInvocationInput.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.Builder Modifier and Type Method Description static Class<? extends ModelInvocationInput.Builder>ModelInvocationInput. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type ModelInvocationInput.Builder Modifier and Type Method Description static 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.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.
-