AI-generated Key Takeaways
-
Project versions resources have no persistent data.
-
Methods for project versions include creating, listing, and reading.
-
The
create
method allows for creating and deploying project versions to release channels. -
The
list
method provides a summary of all versions and their states. -
The
read
method allows viewing the complete content of a project version.
Resource
There is no persistent data associated with this resource.
Methods |
|
---|---|
|
Creates a project version based on the model and triggers deployment to the specified release channel, if specified. |
|
Lists all versions and their current states. |
|
Reads the entire content of a project version. |