NasTrialDetail class final
Represents a NasTrial details along with its parameters. If there is a corresponding train NasTrial, the train NasTrial is also returned.
- Inheritance
-
- Object
- ProtoMessage
- NasTrialDetail
Constructors
- NasTrialDetail({String name = '', String parameters = '', NasTrial? searchTrial, NasTrial? trainTrial})
-
NasTrialDetail.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
Output only. Resource name of the NasTrialDetail.
final
- parameters → String
-
The parameters for the NasJob NasTrial.
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
- searchTrial → NasTrial?
-
The requested search NasTrial.
final
- trainTrial → NasTrial?
-
The train NasTrial corresponding to
search_trial. Only populated ifsearch_trialis used for training.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