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>
필수