Cloud AI Platform v1 API - Class AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation (2.27.0)

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, IMessage

Reference documentation and code samples for the Cloud AI Platform 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.

Inheritance

object > AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation

Namespace

Google.Cloud.AIPlatform.V1.Schema.TrainingJob.Definition

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

TextArrayTransformation()

public TextArrayTransformation()

TextArrayTransformation(TextArrayTransformation)

public TextArrayTransformation(AutoMlTablesInputs.Types.Transformation.Types.TextArrayTransformation other)
Parameter
NameDescription
otherAutoMlTablesInputsTypesTransformationTypesTextArrayTransformation

Properties

ColumnName

public string ColumnName { get; set; }
Property Value
TypeDescription
string