Interface protos.google.cloud.automl.v1.IModelExportOutputConfig (2.4.5)

Properties of a ModelExportOutputConfig.

Package

@google-cloud/automl!

Properties

gcsDestination

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

ModelExportOutputConfig gcsDestination

Property Value
TypeDescription
(google.cloud.automl.v1.IGcsDestination|null)

modelFormat

modelFormat?: (string|null);

ModelExportOutputConfig modelFormat

Property Value
TypeDescription
(string|null)

params

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

ModelExportOutputConfig params

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