Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InputFile
Packages that use InputFile
-
Uses of InputFile in software.amazon.awssdk.services.bedrockagentruntime.model
Methods in software.amazon.awssdk.services.bedrockagentruntime.model that return types with arguments of type InputFileModifier and TypeMethodDescriptionInlineSessionState.files()Contains information about the files used by code interpreter.SessionState.files()Contains information about the files used by code interpreter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InputFileModifier and TypeMethodDescriptionContains information about the files used by code interpreter.Contains information about the files used by code interpreter.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InputFileModifier and TypeMethodDescriptionInlineSessionState.Builder.files(Collection<InputFile> files) Contains information about the files used by code interpreter.SessionState.Builder.files(Collection<InputFile> files) Contains information about the files used by code interpreter.