Struct google_ml1::api::GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[][src]

pub struct GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig {
    pub use_elapsed_time: Option<bool>,
}

The median automated stopping rule stops a pending trial if the trial’s best objective_value is strictly below the median ‘performance’ of all completed trials reported up to the trial’s last measurement. Currently, ‘performance’ refers to the running average of the objective values reported by the trial in each measurement.

This type is not used in any activity, and only used as part of another schema.

Fields

use_elapsed_time: Option<bool>

If true, the median automated stopping rule applies to measurement.use_elapsed_time, which means the elapsed_time field of the current trial’s latest measurement is used to compute the median objective value for each completed trial.

Trait Implementations

impl Clone for GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[src]

impl Debug for GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[src]

impl Default for GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[src]

impl<'de> Deserialize<'de> for GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[src]

impl Part for GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[src]

impl Serialize for GoogleCloudMlV1_AutomatedStoppingConfig_MedianAutomatedStoppingConfig[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

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

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<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.