Represents a generative AI job.

interface IGenerativeAIJob {
    id: string;
}

Hierarchy (view full)

Properties

Properties

id: string

The job ID.