Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}projects/{project}/locations/{location}/featureGroups/{featureGroup}
Request body
The request body contains data with the following structure:
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.
Response body
If successful, the response body contains an instance of Operation.
Required. The resource name of the EntityType or FeatureGroup to create a feature. Format for entityType as parent: projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType} Format for featureGroup as parent: projects/{project}/locations/{location}/featureGroups/{featureGroup}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# Method: features.batchCreate\n\n**Full name**: projects.locations.featureGroups.features.batchCreate\n\nCreates a batch of Features in a given FeatureGroup. \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1beta1``/{parent}``/features:batchCreate` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`parent` `string` \nRequired. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` `projects/{project}/locations/{location}/featureGroups/{featureGroup}`\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `requests[]` `object (`[CreateFeatureRequest](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.features/batchCreate#CreateFeatureRequest)`)` \nRequired. 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. \n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/vertex-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation).\n\nCreateFeatureRequest\n--------------------\n\nRequest message for [FeaturestoreService.CreateFeature](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featurestores.entityTypes.features/create#google.cloud.aiplatform.v1beta1.FeaturestoreService.CreateFeature). Request message for [FeatureRegistryService.CreateFeature](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.features/create#google.cloud.aiplatform.v1beta1.FeatureRegistryService.CreateFeature).\nFields `parent` `string` \nRequired. The resource name of the EntityType or FeatureGroup to create a feature. Format for entityType as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entityType}` Format for featureGroup as parent: `projects/{project}/locations/{location}/featureGroups/{featureGroup}`\n`feature` `object (`[Feature](/vertex-ai/docs/reference/rest/v1beta1/projects.locations.featureGroups.features#Feature)`)` \nRequired. The feature to create.\n`featureId` `string` \nRequired. The id to use for the feature, which will become the final component of the feature's resource name.\n\nThis value may be up to 128 characters, and valid characters are `[a-z0-9_]`. The first character cannot be a number.\n\nThe value must be unique within an EntityType/FeatureGroup."]]