Interface AutoMlTablesInputs.TransformationOrBuilder

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

public static interface AutoMlTablesInputs.TransformationOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasAuto

      boolean hasAuto()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
      Returns:
      Whether the auto field is set.
    • getAuto

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
      Returns:
      The auto.
    • getAutoOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
    • hasNumeric

      boolean hasNumeric()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
      Returns:
      Whether the numeric field is set.
    • getNumeric

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
      Returns:
      The numeric.
    • getNumericOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
    • hasCategorical

      boolean hasCategorical()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
      Returns:
      Whether the categorical field is set.
    • getCategorical

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
      Returns:
      The categorical.
    • getCategoricalOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
    • hasTimestamp

      boolean hasTimestamp()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
      Returns:
      Whether the timestamp field is set.
    • getTimestamp

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
      Returns:
      The timestamp.
    • getTimestampOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
    • hasText

      boolean hasText()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
      Returns:
      Whether the text field is set.
    • getText

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
      Returns:
      The text.
    • getTextOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
    • hasRepeatedNumeric

      boolean hasRepeatedNumeric()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
      Returns:
      Whether the repeatedNumeric field is set.
    • getRepeatedNumeric

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
      Returns:
      The repeatedNumeric.
    • getRepeatedNumericOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
    • hasRepeatedCategorical

      boolean hasRepeatedCategorical()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
      Returns:
      Whether the repeatedCategorical field is set.
    • getRepeatedCategorical

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
      Returns:
      The repeatedCategorical.
    • getRepeatedCategoricalOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
    • hasRepeatedText

      boolean hasRepeatedText()
      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
      Returns:
      Whether the repeatedText field is set.
    • getRepeatedText

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
      Returns:
      The repeatedText.
    • getRepeatedTextOrBuilder

      .google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
    • getTransformationDetailCase