Struct gapi_grpc::google::cloud::aiplatform::v1::schema::trainingjob::definition::AutoMlImageObjectDetectionMetadata[][src]

pub struct AutoMlImageObjectDetectionMetadata {
    pub cost_milli_node_hours: i64,
    pub successful_stop_reason: i32,
}

Fields

cost_milli_node_hours: i64

The actual training cost of creating this model, expressed in milli node hours, i.e. 1,000 value in this field means 1 node hour. Guaranteed to not exceed inputs.budgetMilliNodeHours.

successful_stop_reason: i32

For successful job completions, this is the reason why the job has finished.

Implementations

impl AutoMlImageObjectDetectionMetadata[src]

pub fn successful_stop_reason(&self) -> SuccessfulStopReason[src]

Returns the enum value of successful_stop_reason, or the default if the field is set to an invalid enum value.

pub fn set_successful_stop_reason(&mut self, value: SuccessfulStopReason)[src]

Sets successful_stop_reason to the provided enum value.

Trait Implementations

impl Clone for AutoMlImageObjectDetectionMetadata[src]

impl Debug for AutoMlImageObjectDetectionMetadata[src]

impl Default for AutoMlImageObjectDetectionMetadata[src]

impl Message for AutoMlImageObjectDetectionMetadata[src]

impl PartialEq<AutoMlImageObjectDetectionMetadata> for AutoMlImageObjectDetectionMetadata[src]

impl StructuralPartialEq for AutoMlImageObjectDetectionMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for AutoMlImageObjectDetectionMetadata

impl Send for AutoMlImageObjectDetectionMetadata

impl Sync for AutoMlImageObjectDetectionMetadata

impl Unpin for AutoMlImageObjectDetectionMetadata

impl UnwindSafe for AutoMlImageObjectDetectionMetadata

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]