Skip to main content
GET
トレーニング ジョブを取得

承認

Authorization
string
header
必須

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

パスパラメータ

training_job_id
string
必須

レスポンス

正常なレスポンス

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>
必須