iiRecord
Agentic AI Atlas · Vertex AI Batch Prediction
async-job:gemini-batch-predictiona5c.ai
II.
AsyncJob JSON

async-job:gemini-batch-prediction

Structured · live

Vertex AI Batch Prediction json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/async-jobs/async-jobs-llm-providers.yamlCluster · extensions
Record JSON
{
  "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": {}
    }
  ]
}