Struct gapi_grpc::google::cloud::automl::v1beta1::BatchPredictRequest[][src]

pub struct BatchPredictRequest {
    pub name: String,
    pub input_config: Option<BatchPredictInputConfig>,
    pub output_config: Option<BatchPredictOutputConfig>,
    pub params: HashMap<String, String>,
}

Request message for [PredictionService.BatchPredict][google.cloud.automl.v1beta1.PredictionService.BatchPredict].

Fields

name: String

Required. Name of the model requested to serve the batch prediction.

input_config: Option<BatchPredictInputConfig>

Required. The input configuration for batch prediction.

output_config: Option<BatchPredictOutputConfig>

Required. The Configuration specifying where output predictions should be written.

params: HashMap<String, String>

Required. Additional domain-specific parameters for the predictions, any string must be up to 25000 characters long.

Trait Implementations

impl Clone for BatchPredictRequest[src]

impl Debug for BatchPredictRequest[src]

impl Default for BatchPredictRequest[src]

impl Message for BatchPredictRequest[src]

impl PartialEq<BatchPredictRequest> for BatchPredictRequest[src]

impl StructuralPartialEq for BatchPredictRequest[src]

Auto Trait Implementations

impl RefUnwindSafe for BatchPredictRequest

impl Send for BatchPredictRequest

impl Sync for BatchPredictRequest

impl Unpin for BatchPredictRequest

impl UnwindSafe for BatchPredictRequest

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]