Interface AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
AutoMlTablesInputs.Transformation.NumericTransformation,AutoMlTablesInputs.Transformation.NumericTransformation.Builder
- Enclosing class:
- AutoMlTablesInputs.Transformation
public static interface AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring column_name = 1;com.google.protobuf.ByteStringstring column_name = 1;booleanIf invalid values is allowed, the training pipeline will create a boolean feature that indicated whether the value is valid.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getColumnName
String getColumnName()string column_name = 1;- Returns:
- The columnName.
-
getColumnNameBytes
com.google.protobuf.ByteString getColumnNameBytes()string column_name = 1;- Returns:
- The bytes for columnName.
-
getInvalidValuesAllowed
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:
- The invalidValuesAllowed.
-