Class AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder

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

public static final class AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder extends com.google.protobuf.GeneratedMessage.Builder<AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder> implements AutoMlTablesInputs.Transformation.TextArrayTransformationOrBuilder
 Treats the column as text array and performs following transformation
 functions.
 *  Concatenate all text values in the array into a single text value
 using
 a space (" ") as a delimiter, and then treat the result as a single
 text value. Apply the transformations for Text columns.
 *  Empty arrays treated as an empty text.
 
Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.TextArrayTransformation