Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.CodeInterpreterInvocationInput
-
Packages that use CodeInterpreterInvocationInput Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
Uses of CodeInterpreterInvocationInput in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CodeInterpreterInvocationInput Modifier and Type Method Description CodeInterpreterInvocationInputInvocationInput. codeInterpreterInvocationInput()Contains information about the code interpreter to be invoked.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type CodeInterpreterInvocationInput Modifier and Type Method Description InvocationInput.BuilderInvocationInput.Builder. codeInterpreterInvocationInput(CodeInterpreterInvocationInput codeInterpreterInvocationInput)Contains information about the code interpreter to be invoked.
-