Skip to main content

@twick/ai-models / Exports / GenerationJob

Interface: GenerationJob

Table of contents

Properties

Properties

attempts

attempts: number

Defined in

orchestration-types.ts:306


completedAt

Optional completedAt: string

Defined in

orchestration-types.ts:309


createdAt

createdAt: string

Defined in

orchestration-types.ts:307


error

Optional error: string

Defined in

orchestration-types.ts:305


fallbackProviders

fallbackProviders: AIModelProvider[]

Defined in

orchestration-types.ts:299


id

id: string

Defined in

orchestration-types.ts:295


input

input: GenerationInput

Defined in

orchestration-types.ts:301


modelId

Optional modelId: string

Defined in

orchestration-types.ts:303


output

Optional output: ProviderGenerationOutput

Defined in

orchestration-types.ts:302


provider

provider: AIModelProvider

Defined in

orchestration-types.ts:298


providerJobId

Optional providerJobId: string

Defined in

orchestration-types.ts:300


requestId

Optional requestId: string

Defined in

orchestration-types.ts:304


status

status: JobStatus

Defined in

orchestration-types.ts:297


type

type: GenerationType

Defined in

orchestration-types.ts:296


updatedAt

updatedAt: string

Defined in

orchestration-types.ts:308