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

pub struct AutoMlTextSentimentInputs {
    pub sentiment_max: i32,
}

Fields

sentiment_max: i32

A sentiment is expressed as an integer ordinal, where higher value means a more positive sentiment. The range of sentiments that will be used is between 0 and sentimentMax (inclusive on both ends), and all the values in the range must be represented in the dataset before a model can be created. Only the Annotations with this sentimentMax will be used for training. sentimentMax value must be between 1 and 10 (inclusive).

Trait Implementations

impl Clone for AutoMlTextSentimentInputs[src]

impl Debug for AutoMlTextSentimentInputs[src]

impl Default for AutoMlTextSentimentInputs[src]

impl Message for AutoMlTextSentimentInputs[src]

impl PartialEq<AutoMlTextSentimentInputs> for AutoMlTextSentimentInputs[src]

impl StructuralPartialEq for AutoMlTextSentimentInputs[src]

Auto Trait Implementations

impl RefUnwindSafe for AutoMlTextSentimentInputs

impl Send for AutoMlTextSentimentInputs

impl Sync for AutoMlTextSentimentInputs

impl Unpin for AutoMlTextSentimentInputs

impl UnwindSafe for AutoMlTextSentimentInputs

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]