Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DeleteExperimentRequest ¶
type DeleteExperimentRequest struct {
ExperimentID string `json:"experiment_id" required:"true"`
}
type DeleteRunRequest ¶
type DeleteRunRequest struct {
RunID string `json:"run_id" required:"true"`
}
type RunResponse ¶
type SearchRunResponse ¶
type SearchRunResponse struct {
RunData RunResponse `json:"run"`
}
type SearchRunsRequest ¶
type SearchRunsRequest struct {
ExperimentID []string `json:"experiment_ids" required:"true"`
}
type SearchRunsResponse ¶
type SearchRunsResponse struct {
RunsData []RunResponse `json:"runs"`
}
Click to show internal directories.
Click to hide internal directories.