Rust API client for databricks_rust_jobs
The Jobs API allows you to create, edit, and delete jobs. You should never hard code secrets or store them in plain text. Use the Secrets API to manage secrets in the Databricks CLI. Use the Secrets utility to reference secrets in notebooks and jobs.
Overview
This API client was generated by the OpenAPI Generator project. By using the openapi-spec from a remote server, you can easily generate an API client.
API version: 2.1
Package version: 2.1.0
Build package:
org.openapitools.codegen.languages.RustClientCodegen
Installation
Put the package under your project folder in a directory named databricks_rust_jobs
and add the following to Cargo.toml
under [dependencies]
:
databricks_rust_jobs = { path = "./databricks_rust_jobs" }
Documentation for API Endpoints
All URIs are relative to https:///api
Documentation For Models
To get access to the crate's generated documentation, use:
cargo doc --open
Author
Last updated