YAML Schema *********** ADS Job ======= .. raw:: html :file: ../../yaml_schema/jobs/job.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/job.yaml :language: yaml :linenos: Data Science Job ================ .. raw:: html :file: ../../yaml_schema/jobs/dataScienceJob.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/dataScienceJob.yaml :language: yaml :linenos: Data Flow ========= .. raw:: html :file: ../../yaml_schema/jobs/dataFlow.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/dataFlow.yaml :language: yaml :linenos: Job Runtime Schemas =================== The runtime of a job can be one of the following. Python Runtime -------------- .. raw:: html :file: ../../yaml_schema/jobs/pythonRuntime.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/pythonRuntime.yaml :language: yaml :linenos: Notebook Runtime ---------------- .. raw:: html :file: ../../yaml_schema/jobs/notebookRuntime.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/notebookRuntime.yaml :language: yaml :linenos: GitPython Runtime ----------------- .. raw:: html :file: ../../yaml_schema/jobs/gitPythonRuntime.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/gitPythonRuntime.yaml :language: yaml :linenos: Container Runtime ----------------- .. raw:: html :file: ../../yaml_schema/jobs/containerRuntime.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/containerRuntime.yaml :language: yaml :linenos: Script Runtime -------------- .. raw:: html :file: ../../yaml_schema/jobs/scriptRuntime.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/scriptRuntime.yaml :language: yaml :linenos: Data Flow Runtime ---------------- .. raw:: html :file: ../../yaml_schema/jobs/dataFlowRuntime.html | Following is the YAML schema for validating the YAML using `Cerberus `_: .. literalinclude:: ../../yaml_schema/jobs/dataFlowRuntime.yaml :language: yaml :linenos: