AiReviewRun
One generation dispatch. A run usually covers one column, so it is never the entry point for reading grid values.
type AiReviewRun {
id: ID!
status: AiReviewRunStatus!
trigger: AiReviewRunTrigger!
fieldIds: [ID!]!
startedAt: DateTime
completedAt: DateTime
promptVersion: String!
modelId: String!
totalExtractions: Int!
}
Fields
AiReviewRun.id ● ID! non-null scalar
AiReviewRun.status ● AiReviewRunStatus! non-null enum
AiReviewRun.trigger ● AiReviewRunTrigger! non-null enum
AiReviewRun.fieldIds ● [ID!]! non-null scalar
The columns this dispatch covers.
AiReviewRun.startedAt ● DateTime scalar
AiReviewRun.completedAt ● DateTime scalar
AiReviewRun.promptVersion ● String! non-null scalar
Which prompt produced these cells. Values are not comparable across versions.
AiReviewRun.modelId ● String! non-null scalar
Which model produced these cells.
AiReviewRun.totalExtractions ● Int! non-null scalar
Cells to attempt: the documents the index showed at trigger time multiplied by fieldIds, minus the cells that already hold an extracted value.
Member Of
AiReview object ● AiReviewProgress object ● AiReviewRunPayload object ● AiReviewRunsConnection object ● AiReviewRunsEdge object ● ResumeAiReviewRunPayload object