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_configparameter. This function will extract thetiledb.writeentry from a dict as needed.