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

Defines the Feature value(s) to import.

Attributes

  • id (type: String.t, default: nil) - Required. ID of the Feature to import values of. This Feature must exist in the target EntityType, or the request will fail.
  • sourceField (type: String.t, default: nil) - Source column to get the Feature values from. If not set, uses the column with the same name as the Feature ID.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ImportFeatureValuesRequestFeatureSpec{
    id: String.t() | nil,
    sourceField: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.