Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type BechmarkBestRequest ¶ added in v0.1.3
type BechmarkBestRequest struct {
Metrics []string
}
BechmarkBestRequest represents a request to pull best models for each metric.
type CreateBenchmarkRequest ¶ added in v0.1.3
type CreateBenchmarkRequest struct {
Name string
EagerStart bool
AutoTag bool
Tag string
DecisionMetric string
Registries []string
Metrics []types.BenchMetric
DatasetName string
DatasetURL string
DatasetFromS3 bool
}
CreateBenchmarkRequest represents a request to create a new benchmark.
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.