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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AutoMlTablesInputs.Transformation.AutoTransformation
getAuto()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
AutoMlTablesInputs.Transformation.AutoTransformationOrBuilder
getAutoOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
AutoMlTablesInputs.Transformation.CategoricalTransformation
getCategorical()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
AutoMlTablesInputs.Transformation.CategoricalTransformationOrBuilder
getCategoricalOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
AutoMlTablesInputs.Transformation.NumericTransformation
getNumeric()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder
getNumericOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
AutoMlTablesInputs.Transformation.CategoricalArrayTransformation
getRepeatedCategorical()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
AutoMlTablesInputs.Transformation.CategoricalArrayTransformationOrBuilder
getRepeatedCategoricalOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
AutoMlTablesInputs.Transformation.NumericArrayTransformation
getRepeatedNumeric()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder
getRepeatedNumericOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
AutoMlTablesInputs.Transformation.TextArrayTransformation
getRepeatedText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
AutoMlTablesInputs.Transformation.TextArrayTransformationOrBuilder
getRepeatedTextOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
AutoMlTablesInputs.Transformation.TextTransformation
getText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
AutoMlTablesInputs.Transformation.TextTransformationOrBuilder
getTextOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
AutoMlTablesInputs.Transformation.TimestampTransformation
getTimestamp()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
AutoMlTablesInputs.Transformation.TimestampTransformationOrBuilder
getTimestampOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
AutoMlTablesInputs.Transformation.TransformationDetailCase
getTransformationDetailCase()
boolean
hasAuto()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
boolean
hasCategorical()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
boolean
hasNumeric()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
boolean
hasRepeatedCategorical()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
boolean
hasRepeatedNumeric()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
boolean
hasRepeatedText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
boolean
hasText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
boolean
hasTimestamp()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasAuto
boolean hasAuto()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
- Returns:
- Whether the auto field is set.
-
getAuto
AutoMlTablesInputs.Transformation.AutoTransformation getAuto()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
- Returns:
- The auto.
-
getAutoOrBuilder
AutoMlTablesInputs.Transformation.AutoTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.NumericTransformation getNumeric()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
- Returns:
- The numeric.
-
getNumericOrBuilder
AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.CategoricalTransformation getCategorical()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
- Returns:
- The categorical.
-
getCategoricalOrBuilder
AutoMlTablesInputs.Transformation.CategoricalTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.TimestampTransformation getTimestamp()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
- Returns:
- The timestamp.
-
getTimestampOrBuilder
AutoMlTablesInputs.Transformation.TimestampTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.TextTransformation getText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
- Returns:
- The text.
-
getTextOrBuilder
AutoMlTablesInputs.Transformation.TextTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.NumericArrayTransformation getRepeatedNumeric()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
- Returns:
- The repeatedNumeric.
-
getRepeatedNumericOrBuilder
AutoMlTablesInputs.Transformation.NumericArrayTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.CategoricalArrayTransformation getRepeatedCategorical()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
- Returns:
- The repeatedCategorical.
-
getRepeatedCategoricalOrBuilder
AutoMlTablesInputs.Transformation.CategoricalArrayTransformationOrBuilder 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
AutoMlTablesInputs.Transformation.TextArrayTransformation getRepeatedText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
- Returns:
- The repeatedText.
-
getRepeatedTextOrBuilder
AutoMlTablesInputs.Transformation.TextArrayTransformationOrBuilder getRepeatedTextOrBuilder()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
-
getTransformationDetailCase
AutoMlTablesInputs.Transformation.TransformationDetailCase getTransformationDetailCase()
-
-