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

Request message for FeaturestoreOnlineServingService.ReadFeatureValues.

Attributes

  • entityId (type: String.t, default: nil) - Required. ID for a specific entity. For example, for a machine learning model predicting user clicks on a website, an entity ID could be user_123.
  • featureSelector (type: GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t, default: nil) - Required. Selector choosing Features of the target EntityType.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1ReadFeatureValuesRequest{
    entityId: String.t() | nil,
    featureSelector:
      GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1FeatureSelector.t()
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.