GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec class
Represent spec for search trials.
Constructors
- GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec({int? maxFailedTrialCount, int? maxParallelTrialCount, int? maxTrialCount, GoogleCloudAiplatformV1CustomJobSpec? searchTrialJobSpec})
- GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecSearchTrialSpec.fromJson(Map json_)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxFailedTrialCount ↔ int?
-
The number of failed trials that need to be seen before failing the
NasJob.
getter/setter pair
- maxParallelTrialCount ↔ int?
-
The maximum number of trials to run in parallel.
getter/setter pair
- maxTrialCount ↔ int?
-
The maximum number of Neural Architecture Search (NAS) trials to run.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- searchTrialJobSpec ↔ GoogleCloudAiplatformV1CustomJobSpec?
-
The spec of a search trial job.
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