Upsert examples.
.. deprecated:: 0.3.9
Use Client.create_examples and Client.update_examples instead. Will be
removed in 0.4.0.
upsert_examples_multipart(
self,
*,
upserts: Optional[list[ls_schemas.ExampleUpsertWithAttachments]] = None,
dangerously_allow_filesystem: bool = False
) -> ls_schemas.UpsertExamplesResponse