View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCreateFeaturesRequest (google_api_ai_platform v0.13.0)
Request message for FeaturestoreService.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. Theparent
field in each child request message can be omitted. Ifparent
is set in a child request, then the value must match theparent
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
Unwrap a decoded JSON object into its complex fields.