TrialContext class final

Inheritance
  • Object
  • ProtoMessage
  • TrialContext

Constructors

TrialContext({String description = '', List<Trial_Parameter> parameters = const []})
TrialContext.fromJson(Object? j)
factory

Properties

description String
A human-readable field which can store a description of this context. This will become part of the resulting Trial's description field.
final
hashCode int
The hash code for this object.
no setterinherited
parameters List<Trial_Parameter>
If/when a Trial is generated or selected from this Context, its Parameters will match any parameters specified here. (I.e. if this context specifies parameter name:'a' int_value:3, then a resulting Trial will have int_value:3 for its parameter named 'a'.) Note that we first attempt to match existing REQUESTED Trials with contexts, and if there are no matches, we generate suggestions in the subspace defined by the parameters specified here. NOTE: a Context without any Parameters matches the entire feasible search space.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String