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

Request message for FeaturestoreOnlineServingService.StreamingFeatureValuesRead.

Attributes

  • entityIds (type: list(String.t), default: nil) - Required. IDs of entities to read Feature values of. The maximum number of IDs is 100. 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. Feature IDs will be deduplicated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1StreamingReadFeatureValuesRequest{
    entityIds: [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.