GoogleCloudMlV1Trial class
A message representing a trial.
Constructors
-
GoogleCloudMlV1Trial({String? clientId, String? endTime, GoogleCloudMlV1Measurement? finalMeasurement, String? infeasibleReason, List<
GoogleCloudMlV1Measurement> ? measurements, String? name, List<GoogleCloudMlV1TrialParameter> ? parameters, String? startTime, String? state, bool? trialInfeasible}) - GoogleCloudMlV1Trial.fromJson(Map json_)
Properties
- clientId ↔ String?
-
The identifier of the client that originally requested this trial.
getter/setter pair
- endTime ↔ String?
-
Time at which the trial's status changed to COMPLETED.
getter/setter pair
- finalMeasurement ↔ GoogleCloudMlV1Measurement?
-
The final measurement containing the objective value.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- infeasibleReason ↔ String?
-
A human readable string describing why the trial is infeasible.
getter/setter pair
-
measurements
↔ List<
GoogleCloudMlV1Measurement> ? -
A list of measurements that are strictly lexicographically ordered by
their induced tuples (steps, elapsed_time).
getter/setter pair
- name ↔ String?
-
Name of the trial assigned by the service.
getter/setter pair
-
parameters
↔ List<
GoogleCloudMlV1TrialParameter> ? -
The parameters of the trial.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- startTime ↔ String?
-
Time at which the trial was started.
getter/setter pair
- state ↔ String?
-
The detailed state of a trial.
Possible string values are:
getter/setter pair
- trialInfeasible ↔ bool?
-
If true, the parameters in this trial are not attempted again.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited