GoogleCloudAiplatformV1StudySpec class

Represents specification of a Study.

Properties

algorithm String?
The search algorithm specified for the Study. Possible string values are:
getter/setter pair
convexAutomatedStoppingSpec GoogleCloudAiplatformV1StudySpecConvexAutomatedStoppingSpec?
The automated early stopping spec using convex stopping rule.
getter/setter pair
decayCurveStoppingSpec GoogleCloudAiplatformV1StudySpecDecayCurveAutomatedStoppingSpec?
The automated early stopping spec using decay curve rule.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
measurementSelectionType String?
Describe which measurement selection type will be used Possible string values are:
getter/setter pair
medianAutomatedStoppingSpec GoogleCloudAiplatformV1StudySpecMedianAutomatedStoppingSpec?
The automated early stopping spec using median rule.
getter/setter pair
metrics List<GoogleCloudAiplatformV1StudySpecMetricSpec>?
Metric specs for the Study.
getter/setter pair
observationNoise String?
The observation noise level of the study.
getter/setter pair
parameters List<GoogleCloudAiplatformV1StudySpecParameterSpec>?
The set of parameters to tune.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
studyStoppingConfig GoogleCloudAiplatformV1StudySpecStudyStoppingConfig?
Conditions for automated stopping of a Study.
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