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

Properties of a Row.

Package

@google-cloud/automl!

Properties

columnSpecIds

columnSpecIds?: (string[]|null);

Row columnSpecIds

Property Value
TypeDescription
(string[]|null)

values

values?: (google.protobuf.IValue[]|null);

Row values

Property Value
TypeDescription
(google.protobuf.IValue[]|null)