GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig class
Provides details for how an evaluation job sends email alerts based on the results of a run.
Constructors
- GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig({String? email, double? minAcceptableMeanAveragePrecision})
- GoogleCloudDatalabelingV1beta1EvaluationJobAlertConfig.fromJson(Map json_)
Properties
- email ↔ String?
-
An email address to send alerts to.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- minAcceptableMeanAveragePrecision ↔ double?
-
A number between 0 and 1 that describes a minimum mean average precision
threshold.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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