This product(
PAIFlow/2021-02-02) OpenAPI adopts ROA Signature style. See signature details in Description of the signature mechanism. We have packaged SDKs for common programming languages for developers. Developers can directly call the OpenAPI of this product by downloading the SDK without paying attention to the technical details. If the existing SDK cannot meet the usage requirements, you can connect through the signature mechanism. It will take about 5 working days. Therefore, it is recommended to join our DingTalk service group (78410016550) and sign under the guidance of experts. Before using the API, you need to prepare your identity account and access key (AccessKey) to effectively access the API through client tools (SDK, CLI, etc.). For details see getAccessKey.
Workflow Tasks
| API | Title | Description |
|---|---|---|
| CreatePipelineRun | CreatePipelineRun | Creates a pipeline job. |
| DeletePipelineRun | DeletePipelineRun | Deletes a pipeline job. |
| StartPipelineRun | StartPipelineRun | Starts a pipeline job. |
| UpdatePipelineRun | UpdatePipelineRun | Updates a pipeline job. You can update only the name of a pipeline job. |
| GetPipelineRun | GetPipelineRun | Queries the information about a pipeline job. |
| ListPipelineRunNodeLogs | ListPipelineRunNodeLogs | Obtains the node logs of a pipeline job. |
| GetPipelineRunNode | GetPipelineRunNode | Queries information about a node. A pipeline job contains a variety of nodes. |
| ListPipelineRunNodeOutputs | ListPipelineRunNodeOutputs | Queries the outputs of a pipeline node. |
| ListPipelineRunNodeStatus | ListPipelineRunNodeStatus | Queries the running status of a pipeline node. |
| ListPipelineRunsStatus | ListPipelineRunsStatus | Queries the statuses of multiple pipeline jobs or nodes at a time. |
| ListPipelineRuns | ListPipelineRuns | Queries a list of pipeline jobs. Filtering, sorting, and pagination are supported for this API operation. |
| TerminatePipelineRun | TerminatePipelineRun | Terminates a pipeline job. |
| RerunPipelineRun | RerunPipelineRun | Re-runs a pipeline job. |
Workflow
| API | Title | Description |
|---|---|---|
| CreatePipeline | CreatePipeline | Creates a pipeline. A pipeline consists of a series of nodes that form a directed acyclic graph (DAG), which defines the machine learning process. |
| DeletePipeline | DeletePipeline | Deletes a pipeline. |
| UpdatePipeline | UpdatePipeline | Updates the definition of a pipeline. |
| GetPipeline | GetPipeline | Queries the information about a pipeline. |
| ListPipelines | ListPipelines | Queries a list of pipelines. |