Struct gapi_grpc::google::cloud::datalabeling::v1beta1::EvaluationJobAlertConfig[][src]

pub struct EvaluationJobAlertConfig {
    pub email: String,
    pub min_acceptable_mean_average_precision: f64,
}

Provides details for how an evaluation job sends email alerts based on the results of a run.

Fields

email: String

Required. An email address to send alerts to.

min_acceptable_mean_average_precision: f64

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][google.cloud.datalabeling.v1beta1.PrCurve.mean_average_precision] below this threshold, then it sends an alert to your specified email.

Trait Implementations

impl Clone for EvaluationJobAlertConfig[src]

impl Debug for EvaluationJobAlertConfig[src]

impl Default for EvaluationJobAlertConfig[src]

impl Message for EvaluationJobAlertConfig[src]

impl PartialEq<EvaluationJobAlertConfig> for EvaluationJobAlertConfig[src]

impl StructuralPartialEq for EvaluationJobAlertConfig[src]

Auto Trait Implementations

impl RefUnwindSafe for EvaluationJobAlertConfig

impl Send for EvaluationJobAlertConfig

impl Sync for EvaluationJobAlertConfig

impl Unpin for EvaluationJobAlertConfig

impl UnwindSafe for EvaluationJobAlertConfig

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> IntoRequest<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<V, T> VZip<V> for T where
    V: MultiLane<T>, 
[src]

impl<T> WithSubscriber for T[src]