NasTrial class final
Represents a uCAIP NasJob trial.
- Inheritance
-
- Object
- ProtoMessage
- NasTrial
Constructors
- NasTrial({String id = '', NasTrial_State state = NasTrial_State.$default, Measurement? finalMeasurement, Timestamp? startTime, Timestamp? endTime})
- NasTrial.fromJson(Object? j)
-
factory
Properties
- endTime → Timestamp?
-
Output only. Time when the NasTrial's status changed to
SUCCEEDEDorINFEASIBLE.final - finalMeasurement → Measurement?
-
Output only. The final measurement containing the objective value.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Output only. The identifier of the NasTrial assigned by the service.
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
- startTime → Timestamp?
-
Output only. Time when the NasTrial was started.
final
- state → NasTrial_State
-
Output only. The detailed state of the NasTrial.
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