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

Attributes

Unique identifier (UUID) of the model.
Name of the model within the project.
Model version name; None for the default 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