View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation (google_api_ai_platform v0.13.0)

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.

Attributes

  • columnName (type: String.t, default: nil) -
  • invalidValuesAllowed (type: boolean(), default: nil) - 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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlTablesInputsTransformationNumericArrayTransformation{
    columnName: String.t() | nil,
    invalidValuesAllowed: boolean() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.