Lightweight model representation for listing and basic operations. A minimal model object containing only essential identifiers. Used by Model.list() to efficiently return model information without fetching full schema and configuration details.Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Example
version : str | None = None
fetch()
Fetch the complete Model instance. Retrieves the full Model object with all schema, spec, and configuration details from the Fiddler platform using this compact model’s ID.Returns
Complete model instance with all details and capabilities. Return type:Model