Interface protos.google.cloud.automl.v1beta1.IModelExportOutputConfig (4.0.1)

Properties of a ModelExportOutputConfig.

Package

@google-cloud/automl

Properties

gcrDestination

gcrDestination?: (google.cloud.automl.v1beta1.IGcrDestination|null);

ModelExportOutputConfig gcrDestination

gcsDestination

gcsDestination?: (google.cloud.automl.v1beta1.IGcsDestination|null);

ModelExportOutputConfig gcsDestination

modelFormat

modelFormat?: (string|null);

ModelExportOutputConfig modelFormat

params

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

ModelExportOutputConfig params