Class AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder (3.84.0)

public static final class AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder extends GeneratedMessage.Builder<AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder> implements AutoMlTablesInputs.Transformation.CategoricalTransformationOrBuilder

Training pipeline will perform following transformation functions.

  • The categorical string as is--no change to case, punctuation, spelling, tense, and so on.
  • Convert the category name to a dictionary lookup index and generate an embedding for each index.
  • Categories that appear less than 5 times in the training dataset are treated as the "unknown" category. The "unknown" category gets its own special lookup index and resulting embedding.

Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoMlTablesInputs.Transformation.CategoricalTransformation build()
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation

buildPartial()

public AutoMlTablesInputs.Transformation.CategoricalTransformation buildPartial()
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation

clear()

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder clear()
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder
Overrides

clearColumnName()

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder clearColumnName()

string column_name = 1;

Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder

This builder for chaining.

getColumnName()

public String getColumnName()

string column_name = 1;

Returns
Type Description
String

The columnName.

getColumnNameBytes()

public ByteString getColumnNameBytes()

string column_name = 1;

Returns
Type Description
ByteString

The bytes for columnName.

getDefaultInstanceForType()

public AutoMlTablesInputs.Transformation.CategoricalTransformation getDefaultInstanceForType()
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoMlTablesInputs.Transformation.CategoricalTransformation other)

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder mergeFrom(AutoMlTablesInputs.Transformation.CategoricalTransformation other)
Parameter
Name Description
other AutoMlTablesInputs.Transformation.CategoricalTransformation
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder
Overrides

setColumnName(String value)

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder setColumnName(String value)

string column_name = 1;

Parameter
Name Description
value String

The columnName to set.

Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder

This builder for chaining.

setColumnNameBytes(ByteString value)

public AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder setColumnNameBytes(ByteString value)

string column_name = 1;

Parameter
Name Description
value ByteString

The bytes for columnName to set.

Returns
Type Description
AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder

This builder for chaining.