public static interface AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName()
string column_name = 1; |
com.google.protobuf.ByteString |
getColumnNameBytes()
string column_name = 1; |
boolean |
getInvalidValuesAllowed()
If invalid values is allowed, the training pipeline will create a
boolean feature that indicated whether the value is valid.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getColumnName()
string column_name = 1;com.google.protobuf.ByteString getColumnNameBytes()
string column_name = 1;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;Copyright © 2022 Google LLC. All rights reserved.