Workload interfaces¶
プレビュー
Workload APIはプレビュー機能で、デフォルトではオンになっています。
機能フラグ:Workload APIのエクスペリメント機能へのアクセスを有効にする
This section covers the non-REST interfaces to the Workload API: the DataRobot CLI for terminal-driven workflows and scripting, and the Pulumi provider for declarative infrastructure-as-code. Both surfaces span the full artifact and Workload lifecycle.
| リソース | 説明 |
|---|---|
| Manage artifacts with the CLI | dr artifact reference: create, build, lock, and manage code for Workload artifacts from your terminal. |
| Manage Workloads with the CLI | dr workload reference: create, start, stop, observe, and delete Workloads from your terminal. |
| Manage Workloads with Pulumi | Declare artifacts and Workloads as code with the DataRobot Pulumi provider. |