workspaces
Create Model Version
Create a new model version.
Args: model_name_or_id: Name or ID of the model. workspace_name_or_id: Name or ID of the workspace. model_version: The model version to create. auth_context: Authentication context.
Returns: The created model version.
Raises: IllegalOperationError: If the workspace specified in the model version does not match the current workspace.
post/api/v1/workspaces/{workspace_name_or_id}/models/{model_name_or_id}/model_versions
Path parameters
Request body
Response
Successful Response