class documentation

class ModelInstanceResponse(HubAIModelInstanceResponse):

View In Hierarchy

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_id Undocumented
Class Variable user_id Undocumented
Instance Variable model_name Parent model name when explicitly requested.
Instance Variable model_variant_name Parent variant name when explicitly requested.
team_id: ClassVar[UUID | None] =

Undocumented

user_id: ClassVar[UUID | None] =

Undocumented

model_name: str | None =

Parent model name when explicitly requested.

model_variant_name: str | None =

Parent variant name when explicitly requested.