Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 913 Bytes

File metadata and controls

13 lines (8 loc) · 913 Bytes

ClusterSpec

Properties

Name Type Description Notes
existing_cluster_id Option<String> If existing_cluster_id, the ID of an existing cluster that is used for all runs of this job. When running jobs on an existing cluster, you may need to manually restart the cluster if it stops responding. We suggest running jobs on new clusters for greater reliability. [optional]
new_cluster Option<crate::models::NewCluster> [optional]
libraries Option<Veccrate::models::Library> An optional list of libraries to be installed on the cluster that executes the job. The default value is an empty list. [optional]

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