CompleteTrialRequest class final
Request message for
VizierService.CompleteTrial.
- Inheritance
-
- Object
- ProtoMessage
- CompleteTrialRequest
Constructors
- CompleteTrialRequest({required String name, Measurement? finalMeasurement, bool trialInfeasible = false, String infeasibleReason = ''})
- CompleteTrialRequest.fromJson(Object? j)
-
factory
Properties
- finalMeasurement → Measurement?
-
Optional. 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
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- infeasibleReason → String
-
Optional. A human readable reason why the trial was infeasible. This should
only be provided if
trial_infeasibleis true.final - name → String
-
Required. The Trial's name.
Format:
projects/{project}/locations/{location}/studies/{study}/trials/{trial}final - qualifiedName → String
-
The fully qualified name of this message, i.e.,
google.protobuf.Durationorgoogle.rpc.ErrorInfo.finalinherited - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trialInfeasible → bool
-
Optional. True if the Trial cannot be run with the given Parameter, and
final_measurement will be ignored.
final
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