jobs_submit
Submit a managed job by providing its type, JSON input, and a maximum cost in micro-USD. The SDK handles idempotency to prevent duplicates, and an optional callback URL can notify you on completion.
Instructions
Submit a platform-managed job. The request must match the gateway jobs API shape: job_type, input with input.json, and max_cost_usd_micros. The SDK supplies the required idempotency header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| request | Yes | Gateway-shaped managed job submit request | |
| project_id | Yes | The project ID |