Vertex AI API (aiplatform:v1)

2024-10-15

1 new method

Additions

    Methods
  • aiplatform.projects.locations.featureGroups.features.batchCreate

      Path: v1/{+parent}/features:batchCreate

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/featureGroups/{featureGroupsId}/features:batchCreate

      HTTP Method: POST

      Parameters:

        parent

          Description: Required. The resource name of the EntityType/FeatureGroup to create the batch of Features under. Format: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` `projects/{project}/locations/{location}/featureGroups/{feature_group}`

          Pattern: ^projects/[^/]+/locations/[^/]+/featureGroups/[^/]+$

          Location: path

          Required: Yes

          Type: string

      Parameter Order: parent

      Scopes: https://www.googleapis.com/auth/cloud-platform

      Description: Creates a batch of Features in a given FeatureGroup.