Class AutoMlTablesInputs.Transformation.TextArrayTransformation

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

public static final class AutoMlTablesInputs.Transformation.TextArrayTransformation extends com.google.protobuf.GeneratedMessage 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
See Also: