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

Properties of a DataStats.

Package

@google-cloud/automl!

Properties

arrayStats

arrayStats?: (google.cloud.automl.v1beta1.IArrayStats|null);

DataStats arrayStats

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

categoryStats

categoryStats?: (google.cloud.automl.v1beta1.ICategoryStats|null);

DataStats categoryStats

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

distinctValueCount

distinctValueCount?: (number|Long|string|null);

DataStats distinctValueCount

Property Value
TypeDescription
(number|Long|string|null)

float64Stats

float64Stats?: (google.cloud.automl.v1beta1.IFloat64Stats|null);

DataStats float64Stats

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

nullValueCount

nullValueCount?: (number|Long|string|null);

DataStats nullValueCount

Property Value
TypeDescription
(number|Long|string|null)

stringStats

stringStats?: (google.cloud.automl.v1beta1.IStringStats|null);

DataStats stringStats

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

structStats

structStats?: (google.cloud.automl.v1beta1.IStructStats|null);

DataStats structStats

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

timestampStats

timestampStats?: (google.cloud.automl.v1beta1.ITimestampStats|null);

DataStats timestampStats

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

validValueCount

validValueCount?: (number|Long|string|null);

DataStats validValueCount

Property Value
TypeDescription
(number|Long|string|null)