Class: Google::Cloud::DataLabeling::V1beta1::EvaluationJobAlertConfig
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::EvaluationJobAlertConfig
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/datalabeling/v1beta1/evaluation_job.rb
Overview
Provides details for how an evaluation job sends email alerts based on the results of a run.
Instance Attribute Summary collapse
-
#email ⇒ ::String
Required.
-
#min_acceptable_mean_average_precision ⇒ ::Float
Required.
Instance Attribute Details
#email ⇒ ::String
Returns Required. An email address to send alerts to.
262 263 264 265 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation_job.rb', line 262 class EvaluationJobAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_acceptable_mean_average_precision ⇒ ::Float
Returns Required. A number between 0 and 1 that describes a minimum mean average precision threshold. When the evaluation job runs, if it calculates that your model version's predictions from the recent interval have meanAveragePrecision below this threshold, then it sends an alert to your specified email.
262 263 264 265 |
# File 'proto_docs/google/cloud/datalabeling/v1beta1/evaluation_job.rb', line 262 class EvaluationJobAlertConfig include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |