Interface protos.google.cloud.automl.v1beta1.IBatchPredictRequest (2.4.5)

Properties of a BatchPredictRequest.

Package

@google-cloud/automl!

Properties

inputConfig

inputConfig?: (google.cloud.automl.v1beta1.IBatchPredictInputConfig|null);

BatchPredictRequest inputConfig

Property Value
TypeDescription
(google.cloud.automl.v1beta1.IBatchPredictInputConfig|null)

name

name?: (string|null);

BatchPredictRequest name

Property Value
TypeDescription
(string|null)

outputConfig

outputConfig?: (google.cloud.automl.v1beta1.IBatchPredictOutputConfig|null);

BatchPredictRequest outputConfig

Property Value
TypeDescription
(google.cloud.automl.v1beta1.IBatchPredictOutputConfig|null)

params

params?: ({ [k: string]: string }|null);

BatchPredictRequest params

Property Value
TypeDescription
({ [k: string]: string }|null)