GoogleCloudAiplatformV1NasJobSpec class
Represents the spec of a NasJob.
Constructors
- GoogleCloudAiplatformV1NasJobSpec({GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpec? multiTrialAlgorithmSpec, String? resumeNasJobId, String? searchSpaceSpec})
- GoogleCloudAiplatformV1NasJobSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- multiTrialAlgorithmSpec ↔ GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpec?
-
The spec of multi-trial algorithms.
getter/setter pair
- resumeNasJobId ↔ String?
-
The ID of the existing NasJob in the same Project and Location which will
be used to resume search.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchSpaceSpec ↔ String?
-
It defines the search space for Neural Architecture Search (NAS).
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