Resource
ModelRelease
Resource name with pattern
modelProviders/{model_provider}/modelSuites/{model_suite}/modelReleases/{model_release}When the ModelRelease was created
The Population resource this ModelRelease references.Format:
dataProviders/{data_provider}/populations/{population}This field is immutable after creation.Methods
CreateModelRelease
Creates a newModelRelease.
Resource name of the parent ModelSuite.Format:
modelProviders/{model_provider}/modelSuites/{model_suite}The ModelRelease to create. The
name field will be ignored, and the system will assign an ID.Required fields:population: Reference to a Population resource
ModelRelease resource.
Example Request
GetModelRelease
Returns a singleModelRelease.
Resource name of the ModelRelease to retrieve.Format:
modelProviders/{model_provider}/modelSuites/{model_suite}/modelReleases/{model_release}ModelRelease resource.
Example Request
ListModelReleases
ListsModelRelease resources.
Resource name of the parent ModelSuite.Format:
modelProviders/{model_provider}/modelSuites/{model_suite}The wildcard ID (-) may be used in place of the ModelSuite ID to list across every ModelSuite in the ancestor ModelProvider.Structured filter criteria. Each field represents a term in a conjunction.
Set of Population resource names which
ModelRelease.population must be in.Format: dataProviders/{data_provider}/populations/{population}The maximum number of ModelReleases to return. The service may return fewer than this value.
- If unspecified, at most 50 ModelReleases will be returned
- Maximum value is 1000; values above 1000 will be coerced to 1000
A page token received from a previous
ListModelReleases call. Provide this to retrieve the subsequent page.When paginating, all other parameters must match the call that provided the page token.List of ModelRelease resources
A token that can be sent as
page_token to retrieve the next page. If omitted, there are no subsequent pages.