workspaces
Create Model Version Pipeline Run Link
Create a new model version to pipeline run link.
Args: workspace_name_or_id: Name or ID of the workspace. model_version_id: ID of the model version. model_version_pipeline_run_link: The model version to pipeline run link to create. auth_context: Authentication context.
Returns: - If Model Version to Pipeline Run Link already exists - returns the existing link. - Otherwise, returns the newly created model version to pipeline run link.
Raises: IllegalOperationError: If the workspace or user specified in the model version does not match the current workspace or authenticated user.
post/api/v1/workspaces/{workspace_name_or_id}/model_versions/{model_version_id}/runs
Path parameters
model_version_idstring uuid required
Request body
Response
Successful Response