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, IMessageReference documentation and code samples for the Vertex AI v1beta1 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.
Implements
IMessageAutoMlTablesInputsTypesTransformationTypesNumericArrayTransformation, IEquatableAutoMlTablesInputsTypesTransformationTypesNumericArrayTransformation, IDeepCloneableAutoMlTablesInputsTypesTransformationTypesNumericArrayTransformation, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1.Schema.TrainingJob.DefinitionAssembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
NumericArrayTransformation()
public NumericArrayTransformation()NumericArrayTransformation(NumericArrayTransformation)
public NumericArrayTransformation(AutoMlTablesInputs.Types.Transformation.Types.NumericArrayTransformation other)| Parameter | |
|---|---|
| Name | Description |
other |
AutoMlTablesInputsTypesTransformationTypesNumericArrayTransformation |
Properties
ColumnName
public string ColumnName { get; set; }| Property Value | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
bool |
|