class documentation

class _GeminiUploadFileRequest(BaseModel): (source)

View In Hierarchy

Serializable activity input for a file upload.

For file path uploads the path is resolved on the worker. For in-memory uploads the raw bytes are sent across the activity boundary.

Class Variable config Undocumented
Class Variable file_bytes Undocumented
Class Variable file_path Undocumented
config: types.UploadFileConfig | None = (source)

Undocumented

file_bytes: bytes | None = (source)

Undocumented

file_path: str | None = (source)

Undocumented