Package com.google.cloud.automl.v1beta1
Interface ColumnSpec.CorrelatedColumnOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ColumnSpec.CorrelatedColumn,ColumnSpec.CorrelatedColumn.Builder
- Enclosing class:
- ColumnSpec
public static interface ColumnSpec.CorrelatedColumnOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetColumnSpecId()The column_spec_id of the correlated column, which belongs to the same table as the in-context column.com.google.protobuf.ByteStringgetColumnSpecIdBytes()The column_spec_id of the correlated column, which belongs to the same table as the in-context column.CorrelationStatsgetCorrelationStats()Correlation between this and the in-context column.CorrelationStatsOrBuildergetCorrelationStatsOrBuilder()Correlation between this and the in-context column.booleanhasCorrelationStats()Correlation between this and the in-context column.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getColumnSpecId
String getColumnSpecId()
The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
string column_spec_id = 1;- Returns:
- The columnSpecId.
-
getColumnSpecIdBytes
com.google.protobuf.ByteString getColumnSpecIdBytes()
The column_spec_id of the correlated column, which belongs to the same table as the in-context column.
string column_spec_id = 1;- Returns:
- The bytes for columnSpecId.
-
hasCorrelationStats
boolean hasCorrelationStats()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;- Returns:
- Whether the correlationStats field is set.
-
getCorrelationStats
CorrelationStats getCorrelationStats()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;- Returns:
- The correlationStats.
-
getCorrelationStatsOrBuilder
CorrelationStatsOrBuilder getCorrelationStatsOrBuilder()
Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
-
-