Vertex AI API (aiplatform:v1beta1)

2023-10-18

2 updated methods

Updates

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

      Parameters:

        parent

          Required: Yes

          Type: string

          Location: path

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

          Description: Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`

  • aiplatform.projects.locations.featurestores.entityTypes.features.create

      Parameters:

        parent

          Description: Required. The resource name of the EntityType or FeatureGroup to create a Feature. Format for entity_type as parent: `projects/{project}/locations/{location}/featurestores/{featurestore}/entityTypes/{entity_type}` Format for feature_group as parent: `projects/{project}/locations/{location}/featureGroups/{feature_group}`

          Location: path

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/featurestores/[^/]+/entityTypes/[^/]+$

          Required: Yes