GoogleCloudAiplatformV1CompleteTrialRequest class
Request message for VizierService.CompleteTrial.
Constructors
- GoogleCloudAiplatformV1CompleteTrialRequest({GoogleCloudAiplatformV1Measurement? finalMeasurement, String? infeasibleReason, bool? trialInfeasible})
- GoogleCloudAiplatformV1CompleteTrialRequest.fromJson(Map json_)
Properties
- finalMeasurement ↔ GoogleCloudAiplatformV1Measurement?
-
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