For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Python class
InputFileContent
InputFileContent
class max.pipelines.request.InputFileContent(*, type='input_file', file_url=None, file_data=None, filename=None)
Bases: BaseModel
File content in input messages.
-
Parameters:
file_data
file_url
filename
model_config
model_config: ClassVar[ConfigDict] = {'frozen': True}
Configuration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
type
type: Literal['input_file']