Send feedback
Class AutoMlTablesInputs.Transformation.NumericArrayTransformation.Builder (2.9.6)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.9.6 keyboard_arrow_down
public static final class AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder extends GeneratedMessageV3 . Builder<AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder > implements AutoMlTablesInputs . Transformation . NumericArrayTransformationOrBuilder
Treats the column as numerical array and performs following
transformation functions.
All transformations for Numerical types applied to the average of the
all elements.
The average of empty arrays is treated as zero.
Protobuf type
google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericArrayTransformation
Static Methods
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation build ()
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation buildPartial ()
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder clear ()
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder clearColumnName ()
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder clearInvalidValuesAllowed ()
If invalid values is allowed, the training pipeline will create a
boolean feature that indicated whether the value is valid.
Otherwise, the training pipeline will discard the input row from
trainining data.
bool invalid_values_allowed = 2;
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder clone ()
Returns
Overrides
public String getColumnName ()
Returns
Type Description String The columnName.
public ByteString getColumnNameBytes ()
Returns
Type Description ByteString The bytes for columnName.
public AutoMlTablesInputs . Transformation . NumericArrayTransformation getDefaultInstanceForType ()
Returns
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
public boolean getInvalidValuesAllowed ()
If invalid values is allowed, the training pipeline will create a
boolean feature that indicated whether the value is valid.
Otherwise, the training pipeline will discard the input row from
trainining data.
bool invalid_values_allowed = 2;
Returns
Type Description boolean The invalidValuesAllowed.
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
public final boolean isInitialized ()
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder mergeFrom ( AutoMlTablesInputs . Transformation . NumericArrayTransformation other )
Parameter
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
public final AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder setColumnName ( String value )
Parameter
Name Description value String
The columnName to set.
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder setColumnNameBytes ( ByteString value )
Parameter
Name Description value ByteString
The bytes for columnName to set.
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder setInvalidValuesAllowed ( boolean value )
If invalid values is allowed, the training pipeline will create a
boolean feature that indicated whether the value is valid.
Otherwise, the training pipeline will discard the input row from
trainining data.
bool invalid_values_allowed = 2;
Parameter
Name Description value boolean
The invalidValuesAllowed to set.
Returns
public AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
public final AutoMlTablesInputs . Transformation . NumericArrayTransformation . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]