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

Feature name & value pair.

Attributes

  • name (type: String.t, default: nil) - Feature short name.
  • value (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t, default: nil) - Feature value.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FetchFeatureValuesResponseFeatureNameValuePairListFeatureNameValuePair{
    name: String.t() | nil,
    value:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureValue.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.