Class AutoMlTablesInputs.Transformation.NumericTransformation.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<AutoMlTablesInputs.Transformation.NumericTransformation.Builder>
com.google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation.Builder
All Implemented Interfaces:
AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
AutoMlTablesInputs.Transformation.NumericTransformation

public static final class AutoMlTablesInputs.Transformation.NumericTransformation.Builder extends com.google.protobuf.GeneratedMessage.Builder<AutoMlTablesInputs.Transformation.NumericTransformation.Builder> implements AutoMlTablesInputs.Transformation.NumericTransformationOrBuilder
 Training pipeline will perform following transformation functions.
 *  The value converted to float32.
 *  The z_score of the value.
 *  log(value+1) when the value is greater than or equal to 0. Otherwise,
 this transformation is not applied and the value is considered a
 missing value.
 *  z_score of log(value+1) when the value is greater than or equal to 0.
 Otherwise, this transformation is not applied and the value is
 considered a missing value.
 *  A boolean value that indicates whether the value is valid.
 
Protobuf type google.cloud.aiplatform.v1.schema.trainingjob.definition.AutoMlTablesInputs.Transformation.NumericTransformation