カスタムジョブの作成¶
カスタムジョブを作成する場合は、必要となる実行環境とファイルをジョブを実行する前に構築する必要があります。 Only the execution environment and an entry point file (typically run.sh
) are required; however, you can designate any shell (.sh
) file as the entry point. ジョブを作成するために他のファイルを追加する場合、エントリーポイントファイルはそれらのファイルを参照するようにしてください。 さらに、ランタイムパラメーターを設定するには、ジョブのランタイムパラメーター設定を含むmetadata.yaml
ファイルを作成またはアップロードしてください。
To register and assemble a new custom job in the Registry, click Registry > Jobs. The Jobs tab is organized into four sub-tabs by job type: Generic, Metrics, Notifications, and Retraining. The Generic tab opens when the Jobs tab opens for the first time. ジョブを確認している間、ジョブヘッダーの下のタブを切り替えることができます。
To create a job with the job type defined by the current tab, click + Add new [job type] (or the minimized add button when the job panel is open).
To select a different job type or creation strategy from any job-type tab, next to the add button, click , select one of the following custom job types, and proceed to the configuration steps linked in the table.
プレビュー
The jobs template gallery is on by default.
Feature flags: Enable Custom Jobs Template Gallery, Enable Custom Templates
カスタムジョブタイプ | 説明 |
---|---|
汎用 | |
新しい汎用ジョブを追加 | Manually add a job to implement automation (for example, custom tests) for models and deployments. |
テンプレートから新規作成 | Add a generic job from a template provided by DataRobot. |
カスタム指標 | |
ホストされた指標ジョブを新規追加 | Manually add a job for a new hosted metric, defining the metric settings and associating the metric with a deployment. |
テンプレートから新規作成 | Add a job for a hosted metric from a template provided by DataRobot, associating the metric with a deployment and setting a baseline. |
再トレーニング | |
新しい再トレーニングジョブを追加 | Manually add a job implementing a code-based retraining policy. |
テンプレートから新規作成 | Add a job, from a template provided by DataRobot, implementing a code-based retraining policy. |
通知 | |
新しい通知ジョブを追加 | Manually add a custom job implementing a code-based notification policy. |
テンプレートから新規作成 | Add a job, from a template provided by DataRobot, implementing a code-based notification policy. |