public sealed class AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation : IMessage<AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation>, IEquatable<AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation>, IDeepCloneable<AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation>, IBufferMessage, IMessageReference documentation and code samples for the Vertex AI v1 API class AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation.
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.
Implements
IMessageAutoMlTablesInputsTypesTransformationTypesTextArrayTransformation, IEquatableAutoMlTablesInputsTypesTransformationTypesTextArrayTransformation, IDeepCloneableAutoMlTablesInputsTypesTransformationTypesTextArrayTransformation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1.dll
Constructors
TextArrayTransformation()
public TextArrayTransformation()TextArrayTransformation(TextArrayTransformation)
public TextArrayTransformation(AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTablesInputsTypesTransformationTypesTextArrayTransformation |
Properties
ColumnName
public string ColumnName { get; set; }| Property Value | |
|---|---|
| Type | Description |
string |
|