Struct gapi_grpc::google::cloud::contactcenterinsights::v1::IssueModelLabelStats[][src]

pub struct IssueModelLabelStats {
    pub analyzed_conversations_count: i64,
    pub unclassified_conversations_count: i64,
    pub issue_stats: HashMap<String, IssueStats>,
}

Aggregated statistics about an issue model.

Fields

analyzed_conversations_count: i64

Number of conversations the issue model has analyzed at this point in time.

unclassified_conversations_count: i64

Number of analyzed conversations for which no issue was applicable at this point in time.

issue_stats: HashMap<String, IssueStats>

Statistics on each issue. Key is the issue’s resource name.

Trait Implementations

impl Clone for IssueModelLabelStats[src]

impl Debug for IssueModelLabelStats[src]

impl Default for IssueModelLabelStats[src]

impl Message for IssueModelLabelStats[src]

impl PartialEq<IssueModelLabelStats> for IssueModelLabelStats[src]

impl StructuralPartialEq for IssueModelLabelStats[src]

Auto Trait Implementations

impl RefUnwindSafe for IssueModelLabelStats

impl Send for IssueModelLabelStats

impl Sync for IssueModelLabelStats

impl Unpin for IssueModelLabelStats

impl UnwindSafe for IssueModelLabelStats

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]