public static interface ColumnSpec.CorrelatedColumnOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getColumnSpecId()
public abstract 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 | |
|---|---|
| Type | Description |
String |
The columnSpecId. |
getColumnSpecIdBytes()
public abstract 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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for columnSpecId. |
getCorrelationStats()
public abstract CorrelationStats getCorrelationStats()Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
| Returns | |
|---|---|
| Type | Description |
CorrelationStats |
The correlationStats. |
getCorrelationStatsOrBuilder()
public abstract CorrelationStatsOrBuilder getCorrelationStatsOrBuilder()Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
| Returns | |
|---|---|
| Type | Description |
CorrelationStatsOrBuilder |
|
hasCorrelationStats()
public abstract boolean hasCorrelationStats()Correlation between this and the in-context column.
.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the correlationStats field is set. |