Skip to content

Commit 576b2e1

Browse files
committed
Add started_at timestamp to fix time estimation
1 parent 578de33 commit 576b2e1

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

openapi.yaml

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4002,7 +4002,7 @@ paths:
40024002
x-codeSamples:
40034003
- lang: TypeScript
40044004
label: Together AI SDK (TypeScript)
4005-
source: |
4005+
source: |
40064006
client.clusters.create()
40074007
- lang: Shell
40084008
label: cURL
@@ -6491,7 +6491,7 @@ components:
64916491
properties:
64926492
success:
64936493
type: boolean
6494-
SharedVolumeInfo:
6494+
SharedVolumeInfo:
64956495
type: object
64966496
required:
64976497
- volume_id
@@ -8607,6 +8607,9 @@ components:
86078607
updated_at:
86088608
type: string
86098609
format: date-time
8610+
started_at:
8611+
type: string
8612+
format: date-time
86108613
n_epochs:
86118614
type: integer
86128615
n_checkpoints:
@@ -8722,6 +8725,10 @@ components:
87228725
type: string
87238726
format: date-time
87248727
description: Last update timestamp of the fine-tune job
8728+
started_at:
8729+
type: string
8730+
format: date-time
8731+
description: Start timestamp of the current stage of the fine-tune job
87258732
user_id:
87268733
type: string
87278734
description: Identifier for the user who created the job
@@ -11098,4 +11105,4 @@ components:
1109811105
- readOnly
1109911106
type: string
1110011107
x-enum-varnames:
11101-
- VolumeTypeReadOnly
11108+
- VolumeTypeReadOnly

0 commit comments

Comments
 (0)