class documentation
class ModelInstanceResponse(HubAIModelInstanceResponse):
Metadata for a concrete model artifact.
- Common fields:
- id, name, and slug identify the artifact.
- model_id and model_version_id identify its parents.
- model_type, model_precision_type, and input_shape describe the stored model.
- parent_id links an exported artifact to its source instance.
- status reports whether the artifact is ready for use.
| Class Variable | team |
Undocumented |
| Class Variable | user |
Undocumented |
| Instance Variable | model |
Parent model name when explicitly requested. |
| Instance Variable | model |
Parent variant name when explicitly requested. |