public interface EvaluationJobAlertConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getEmail()
Required.
|
com.google.protobuf.ByteString |
getEmailBytes()
Required.
|
double |
getMinAcceptableMeanAveragePrecision()
If a single evaluation run's aggregate mean average precision is
lower than this threshold, the alert will be triggered.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getEmail()
Required. Email of the user who will be receiving the alert.
string email = 1;com.google.protobuf.ByteString getEmailBytes()
Required. Email of the user who will be receiving the alert.
string email = 1;double getMinAcceptableMeanAveragePrecision()
If a single evaluation run's aggregate mean average precision is lower than this threshold, the alert will be triggered.
double min_acceptable_mean_average_precision = 2;Copyright © 2019 Google LLC. All rights reserved.