Uses of Class
software.amazon.awssdk.services.bedrockagentruntime.model.InputFile
-
Packages that use InputFile Package Description software.amazon.awssdk.services.bedrockagentruntime.model -
-
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 InputFile Modifier and Type Method Description List<InputFile>InlineSessionState. files()Contains information about the files used by code interpreter.List<InputFile>SessionState. files()Contains information about the files used by code interpreter.Methods in software.amazon.awssdk.services.bedrockagentruntime.model with parameters of type InputFile Modifier and Type Method Description InlineSessionState.BuilderInlineSessionState.Builder. files(InputFile... files)Contains information about the files used by code interpreter.SessionState.BuilderSessionState.Builder. files(InputFile... files)Contains information about the files used by code interpreter.Method parameters in software.amazon.awssdk.services.bedrockagentruntime.model with type arguments of type InputFile Modifier and Type Method Description InlineSessionState.BuilderInlineSessionState.Builder. files(Collection<InputFile> files)Contains information about the files used by code interpreter.SessionState.BuilderSessionState.Builder. files(Collection<InputFile> files)Contains information about the files used by code interpreter.
-