GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig class
Used in safe optimization to specify threshold levels and risk tolerance.
Constructors
- GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig({double? desiredMinSafeTrialsFraction, double? safetyThreshold})
- GoogleCloudAiplatformV1StudySpecMetricSpecSafetyMetricConfig.fromJson(Map json_)
Properties
- desiredMinSafeTrialsFraction ↔ double?
-
Desired minimum fraction of safe trials (over total number of trials) that
should be targeted by the algorithm at any time during the study (best
effort).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- safetyThreshold ↔ double?
-
Safety threshold (boundary value between safe and unsafe).
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