Skip to main content
POST
RLトレーニング ジョブを作成

承認

Authorization
string
header
必須

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

ボディ

application/json

新しい TrainingJob を作成するためのスキーマ。

model_id
string<uuid>
必須
trajectory_groups
TrajectoryGroup · object[]
必須
experimental_config
ExperimentalTrainingConfig · object | null

実験的なトレーニング設定のスキーマ。

レスポンス

正常なレスポンス

TrainingJobレスポンスのスキーマ。

created_at
string<date-time>
必須
error_message
string | null
必須
id
string<uuid>
必須
model_id
string<uuid>
必須
progress
number | null
必須
status
enum<string>
必須

トレーニングジョブのステータスの列挙型。

利用可能なオプション:
PENDING,
RUNNING,
COMPLETED,
FAILED,
CANCELLED
training_end
string<date-time> | null
必須
training_start
string<date-time> | null
必須
updated_at
string<date-time>
必須