This commit is contained in:
bennykok
2024-07-16 14:45:28 -07:00
commit 6ea0b09d80
207 changed files with 8190 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# GetAuthResponseRequestIDResponseBody
Error when fetching the API Key with code
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetDeploymentIDInputsResponseBody
Error when uploading the workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetDeploymentResponseBody
error
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,12 @@
# GetRunResponseBody
Workflow not found
## Fields
| Field | Type | Required | Description | Example |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `code` | *str* | :heavy_check_mark: | N/A | 400 |
| `message` | *str* | :heavy_check_mark: | N/A | Workflow not found |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A | |

View File

@@ -0,0 +1,11 @@
# GetRunRunResponseBody
Error getting output
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetUploadURLResponseBody
Error when generating upload url
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetV1MachinesMachineIDResponseBody
Error in retrieving the specific machine
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetV1MachinesResponseBody
Error in retrieving machines
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetV1WorkflowsResponseBody
Error in retrieving workflows
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetV1WorkflowsWorkflowIDOutputsResponseBody
Error in retrieving the specific workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetV1WorkflowsWorkflowIDResponseBody
Error in retrieving the specific workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetWebsocketDeploymentIDResponseBody
Error creating run
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetWorkflowIDResponseBody
Error when uploading the workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# GetWorkflowVersionVersionIDResponseBody
Error when uploading the workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# PostGpuEventResponseBody
Error creating run
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# PostMachineEndpointResponseBody
Error creating run
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# PostRunResponseBody
Error creating run
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# PostV1MachinesResponseBody
Error in creating machine
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# PostV1WorkflowsResponseBody
Error in creating workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |

View File

@@ -0,0 +1,11 @@
# PostWorkflowResponseBody
Error when uploading the workflow
## Fields
| Field | Type | Required | Description |
| ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ | ------------------------------------------------------------------ |
| `error` | *str* | :heavy_check_mark: | N/A |
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |