GoogleCloudAiplatformV1NasTrialDetail class
Represents a NasTrial details along with its parameters.
If there is a corresponding train NasTrial, the train NasTrial is also returned.
Constructors
- GoogleCloudAiplatformV1NasTrialDetail({String? name, String? parameters, GoogleCloudAiplatformV1NasTrial? searchTrial, GoogleCloudAiplatformV1NasTrial? trainTrial})
- GoogleCloudAiplatformV1NasTrialDetail.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Resource name of the NasTrialDetail.
getter/setter pair
- parameters ↔ String?
-
The parameters for the NasJob NasTrial.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTrial ↔ GoogleCloudAiplatformV1NasTrial?
-
The requested search NasTrial.
getter/setter pair
- trainTrial ↔ GoogleCloudAiplatformV1NasTrial?
-
The train NasTrial corresponding to search_trial.
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