Get desktop application:
View/edit binary Protocol Buffers messages
(message has no fields)
(message has no fields)
string trial_id = 1
map<string, double> metrics = 2
int64 step = 3
(message has no fields)
repeated Trial trials = 1
Used in: HyperParameters.Space
string name = 1
bool default = 2
repeated Condition conditions = 3
Used in: HyperParameters.Space
string name = 1
repeated Value values = 2
optional Value default = 3
bool ordered = 4
repeated Condition conditions = 5
Used in: Boolean, Choice, Fixed, Float, Int
Used in: Condition
string name = 1
repeated Value values = 2
Used in: HyperParameters.Space
string name = 1
optional Value value = 2
repeated Condition conditions = 3
Used in: HyperParameters.Space
string name = 1
double min_value = 2
double max_value = 3
double step = 4
double default = 6
repeated Condition conditions = 7
Used in: GetSpaceResponse, Trial, UpdateSpaceRequest
Used in: HyperParameters
repeated Float float_space = 1
repeated Int int_space = 2
repeated Choice choice_space = 3
repeated Boolean boolean_space = 4
repeated Fixed fixed_space = 5
Used in: HyperParameters
map<string, Value> values = 1
Used in: HyperParameters.Space
string name = 1
sint64 min_value = 2
sint64 max_value = 3
sint64 step = 4
sint64 default = 6
repeated Condition conditions = 7
Used in: MetricsTracker
Used in: MetricHistory
repeated float value = 1
int64 step = 2
Used in: Trial
Used in: Float, Int
NONE = 0
LINEAR = 1
LOG = 2
REVERSE_LOG = 3
Used in: CreateTrialResponse, EndTrialRequest, GetBestTrialsResponse, GetTrialResponse, UpdateTrialResponse
Used in: Trial
float value = 1
int64 step = 2
Used in: Trial
UNKNOWN = 0
RUNNING = 1
IDLE = 2
INVALID = 3
STOPPED = 4
COMPLETED = 5
FAILED = 6
Used in: Choice, Condition.Parent, Fixed, HyperParameters.Values
oneof kind
sint64 int_value = 1
double float_value = 2
string string_value = 3
bool boolean_value = 4