Class AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder>
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder
All Implemented Interfaces:
AutoMlTablesInputs.Transformation.CategoricalTransformationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
AutoMlTablesInputs.Transformation.CategoricalTransformation

public static final class AutoMlTablesInputs.Transformation.CategoricalTransformation.Builder extends com.google.protobuf.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