II.
AsyncJob JSON
Structured · liveasync-job:gemini-batch-prediction
Vertex AI Batch Prediction json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "async-job:gemini-batch-prediction",
"_kind": "AsyncJob",
"_file": "extensions/async-jobs/async-jobs-llm-providers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Vertex AI Batch Prediction",
"kind": "batch-api",
"statusModel": "polling",
"description": "Google Vertex AI batch-prediction job for Gemini family models. Submit a\nGCS-hosted JSONL input; poll the operation until done.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "run:01kqex-example-run-001",
"to": "async-job:gemini-batch-prediction",
"kind": "uses_async_job",
"attributes": {}
}
]
}