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