Struct gapi_grpc::google::cloud::aiplatform::v1beta1::Scheduling[][src]

pub struct Scheduling {
    pub timeout: Option<Duration>,
    pub restart_job_on_worker_restart: bool,
}

All parameters related to queuing and scheduling of custom jobs.

Fields

timeout: Option<Duration>

The maximum job running time. The default is 7 days.

restart_job_on_worker_restart: bool

Restarts the entire CustomJob if a worker gets restarted. This feature can be used by distributed training jobs that are not resilient to workers leaving and joining a job.

Trait Implementations

impl Clone for Scheduling[src]

impl Debug for Scheduling[src]

impl Default for Scheduling[src]

impl Message for Scheduling[src]

impl PartialEq<Scheduling> for Scheduling[src]

impl StructuralPartialEq for Scheduling[src]

Auto Trait Implementations

impl RefUnwindSafe for Scheduling

impl Send for Scheduling

impl Sync for Scheduling

impl Unpin for Scheduling

impl UnwindSafe for Scheduling

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]