Resource
ModelSuite
Resource name with pattern
modelProviders/{model_provider}/modelSuites/{model_suite}Human-readable nickname for this ModelSuite
Human-readable string to describe the usage of this model suite
When the ModelSuite was created
Methods
CreateModelSuite
Creates a newModelSuite.
Resource name of the parent ModelProvider.Format:
modelProviders/{model_provider}The ModelSuite to create. The
name field will be ignored, and the system will assign an ID.Required fields:display_name: Human-readable nickname
ModelSuite resource.
Example Request
GetModelSuite
Returns theModelSuite with the specified resource key.
Resource name of the ModelSuite to retrieve.Format:
modelProviders/{model_provider}/modelSuites/{model_suite}ModelSuite resource.
Example Request
ListModelSuites
ListsModelSuite resources for a given ModelProvider.
Resource name of the parent ModelProvider.Format:
modelProviders/{model_provider}The maximum number of ModelSuites to return. The service may return fewer than this value.
- If unspecified, at most 50 ModelSuites will be returned
- Maximum value is 1000; values above 1000 will be coerced to 1000
A page token received from a previous
ListModelSuites call. Provide this to retrieve the subsequent page.When paginating, all other parameters must match the call that provided the page token.List of ModelSuite resources
A token that can be sent as
page_token to retrieve the next page. If omitted, there are no subsequent pages.