Get desktop application:
View/edit binary Protocol Buffers messages
optional Experiment experiment = 1
bool disableHeartbeat = 2
bool quiet = 3
(message has no fields)
string experimentIDPrefix = 1
(message has no fields)
(message has no fields)
string checkpointIDPrefix = 1
string outputDirectory = 2
bool quiet = 3
(message has no fields)
Used in: CreateCheckpointReply, CreateCheckpointRequest, Experiment
string id = 1
map<string, ParamType> metrics = 3
int64 step = 4
string path = 5
optional PrimaryMetric primaryMetric = 6
Used in: Experiment
string repository = 1
string storage = 2
Used in: CreateExperimentReply, CreateExperimentRequest, GetExperimentReply, ListExperimentsReply, SaveExperimentReply, SaveExperimentRequest
string id = 1
map<string, ParamType> params = 3
string host = 4
string user = 5
optional Config config = 6
string command = 7
string path = 8
map<string, string> pythonPackages = 9
string pythonVersion = 10
repeated Checkpoint checkpoints = 11
string keepsakeVersion = 12
Used in: GetExperimentStatusReply
Used in: Checkpoint, Experiment
oneof value
bool boolValue = 1
int64 intValue = 2
double floatValue = 3
string stringValue = 4
string objectValueJson = 5
Used in: Checkpoint
Used in: PrimaryMetric