Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.5 KB

DTOJobSettingsDTO.md

File metadata and controls

26 lines (21 loc) · 1.5 KB

DTOJobSettingsDTO

Properties

Name Type Description Notes
name str [optional]
new_cluster DTONewClusterDTO [optional]
existing_cluster_id str [optional]
email_notifications DTOJobEmailNotificationsDTO [optional]
timeout_seconds int [optional]
schedule DTOCronScheduleDTO [optional]
notebook_task DTONotebookTaskDTO [optional]
spark_jar_task DTOSparkJarTaskDTO [optional]
spark_python_task DTOSparkPythonTaskDTO [optional]
spark_submit_task DTOSparkSubmitTaskDTO [optional]
retry_on_timeout bool [optional]
max_retries int [optional]
min_retry_interval_millis int [optional]
libraries [{str: (bool, date, datetime, dict, float, int, list, str, none_type)}] [optional]
max_concurrent_runs int [optional]
any string name bool, date, datetime, dict, float, int, list, str, none_type any string name can be used but the value must be the correct type [optional]

[Back to Model list] [Back to API list] [Back to README]