Firebase ML API (firebaseml:v1beta2)

2026-08-24

7 removed methods | Removed API

Deletions

    Methods
  • firebaseml.projects.models.create

      HTTP Method : POST

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

      Description : Creates a model in Firebase ML. The longrunning operation will eventually return a Model

      Path : v1beta2/{+parent}/models

      Parameters :

        parent

          Description : Required. The parent project resource where the model is to be created. The parent must have the form `projects/{project_id}`

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+$

          Location : path

      Parameter Order : parent

      Flat Path : v1beta2/projects/{projectsId}/models

  • firebaseml.projects.models.get

      Parameters :

        name

          Pattern : ^projects/[^/]+/models/[^/]+$

          Location : path

          Description : Required. The name of the model to get. The name must have the form `projects/{project_id}/models/{model_id}`

          Type : string

          Required : Yes

      Parameter Order : name

      Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}

      HTTP Method : GET

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

      Path : v1beta2/{+name}

      Description : Gets a model resource.

  • firebaseml.projects.models.patch

      Path : v1beta2/{+name}

      Description : Updates a model. The longrunning operation will eventually return a Model.

      HTTP Method : PATCH

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

      Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}

      Parameters :

        updateMask

          Description : The update mask

          Type : string

          Format : google-fieldmask

          Location : query

        name

          Required : Yes

          Description : The resource name of the Model. Model names have the form `projects/{project_id}/models/{model_id}` The name is ignored when creating a model.

          Type : string

          Location : path

          Pattern : ^projects/[^/]+/models/[^/]+$

      Parameter Order : name

  • firebaseml.projects.models.list

      HTTP Method : GET

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

      Description : Lists the models

      Path : v1beta2/{+parent}/models

      Parameters :

        filter

          Description : A filter for the list e.g. 'tags: abc' to list models which are tagged with "abc"

          Type : string

          Location : query

        pageToken

          Location : query

          Description : The next_page_token value returned from a previous List request, if any.

          Type : string

        parent

          Pattern : ^projects/[^/]+$

          Location : path

          Description : Required. The name of the parent to list models for. The parent must have the form `projects/{project_id}'

          Type : string

          Required : Yes

        pageSize

          Description : The maximum number of items to return

          Type : integer

          Format : int32

          Location : query

      Parameter Order : parent

      Flat Path : v1beta2/projects/{projectsId}/models

  • firebaseml.projects.models.download

      Description : Gets Download information for a model. This is meant for downloading model resources onto devices. It gives very limited information about the model.

      Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}:download

      Path : v1beta2/{+name}:download

      HTTP Method : GET

      Parameters :

        name

          Location : path

          Pattern : ^projects/[^/]+/models/[^/]+$

          Required : Yes

          Description : Required. The name of the model to download. The name must have the form `projects/{project}/models/{model}`

          Type : string

      Parameter Order : name

  • firebaseml.projects.models.delete

      Parameters :

        name

          Description : Required. The name of the model to delete. The name must have the form `projects/{project_id}/models/{model_id}`

          Type : string

          Required : Yes

          Pattern : ^projects/[^/]+/models/[^/]+$

          Location : path

      Parameter Order : name

      Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}

      HTTP Method : DELETE

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

      Path : v1beta2/{+name}

      Description : Deletes a model

  • firebaseml.projects.operations.get

      Flat Path : v1beta2/projects/{projectsId}/operations/{operationsId}

      Parameters :

        name

          Required : Yes

          Description : The name of the operation resource.

          Type : string

          Location : path

          Pattern : ^projects/[^/]+/operations/[^/]+$

      Parameter Order : name

      Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.

      Path : v1beta2/{+name}

      HTTP Method : GET

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