module documentation

Stable response models returned by the public SDK services.

The HubAI OpenAPI schema is generated into an internal module. The wrappers here remove server-only ownership fields and add values populated by the SDK, providing a smaller and more accurate public contract.

All response types are Pydantic models. Use normal attribute access for fields or model_dump() when a dictionary is required.

Class ConvertResponse Result of a completed hosted model conversion.
Class JobMessageResponse Status and output metadata for an asynchronous HubAI job.
Class ModelInstanceFileResponse Metadata for one file attached to a model instance.
Class ModelInstanceResponse Metadata for a concrete model artifact.
Class ModelResponse Metadata for a top-level HubAI model resource.
Class ModelVersionResponse Metadata for a versioned model variant.