Home / Type/ SupermodelIRAsync Type — typescript-sdk Architecture

SupermodelIRAsync Type — typescript-sdk Architecture

Architecture documentation for the SupermodelIRAsync type/interface in SupermodelIRAsync.ts from the typescript-sdk codebase.

Entity Profile

Dependency Diagram

graph TD
  c1fbcb1d_93d5_a260_f478_81b86b0f0b0d["SupermodelIRAsync"]
  a107f77a_d00d_2062_cad7_f47509e8e442["SupermodelIRAsync.ts"]
  c1fbcb1d_93d5_a260_f478_81b86b0f0b0d -->|defined in| a107f77a_d00d_2062_cad7_f47509e8e442
  style c1fbcb1d_93d5_a260_f478_81b86b0f0b0d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

src/models/SupermodelIRAsync.ts lines 28–59

export interface SupermodelIRAsync {
    /**
     * Current status of the job.
     * @type {string}
     * @memberof SupermodelIRAsync
     */
    status: SupermodelIRAsyncStatusEnum;
    /**
     * Unique identifier for the job.
     * @type {string}
     * @memberof SupermodelIRAsync
     */
    jobId: string;
    /**
     * Recommended seconds to wait before polling again.
     * @type {number}
     * @memberof SupermodelIRAsync
     */
    retryAfter?: number;
    /**
     * Error message (present when status is failed).
     * @type {string}
     * @memberof SupermodelIRAsync
     */
    error?: string;
    /**
     * 
     * @type {SupermodelIR}
     * @memberof SupermodelIRAsync
     */
    result?: SupermodelIR;
}

Frequently Asked Questions

What is the SupermodelIRAsync type?
SupermodelIRAsync is a type/interface in the typescript-sdk codebase, defined in src/models/SupermodelIRAsync.ts.
Where is SupermodelIRAsync defined?
SupermodelIRAsync is defined in src/models/SupermodelIRAsync.ts at line 28.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free