Interface IJobResultGenerativeAI

The AI job result Interface Represents the result of an AI job.

interface IJobResultGenerativeAI {
    index?: number;
    type: GenerativeAIJobType;
}

Hierarchy (view full)

Properties

Properties

index?: number

The index of the output, in case of partial results.

The AI job type.