Struct gapi_grpc::google::cloud::aiplatform::v1::schema::predict::params::ImageSegmentationPredictionParams[][src]

pub struct ImageSegmentationPredictionParams {
    pub confidence_threshold: f32,
}

Prediction model parameters for Image Segmentation.

Fields

confidence_threshold: f32

When the model predicts category of pixels of the image, it will only provide predictions for pixels that it is at least this much confident about. All other pixels will be classified as background. Default value is 0.5.

Trait Implementations

impl Clone for ImageSegmentationPredictionParams[src]

impl Debug for ImageSegmentationPredictionParams[src]

impl Default for ImageSegmentationPredictionParams[src]

impl Message for ImageSegmentationPredictionParams[src]

impl PartialEq<ImageSegmentationPredictionParams> for ImageSegmentationPredictionParams[src]

impl StructuralPartialEq for ImageSegmentationPredictionParams[src]

Auto Trait Implementations

impl RefUnwindSafe for ImageSegmentationPredictionParams

impl Send for ImageSegmentationPredictionParams

impl Sync for ImageSegmentationPredictionParams

impl Unpin for ImageSegmentationPredictionParams

impl UnwindSafe for ImageSegmentationPredictionParams

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]