Skip to main content
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.

Example

id

name

version

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.

Example