メインコンテンツへスキップ
GET
/
v1
/
preview
/
training-jobs
/
{training_job_id}
トレーニング ジョブを取得
curl --request GET \
  --url https://api.example.com/v1/preview/training-jobs/{training_job_id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a"
}

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

承認

Authorization
string
header
必須

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

パスパラメータ

training_job_id
string
必須

レスポンス

正常なレスポンス

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

id
string<uuid>
必須