Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pkg/api/aim/api/response/experiment.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ func NewGetExperimentsResponse(experiments []models.ExperimentExtended) []Experi
type ExperimentRunPartial struct {
ID string `json:"run_id"`
Name string `json:"name"`
CreationTime int64 `json:"creationTime"`
EndTime int64 `json:"endTime"`
CreationTime int64 `json:"creation_time"`
EndTime int64 `json:"end_time"`
Comment thread
vinayan3 marked this conversation as resolved.
Archived bool `json:"archived"`
}

Expand Down