class documentation

class ModelInstanceFileResponse(HubAIModelInstanceFileResponse):

View In Hierarchy

Metadata for one file attached to a model instance.

Common fields:
id identifies the file record, model_instance_id identifies its owner, filepath is relative to the artifact root, and file_size_bytes is its stored size.
Class Variable team_id Undocumented
Class Variable user_id Undocumented
team_id: ClassVar[UUID | None] =

Undocumented

user_id: ClassVar[UUID | None] =

Undocumented