tiledbsoma.TileDBWriteOptions.from_platform_config

classmethod TileDBWriteOptions.from_platform_config(platform_config: Dict[str, Mapping[str, Any]] | object | TileDBWriteOptions | None = None) Self

Creates the object from a value passed in platform_config.

The value passed in should be the exact value passed into a public API method as the platform_config parameter. This function will extract the tiledb.write entry from a dict as needed.