Object

PdfExtractionTestResult

Result of starting a 'Test Prompt' run: the submitted AI job id (which the client polls via the AI jobs endpoints) and the GCS reference to the uploaded PDF.

Usage Example
query {
# Use this type in your queries
someQuery {
jobId
uploadBucket
uploadFilename
uploadPath
}
}

Fields

jobIdString
uploadBucketString
uploadFilenameString
uploadPathString