- 2.51.0 (latest)
- 2.49.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.37.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.24.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.18
- 2.2.3
- 2.1.23
public interface DataStatsOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getArrayStats()
public abstract ArrayStats getArrayStats()
The statistics for ARRAY DataType.
.google.cloud.automl.v1beta1.ArrayStats array_stats = 6;
Type | Description |
ArrayStats | The arrayStats. |
getArrayStatsOrBuilder()
public abstract ArrayStatsOrBuilder getArrayStatsOrBuilder()
The statistics for ARRAY DataType.
.google.cloud.automl.v1beta1.ArrayStats array_stats = 6;
Type | Description |
ArrayStatsOrBuilder |
getCategoryStats()
public abstract CategoryStats getCategoryStats()
The statistics for CATEGORY DataType.
.google.cloud.automl.v1beta1.CategoryStats category_stats = 8;
Type | Description |
CategoryStats | The categoryStats. |
getCategoryStatsOrBuilder()
public abstract CategoryStatsOrBuilder getCategoryStatsOrBuilder()
The statistics for CATEGORY DataType.
.google.cloud.automl.v1beta1.CategoryStats category_stats = 8;
Type | Description |
CategoryStatsOrBuilder |
getDistinctValueCount()
public abstract long getDistinctValueCount()
The number of distinct values.
int64 distinct_value_count = 1;
Type | Description |
long | The distinctValueCount. |
getFloat64Stats()
public abstract Float64Stats getFloat64Stats()
The statistics for FLOAT64 DataType.
.google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;
Type | Description |
Float64Stats | The float64Stats. |
getFloat64StatsOrBuilder()
public abstract Float64StatsOrBuilder getFloat64StatsOrBuilder()
The statistics for FLOAT64 DataType.
.google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;
Type | Description |
Float64StatsOrBuilder |
getNullValueCount()
public abstract long getNullValueCount()
The number of values that are null.
int64 null_value_count = 2;
Type | Description |
long | The nullValueCount. |
getStatsCase()
public abstract DataStats.StatsCase getStatsCase()
Type | Description |
DataStats.StatsCase |
getStringStats()
public abstract StringStats getStringStats()
The statistics for STRING DataType.
.google.cloud.automl.v1beta1.StringStats string_stats = 4;
Type | Description |
StringStats | The stringStats. |
getStringStatsOrBuilder()
public abstract StringStatsOrBuilder getStringStatsOrBuilder()
The statistics for STRING DataType.
.google.cloud.automl.v1beta1.StringStats string_stats = 4;
Type | Description |
StringStatsOrBuilder |
getStructStats()
public abstract StructStats getStructStats()
The statistics for STRUCT DataType.
.google.cloud.automl.v1beta1.StructStats struct_stats = 7;
Type | Description |
StructStats | The structStats. |
getStructStatsOrBuilder()
public abstract StructStatsOrBuilder getStructStatsOrBuilder()
The statistics for STRUCT DataType.
.google.cloud.automl.v1beta1.StructStats struct_stats = 7;
Type | Description |
StructStatsOrBuilder |
getTimestampStats()
public abstract TimestampStats getTimestampStats()
The statistics for TIMESTAMP DataType.
.google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;
Type | Description |
TimestampStats | The timestampStats. |
getTimestampStatsOrBuilder()
public abstract TimestampStatsOrBuilder getTimestampStatsOrBuilder()
The statistics for TIMESTAMP DataType.
.google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;
Type | Description |
TimestampStatsOrBuilder |
getValidValueCount()
public abstract long getValidValueCount()
The number of values that are valid.
int64 valid_value_count = 9;
Type | Description |
long | The validValueCount. |
hasArrayStats()
public abstract boolean hasArrayStats()
The statistics for ARRAY DataType.
.google.cloud.automl.v1beta1.ArrayStats array_stats = 6;
Type | Description |
boolean | Whether the arrayStats field is set. |
hasCategoryStats()
public abstract boolean hasCategoryStats()
The statistics for CATEGORY DataType.
.google.cloud.automl.v1beta1.CategoryStats category_stats = 8;
Type | Description |
boolean | Whether the categoryStats field is set. |
hasFloat64Stats()
public abstract boolean hasFloat64Stats()
The statistics for FLOAT64 DataType.
.google.cloud.automl.v1beta1.Float64Stats float64_stats = 3;
Type | Description |
boolean | Whether the float64Stats field is set. |
hasStringStats()
public abstract boolean hasStringStats()
The statistics for STRING DataType.
.google.cloud.automl.v1beta1.StringStats string_stats = 4;
Type | Description |
boolean | Whether the stringStats field is set. |
hasStructStats()
public abstract boolean hasStructStats()
The statistics for STRUCT DataType.
.google.cloud.automl.v1beta1.StructStats struct_stats = 7;
Type | Description |
boolean | Whether the structStats field is set. |
hasTimestampStats()
public abstract boolean hasTimestampStats()
The statistics for TIMESTAMP DataType.
.google.cloud.automl.v1beta1.TimestampStats timestamp_stats = 5;
Type | Description |
boolean | Whether the timestampStats field is set. |