GoogleCloudMlV1CompleteTrialRequest class

The request message for the CompleteTrial service method.

Constructors

GoogleCloudMlV1CompleteTrialRequest({GoogleCloudMlV1Measurement? finalMeasurement, String? infeasibleReason, bool? trialInfeasible})
GoogleCloudMlV1CompleteTrialRequest.fromJson(Map json_)

Properties

finalMeasurement GoogleCloudMlV1Measurement?
If provided, it will be used as the completed trial's final_measurement; Otherwise, the service will auto-select a previously reported measurement as the final-measurement
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
infeasibleReason String?
A human readable reason why the trial was infeasible.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
trialInfeasible bool?
True if the trial cannot be run with the given Parameter, and final_measurement will be ignored.
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