class documentation

class ConvertResponse(BaseModel):

View In Hierarchy

Result of a completed hosted model conversion.

Instance Variable downloaded_path Local directory or file created by the downloader.
Instance Variable instance Exported model instance associated with the job.
Instance Variable job Completed export job returned by HubAI.
downloaded_path: Path =

Local directory or file created by the downloader.

Exported model instance associated with the job.

Completed export job returned by HubAI.