Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 1.52 KB

RunSubmitSettings.md

File metadata and controls

16 lines (11 loc) · 1.52 KB

RunSubmitSettings

Properties

Name Type Description Notes
tasks Option<Veccrate::models::RunSubmitTaskSettings> [optional]
run_name Option<String> An optional name for the run. The default value is Untitled. [optional]
webhook_notifications Option<crate::models::WebhookNotifications> [optional]
git_source Option<crate::models::GitSource> [optional]
timeout_seconds Option<i32> An optional timeout applied to each run of this job. The default behavior is to have no timeout. [optional]
idempotency_token Option<String> An optional token that can be used to guarantee the idempotency of job run requests. If a run with the provided token already exists, the request does not create a new run but returns the ID of the existing run instead. If a run with the provided token is deleted, an error is returned. If you specify the idempotency token, upon failure you can retry until the request succeeds. Databricks guarantees that exactly one run is launched with that idempotency token. This token must have at most 64 characters. For more information, see How to ensure idempotency for jobs. [optional]

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