View Source GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1BatchCreateFeaturesRequest (google_api_ai_platform v0.24.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. Theparentfield in each child request message can be omitted. Ifparentis set in a child request, then the value must match theparentvalue 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 }