Uses of Interface
software.amazon.awssdk.services.bedrockagentruntime.model.CodeInterpreterInvocationInput.Builder
Packages that use CodeInterpreterInvocationInput.Builder
-
Uses of CodeInterpreterInvocationInput.Builder in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return CodeInterpreterInvocationInput.BuilderModifier and TypeMethodDescriptionCodeInterpreterInvocationInput.builder()The code for the code interpreter to use.Files that are uploaded for code interpreter to use.CodeInterpreterInvocationInput.Builder.files(Collection<String> files) Files that are uploaded for code interpreter to use.CodeInterpreterInvocationInput.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type CodeInterpreterInvocationInput.BuilderModifier and TypeMethodDescriptionstatic Class<? extends CodeInterpreterInvocationInput.Builder>CodeInterpreterInvocationInput.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type CodeInterpreterInvocationInput.BuilderModifier and TypeMethodDescriptiondefault InvocationInput.BuilderInvocationInput.Builder.codeInterpreterInvocationInput(Consumer<CodeInterpreterInvocationInput.Builder> codeInterpreterInvocationInput) Contains information about the code interpreter to be invoked.