Struct gapi_grpc::google::cloud::aiplatform::v1beta1::ImportFeatureValuesResponse[][src]

pub struct ImportFeatureValuesResponse {
    pub imported_entity_count: i64,
    pub imported_feature_value_count: i64,
    pub invalid_row_count: i64,
}

Response message for [FeaturestoreService.ImportFeatureValues][google.cloud.aiplatform.v1beta1.FeaturestoreService.ImportFeatureValues].

Fields

imported_entity_count: i64

Number of entities that have been imported by the operation.

imported_feature_value_count: i64

Number of Feature values that have been imported by the operation.

invalid_row_count: i64

The number of rows in input source that weren’t imported due to either

Trait Implementations

impl Clone for ImportFeatureValuesResponse[src]

impl Debug for ImportFeatureValuesResponse[src]

impl Default for ImportFeatureValuesResponse[src]

impl Message for ImportFeatureValuesResponse[src]

impl PartialEq<ImportFeatureValuesResponse> for ImportFeatureValuesResponse[src]

impl StructuralPartialEq for ImportFeatureValuesResponse[src]

Auto Trait Implementations

impl RefUnwindSafe for ImportFeatureValuesResponse

impl Send for ImportFeatureValuesResponse

impl Sync for ImportFeatureValuesResponse

impl Unpin for ImportFeatureValuesResponse

impl UnwindSafe for ImportFeatureValuesResponse

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]