v1

latestOpenAPI 3.1.0raw.githubusercontent.com2024-09-27192307552.2 KB
workspaces

Create Build

Creates a build.

Args: workspace_name_or_id: Name or ID of the workspace. build: Build to create. auth_context: Authentication context.

Returns: The created build.

Raises: IllegalOperationError: If the workspace specified in the build does not match the current workspace.

post/api/v1/workspaces/{workspace_name_or_id}/pipeline_builds

Path parameters

string required
OR
string uuid required

Request body

userstring uuid required
workspacestring uuid required
imagesobject
is_localboolean required
contains_codeboolean required
zenml_versionstring nullable
python_versionstring nullable
checksumstring nullable
stack_checksumstring nullable
stackstring uuid nullable
pipelinestring uuid nullable

Response

Successful Response

resourcesPipelineBuildResponseResources

Class for all resource models associated with the pipeline build entity.

idstring uuid required
permission_deniedboolean