Struct gapi_grpc::google::cloud::automl::v1beta1::DataStats [−][src]
The data statistics of a series of values that share the same DataType.
Fields
distinct_value_count: i64
The number of distinct values.
null_value_count: i64
The number of values that are null.
valid_value_count: i64
The number of values that are valid.
stats: Option<Stats>
The data statistics specific to a DataType.
Trait Implementations
impl Clone for DataStats
[src][+]
impl Debug for DataStats
[src][+]
impl Default for DataStats
[src][+]
impl Message for DataStats
[src][+]
impl PartialEq<DataStats> for DataStats
[src][+]
impl StructuralPartialEq for DataStats
[src]
Auto Trait Implementations
impl RefUnwindSafe for DataStats
impl Send for DataStats
impl Sync for DataStats
impl Unpin for DataStats
impl UnwindSafe for DataStats
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>,