
Explanation:
Understanding the response structure of the 2.0/jobs/create endpoint is crucial for answering such questions accurately. The correct syntax includes a key named 'job_id' with a value type of INT64. Therefore, the appropriate response should be formatted as follows: { 'job_id': 13746 }. For more details, refer to the Databricks REST API 2.0/jobs/create endpoint documentation.
What is a valid response format when a JSON workload is sent to the 2.0/jobs/create endpoint of the Databricks REST API?
A
{ “status“: 200}
B
{ “job_id“: “13746“}
C
{ job_id: 13746}
D
{ “job_name“: “name“}
E
{ “job_id“: 13746}
No comments yet.