II.
AsyncJob JSON
Structured · liveasync-job:replicate-prediction
Replicate prediction json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "async-job:replicate-prediction",
"_kind": "AsyncJob",
"_file": "extensions/async-jobs/async-jobs-llm-providers.yaml",
"_cluster": "extensions",
"attributes": {
"displayName": "Replicate prediction",
"kind": "background-task",
"statusModel": "webhook",
"description": "Replicate's prediction primitive — submit a model run, optionally register\na webhook for completion. Used for image / audio / video generation models\nwhere inference time is seconds-to-minutes.\n"
},
"outgoingEdges": [],
"incomingEdges": [
{
"from": "run:01kqex-example-run-001",
"to": "async-job:replicate-prediction",
"kind": "uses_async_job",
"attributes": {}
}
]
}