You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
The canonical identifier for the newly submitted run.
[optional]
Example
fromdatabricks_jobs.models.jobs_runs_submit200_responseimportJobsRunsSubmit200Response# TODO update the JSON string belowjson="{}"# create an instance of JobsRunsSubmit200Response from a JSON stringjobs_runs_submit200_response_instance=JobsRunsSubmit200Response.from_json(json)
# print the JSON string representation of the objectprintJobsRunsSubmit200Response.to_json()
# convert the object into a dictjobs_runs_submit200_response_dict=jobs_runs_submit200_response_instance.to_dict()
# create an instance of JobsRunsSubmit200Response from a dictjobs_runs_submit200_response_form_dict=jobs_runs_submit200_response.from_dict(jobs_runs_submit200_response_dict)