View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCreateFeaturesRequest (google_api_ai_platform v0.20.0)

Request message for FeaturestoreService.BatchCreateFeatures. Request message for FeatureRegistryService.BatchCreateFeatures.

Attributes

  • requests (type: list(GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateFeatureRequest.t), default: nil) - Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType / FeatureGroup. The parent field in each child request message can be omitted. If parent is set in a child request, then the value must match the parent value in this request message.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCreateFeaturesRequest{
    requests:
      [
        GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1CreateFeatureRequest.t()
      ]
      | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.