Send feedback
Class AutoMlTablesInputs.Transformation (2.9.7)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.9.7 keyboard_arrow_down
public static final class AutoMlTablesInputs . Transformation extends GeneratedMessageV3 implements AutoMlTablesInputs . TransformationOrBuilder
Protobuf type
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation
Static Fields
public static final int AUTO_FIELD_NUMBER
Field Value
public static final int CATEGORICAL_FIELD_NUMBER
Field Value
public static final int NUMERIC_FIELD_NUMBER
Field Value
public static final int REPEATED_CATEGORICAL_FIELD_NUMBER
Field Value
public static final int REPEATED_NUMERIC_FIELD_NUMBER
Field Value
REPEATED_TEXT_FIELD_NUMBER
public static final int REPEATED_TEXT_FIELD_NUMBER
Field Value
TEXT_FIELD_NUMBER
public static final int TEXT_FIELD_NUMBER
Field Value
public static final int TIMESTAMP_FIELD_NUMBER
Field Value
Static Methods
public static AutoMlTablesInputs . Transformation getDefaultInstance ()
Returns
public static final Descriptors . Descriptor getDescriptor ()
Returns
public static AutoMlTablesInputs . Transformation . Builder newBuilder ()
Returns
public static AutoMlTablesInputs . Transformation . Builder newBuilder ( AutoMlTablesInputs . Transformation prototype )
Parameter
Returns
public static AutoMlTablesInputs . Transformation parseDelimitedFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( byte [] data )
Parameter
Name Description data byte []
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( ByteString data )
Parameter
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( CodedInputStream input )
Parameter
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( InputStream input )
Parameter
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( ByteBuffer data )
Parameter
Returns
Exceptions
public static AutoMlTablesInputs . Transformation parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Exceptions
public static Parser<AutoMlTablesInputs . Transformation > parser ()
Returns
Methods
public boolean equals ( Object obj )
Parameter
Returns
Overrides
public AutoMlTablesInputs . Transformation . AutoTransformation getAuto ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
Returns
public AutoMlTablesInputs . Transformation . AutoTransformationOrBuilder getAutoOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
Returns
public AutoMlTablesInputs . Transformation . CategoricalTransformation getCategorical ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
Returns
public AutoMlTablesInputs . Transformation . CategoricalTransformationOrBuilder getCategoricalOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
Returns
public AutoMlTablesInputs . Transformation getDefaultInstanceForType ()
Returns
public AutoMlTablesInputs . Transformation . NumericTransformation getNumeric ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
Returns
public AutoMlTablesInputs . Transformation . NumericTransformationOrBuilder getNumericOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
Returns
public Parser<AutoMlTablesInputs . Transformation > getParserForType ()
Returns
Overrides
public AutoMlTablesInputs . Transformation . CategoricalArrayTransformation getRepeatedCategorical ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
Returns
public AutoMlTablesInputs . Transformation . CategoricalArrayTransformationOrBuilder getRepeatedCategoricalOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation getRepeatedNumeric ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformationOrBuilder getRepeatedNumericOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
Returns
getRepeatedText()
public AutoMlTablesInputs . Transformation . TextArrayTransformation getRepeatedText ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
Returns
getRepeatedTextOrBuilder()
public AutoMlTablesInputs . Transformation . TextArrayTransformationOrBuilder getRepeatedTextOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
Returns
public int getSerializedSize ()
Returns
Overrides
getText()
public AutoMlTablesInputs . Transformation . TextTransformation getText ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
Returns
getTextOrBuilder()
public AutoMlTablesInputs . Transformation . TextTransformationOrBuilder getTextOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
Returns
public AutoMlTablesInputs . Transformation . TimestampTransformation getTimestamp ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
Returns
public AutoMlTablesInputs . Transformation . TimestampTransformationOrBuilder getTimestampOrBuilder ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
Returns
public AutoMlTablesInputs . Transformation . TransformationDetailCase getTransformationDetailCase ()
Returns
public final UnknownFieldSet getUnknownFields ()
Returns
Overrides
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.AutoTransformation auto = 1;
Returns
Type Description boolean Whether the auto field is set.
public boolean hasCategorical ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation categorical = 3;
Returns
Type Description boolean Whether the categorical field is set.
public boolean hasNumeric ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation numeric = 2;
Returns
Type Description boolean Whether the numeric field is set.
public boolean hasRepeatedCategorical ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalArrayTransformation repeated_categorical = 7;
Returns
Type Description boolean Whether the repeatedCategorical field is set.
public boolean hasRepeatedNumeric ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation repeated_numeric = 6;
Returns
Type Description boolean Whether the repeatedNumeric field is set.
hasRepeatedText()
public boolean hasRepeatedText ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation repeated_text = 8;
Returns
Type Description boolean Whether the repeatedText field is set.
hasText()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextTransformation text = 5;
Returns
Type Description boolean Whether the text field is set.
public boolean hasTimestamp ()
.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TimestampTransformation timestamp = 4;
Returns
Type Description boolean Whether the timestamp field is set.
Returns
Overrides
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public AutoMlTablesInputs . Transformation . Builder newBuilderForType ()
Returns
protected AutoMlTablesInputs . Transformation . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Parameter
Returns
Overrides
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Parameter
Returns
Overrides
public AutoMlTablesInputs . Transformation . Builder toBuilder ()
Returns
public void writeTo ( CodedOutputStream output )
Parameter
Overrides
Exceptions
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]