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

public sealed class AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation : IMessage<AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation>, IEquatable<AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation>, IDeepCloneable<AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation.

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.

Inheritance

object > AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation

Namespace

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

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

NumericArrayTransformation()

public NumericArrayTransformation()

NumericArrayTransformation(NumericArrayTransformation)

public NumericArrayTransformation(AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation other)
Parameter
NameDescription
otherAutoMlTablesInputsTypesTransformationTypesNumericArrayTransformation

Properties

ColumnName

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

InvalidValuesAllowed

public bool InvalidValuesAllowed { get; set; }

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.

Property Value
TypeDescription
bool