View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView (google_api_ai_platform v0.15.0)

Entity view with Feature values.

Attributes

  • data (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData.t), default: nil) - Each piece of data holds the k requested values for one requested Feature. If no values for the requested Feature exist, the corresponding cell will be empty. This has the same size and is in the same order as the features from the header ReadFeatureValuesResponse.header.
  • entityId (type: String.t, default: nil) - ID of the requested entity.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityView{
    data:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesResponseEntityViewData.t()
      ]
      | nil,
    entityId: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.