Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Experiment ¶
type Experiment struct {
Details string `json:"details"`
Runs []runInfo `json:"runs"`
Metrics []string `json:"metrics"`
}
Experiment struct returned by Experiment endpoint.
type Registry ¶
type Registry struct {
Details string `json:"details"`
Name string `json:"name"`
LastVer int64 `json:"lastVer"`
Tags map[string][]int `json:"tags"`
CreatedAt time.Time `json:"createdAt,format:datetime"`
EntriesInfo map[int]entryInfo `json:"entriesInfo"`
}
Registry struct returned by registry endpoint.
Click to show internal directories.
Click to hide internal directories.