create_model
Create a new model or update an existing one by specifying project ID, name, and optional description. Pass model ID to rename or modify.
Instructions
Create or update a model.
Create: call with
project_idandname(and optionaldescription).Update/rename: also pass
model_idplus the fields to change.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| description | No | ||
| model_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||