2026-09-21
▼ ▲ firebaseml.projects.models.delete
Parameters :
name
Pattern : ^projects/[^/]+/models/[^/]+$
Type : string
Required : Yes
Location : path
Description : Required. The name of the model to delete. The name must have the form `projects/{project_id}/models/{model_id}`
Parameter Order : name
HTTP Method : DELETE
Description : Deletes a model
Scopes : https://www.googleapis.com/auth/cloud-platform
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}
Path : v1beta2/{+name}
▼ ▲ firebaseml.projects.models.get
Path : v1beta2/{+name}
Parameter Order : name
HTTP Method : GET
Parameters :
name
Required : Yes
Location : path
Description : Required. The name of the model to get. The name must have the form `projects/{project_id}/models/{model_id}`
Pattern : ^projects/[^/]+/models/[^/]+$
Type : string
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}
Description : Gets a model resource.
▼ ▲ firebaseml.projects.models.create
Path : v1beta2/{+parent}/models
Description : Creates a model in Firebase ML. The longrunning operation will eventually return a Model
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameter Order : parent
HTTP Method : POST
Parameters :
parent
Required : Yes
Type : string
Pattern : ^projects/[^/]+$
Location : path
Description : Required. The parent project resource where the model is to be created. The parent must have the form `projects/{project_id}`
Flat Path : v1beta2/projects/{projectsId}/models
▼ ▲ firebaseml.projects.models.list
Path : v1beta2/{+parent}/models
Flat Path : v1beta2/projects/{projectsId}/models
Description : Lists the models
Parameters :
parent
Description : Required. The name of the parent to list models for. The parent must have the form `projects/{project_id}'
Type : string
Required : Yes
Location : path
Pattern : ^projects/[^/]+$
filter
Type : string
Location : query
Description : A filter for the list e.g. 'tags: abc' to list models which are tagged with "abc"
pageSize
Location : query
Format : int32
Description : The maximum number of items to return
Type : integer
pageToken
Location : query
Type : string
Description : The next_page_token value returned from a previous List request, if any.
Parameter Order : parent
HTTP Method : GET
▼ ▲ firebaseml.projects.models.download
Parameter Order : name
Path : v1beta2/{+name}:download
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}:download
Parameters :
name
Description : Required. The name of the model to download. The name must have the form `projects/{project}/models/{model}`
Required : Yes
Pattern : ^projects/[^/]+/models/[^/]+$
Location : path
Type : string
Description : Gets Download information for a model. This is meant for downloading model resources onto devices. It gives very limited information about the model.
HTTP Method : GET
▼ ▲ firebaseml.projects.models.patch
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates a model. The longrunning operation will eventually return a Model.
Path : v1beta2/{+name}
HTTP Method : PATCH
Flat Path : v1beta2/projects/{projectsId}/models/{modelsId}
Parameters :
updateMask
Location : query
Description : The update mask
Type : string
Format : google-fieldmask
name
Type : string
Pattern : ^projects/[^/]+/models/[^/]+$
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.
Location : path
▼ ▲ firebaseml.projects.operations.get
Flat Path : v1beta2/projects/{projectsId}/operations/{operationsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
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
Parameters :
name
Type : string
Location : path
Required : Yes
Description : The name of the operation resource.
Pattern : ^projects/[^/]+/operations/[^/]+$