GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec class
Represent spec for train trials.
Constructors
- GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec({int? frequency, int? maxParallelTrialCount, GoogleCloudAiplatformV1CustomJobSpec? trainTrialJobSpec})
- GoogleCloudAiplatformV1NasJobSpecMultiTrialAlgorithmSpecTrainTrialSpec.fromJson(Map json_)
Properties
- frequency ↔ int?
-
Frequency of search trials to start train stage.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- maxParallelTrialCount ↔ int?
-
The maximum number of trials to run in parallel.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- trainTrialJobSpec ↔ GoogleCloudAiplatformV1CustomJobSpec?
-
The spec of a train 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