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

Properties of an InputConfig.

Package

@google-cloud/automl!

Properties

bigquerySource

bigquerySource?: (google.cloud.automl.v1beta1.IBigQuerySource|null);

InputConfig bigquerySource

Property Value
Type Description
(google.cloud.automl.v1beta1.IBigQuerySource|null)

gcsSource

gcsSource?: (google.cloud.automl.v1beta1.IGcsSource|null);

InputConfig gcsSource

Property Value
Type Description
(google.cloud.automl.v1beta1.IGcsSource|null)

params

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

InputConfig params

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