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

Request message for FeaturestoreOnlineServingService.WriteFeatureValues.

Attributes

  • payloads (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteFeatureValuesPayload.t), default: nil) - Required. The entities to be written. Up to 100,000 feature values can be written across all payloads.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteFeatureValuesRequest{
    payloads:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1WriteFeatureValuesPayload.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.