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

Attributes

  • destinationField (type: String.t, default: nil) - Specify the field name in the export destination. If not specified, Feature ID is used.
  • featureId (type: String.t, default: nil) - Required. The ID of the Feature to apply the setting to.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1DestinationFeatureSetting{
    destinationField: String.t() | nil,
    featureId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.