Struct gapi_grpc::google::cloud::aiplatform::v1beta1::schema::trainingjob::definition::AutoMlImageObjectDetectionMetadata [−][src]
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][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
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][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,