Interface ColumnSpec.CorrelatedColumnOrBuilder (2.2.3)

public static interface ColumnSpec.CorrelatedColumnOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
CorrelationStatsOrBuilder

hasCorrelationStats()

public abstract boolean hasCorrelationStats()

Correlation between this and the in-context column.

.google.cloud.automl.v1beta1.CorrelationStats correlation_stats = 2;

Returns
TypeDescription
boolean

Whether the correlationStats field is set.