Unreleased
Python SDK 0.9.0 documentation
- Updated Python examples for the flat
client.datasets,client.models,client.jobs, andclient.data_connectionsresource hierarchy. - Standardized SDK authentication on
WOODWIDE_API_KEYandWOODWIDE_BASE_URL. - Updated training examples to use
client.models.train(model_type=...). - Updated model polling to use
model.statusvaluesprocessing,ready, andfailed. - Updated synchronous inference examples to pass files to
client.models.infer(...). - Added Python SDK examples for data connections.
The SDK examples in these docs target
woodwide==0.9.0, released July 21, 2026. The REST API reference schema will be refreshed separately.