Interface EvaluationJobAlertConfigOrBuilder (0.153.0)

public interface EvaluationJobAlertConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmail()

public abstract String getEmail()

Required. An email address to send alerts to.

string email = 1;

Returns
TypeDescription
String

The email.

getEmailBytes()

public abstract ByteString getEmailBytes()

Required. An email address to send alerts to.

string email = 1;

Returns
TypeDescription
ByteString

The bytes for email.

getMinAcceptableMeanAveragePrecision()

public abstract double getMinAcceptableMeanAveragePrecision()

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.

double min_acceptable_mean_average_precision = 2;

Returns
TypeDescription
double

The minAcceptableMeanAveragePrecision.