Interface AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder (3.42.0)

public static interface AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getColumnName()

public abstract String getColumnName()

string column_name = 1;

Returns
TypeDescription
String

The columnName.

getColumnNameBytes()

public abstract ByteString getColumnNameBytes()

string column_name = 1;

Returns
TypeDescription
ByteString

The bytes for columnName.

getInvalidValuesAllowed()

public abstract boolean getInvalidValuesAllowed()

If invalid values is allowed, the training pipeline will create a boolean feature that indicated whether the value is valid. Otherwise, the training pipeline will discard the input row from trainining data.

bool invalid_values_allowed = 2;

Returns
TypeDescription
boolean

The invalidValuesAllowed.