Class BatchCreateFeaturesRequest (1.18.3)

BatchCreateFeaturesRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FeaturestoreService.BatchCreateFeatures.

Attributes

NameDescription
parent str
Required. The resource name of the EntityType to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}
requests Sequence[google.cloud.aiplatform_v1.types.CreateFeatureRequest]
Required. The request message specifying the Features to create. All Features must be created under the same parent EntityType. 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.

Inheritance

builtins.object > proto.message.Message > BatchCreateFeaturesRequest