Struct gapi_grpc::google::cloud::aiplatform::v1beta1::explanation_metadata::OutputMetadata[][src]

pub struct OutputMetadata {
    pub output_tensor_name: String,
    pub display_name_mapping: Option<DisplayNameMapping>,
}

Metadata of the prediction output to be explained.

Fields

output_tensor_name: String

Name of the output tensor. Required and is only applicable to AI Platform provided images for Tensorflow.

display_name_mapping: Option<DisplayNameMapping>

Defines how to map [Attribution.output_index][google.cloud.aiplatform.v1beta1.Attribution.output_index] to [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name].

If neither of the fields are specified, [Attribution.output_display_name][google.cloud.aiplatform.v1beta1.Attribution.output_display_name] will not be populated.

Trait Implementations

impl Clone for OutputMetadata[src]

impl Debug for OutputMetadata[src]

impl Default for OutputMetadata[src]

impl Message for OutputMetadata[src]

impl PartialEq<OutputMetadata> for OutputMetadata[src]

impl StructuralPartialEq for OutputMetadata[src]

Auto Trait Implementations

impl RefUnwindSafe for OutputMetadata

impl Send for OutputMetadata

impl Sync for OutputMetadata

impl Unpin for OutputMetadata

impl UnwindSafe for OutputMetadata

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]