Interface AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
AutoMlTablesInputs.Transformation.NumericArrayTransformation, AutoMlTablesInputs.Transformation.NumericArrayTransformation.Builder
Enclosing class:
AutoMlTablesInputs.Transformation

public static interface AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    string column_name = 1;
    com.google.protobuf.ByteString
    string column_name = 1;
    boolean
    If 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

    isInitialized

    Methods 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.