public static interface AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getColumnName()
public abstract String getColumnName()
string column_name = 1;
Returns | |
---|---|
Type | Description |
String |
The columnName. |
getColumnNameBytes()
public abstract ByteString getColumnNameBytes()
string column_name = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
The invalidValuesAllowed. |