Class AutoMlForecastingInputs.Transformation.NumericTransformation

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
com.google.cloud.aiplatform.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation
All Implemented Interfaces:
AutoMlForecastingInputs.Transformation.NumericTransformationOrBuilder, com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable
Enclosing class:
AutoMlForecastingInputs.Transformation

public static final class AutoMlForecastingInputs.Transformation.NumericTransformation extends com.google.protobuf.GeneratedMessage implements AutoMlForecastingInputs.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.v1beta1.schema.trainingjob.definition.AutoMlForecastingInputs.Transformation.NumericTransformation
See Also: