Class AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder (3.84.0)

public static final class AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder extends 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

Inheritance

java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder

Static Methods

getDescriptor()

public static final Descriptors.Descriptor getDescriptor()
Returns
Type Description
Descriptor

Methods

build()

public AutoMlTablesInputs.Transformation.TextArrayTransformation build()
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation

buildPartial()

public AutoMlTablesInputs.Transformation.TextArrayTransformation buildPartial()
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation

clear()

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder clear()
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder
Overrides

clearColumnName()

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder clearColumnName()

string column_name = 1;

Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder

This builder for chaining.

getColumnName()

public String getColumnName()

string column_name = 1;

Returns
Type Description
String

The columnName.

getColumnNameBytes()

public ByteString getColumnNameBytes()

string column_name = 1;

Returns
Type Description
ByteString

The bytes for columnName.

getDefaultInstanceForType()

public AutoMlTablesInputs.Transformation.TextArrayTransformation getDefaultInstanceForType()
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation

getDescriptorForType()

public Descriptors.Descriptor getDescriptorForType()
Returns
Type Description
Descriptor
Overrides

internalGetFieldAccessorTable()

protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
Returns
Type Description
FieldAccessorTable
Overrides

isInitialized()

public final boolean isInitialized()
Returns
Type Description
boolean
Overrides

mergeFrom(AutoMlTablesInputs.Transformation.TextArrayTransformation other)

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder mergeFrom(AutoMlTablesInputs.Transformation.TextArrayTransformation other)
Parameter
Name Description
other AutoMlTablesInputs.Transformation.TextArrayTransformation
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder

mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Parameters
Name Description
input CodedInputStream
extensionRegistry ExtensionRegistryLite
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder
Overrides
Exceptions
Type Description
IOException

mergeFrom(Message other)

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder mergeFrom(Message other)
Parameter
Name Description
other Message
Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder
Overrides

setColumnName(String value)

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder setColumnName(String value)

string column_name = 1;

Parameter
Name Description
value String

The columnName to set.

Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder

This builder for chaining.

setColumnNameBytes(ByteString value)

public AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder setColumnNameBytes(ByteString value)

string column_name = 1;

Parameter
Name Description
value ByteString

The bytes for columnName to set.

Returns
Type Description
AutoMlTablesInputs.Transformation.TextArrayTransformation.Builder

This builder for chaining.