Workload CLI¶
プレビュー
Workload APIはプレビュー機能で、デフォルトではオンになっています。
機能フラグ:Workload APIのエクスペリメント機能へのアクセスを有効にする
The DataRobot CLI exposes the full artifact and Workload lifecycle as terminal commands. Use dr artifact to create, build, and version artifacts, and dr workload to deploy and operate them.
Feature flag required
dr artifact and dr workload are hidden by default. Set DATAROBOT_CLI_FEATURE_WORKLOAD=true to enable both command groups before running any command:
export DATAROBOT_CLI_FEATURE_WORKLOAD=true
dr auth login
| リソース | 説明 |
|---|---|
| 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. |