Lightweight project representation for listing and basic operations. A minimal project object containing only essential identifiers. Used by various listing operations to efficiently return project information without fetching full project details and associated resources. This class provides a memory-efficient way to work with project references when you don’t need the full project functionality but want to access basic information or fetch the complete project when needed.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
ProjectCompact objects are typically returned by other entities that reference projects. Use .fetch() to get the complete Project instance when you need full functionality like listing models or project operations.
fetch()
Fetch project instance.Returns
Complete project instance with all details. Return type:Project