mirror of
https://github.com/LukeHagar/comfy-deploy-python.git
synced 2025-12-06 12:27:45 +00:00
init
This commit is contained in:
9
docs/models/components/httpmetadata.md
Normal file
9
docs/models/components/httpmetadata.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# HTTPMetadata
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `response` | [requests.Response](https://requests.readthedocs.io/en/latest/api/#requests.Response) | :heavy_check_mark: | Raw HTTP response; suitable for custom response parsing |
|
||||
| `request` | [requests.Request](https://requests.readthedocs.io/en/latest/api/#requests.Request) | :heavy_check_mark: | Raw HTTP request; suitable for debugging |
|
||||
8
docs/models/components/security.md
Normal file
8
docs/models/components/security.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# Security
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `bearer_auth` | *str* | :heavy_check_mark: | N/A |
|
||||
11
docs/models/errors/getauthresponserequestidresponsebody.md
Normal file
11
docs/models/errors/getauthresponserequestidresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getdeploymentidinputsresponsebody.md
Normal file
11
docs/models/errors/getdeploymentidinputsresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getdeploymentresponsebody.md
Normal file
11
docs/models/errors/getdeploymentresponsebody.md
Normal 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 |
|
||||
12
docs/models/errors/getrunresponsebody.md
Normal file
12
docs/models/errors/getrunresponsebody.md
Normal 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 | |
|
||||
11
docs/models/errors/getrunrunresponsebody.md
Normal file
11
docs/models/errors/getrunrunresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getuploadurlresponsebody.md
Normal file
11
docs/models/errors/getuploadurlresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getv1machinesmachineidresponsebody.md
Normal file
11
docs/models/errors/getv1machinesmachineidresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getv1machinesresponsebody.md
Normal file
11
docs/models/errors/getv1machinesresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getv1workflowsresponsebody.md
Normal file
11
docs/models/errors/getv1workflowsresponsebody.md
Normal 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 |
|
||||
@@ -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 |
|
||||
11
docs/models/errors/getv1workflowsworkflowidresponsebody.md
Normal file
11
docs/models/errors/getv1workflowsworkflowidresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getwebsocketdeploymentidresponsebody.md
Normal file
11
docs/models/errors/getwebsocketdeploymentidresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/getworkflowidresponsebody.md
Normal file
11
docs/models/errors/getworkflowidresponsebody.md
Normal 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 |
|
||||
@@ -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 |
|
||||
11
docs/models/errors/postgpueventresponsebody.md
Normal file
11
docs/models/errors/postgpueventresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/postmachineendpointresponsebody.md
Normal file
11
docs/models/errors/postmachineendpointresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/postrunresponsebody.md
Normal file
11
docs/models/errors/postrunresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/postv1machinesresponsebody.md
Normal file
11
docs/models/errors/postv1machinesresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/postv1workflowsresponsebody.md
Normal file
11
docs/models/errors/postv1workflowsresponsebody.md
Normal 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 |
|
||||
11
docs/models/errors/postworkflowresponsebody.md
Normal file
11
docs/models/errors/postworkflowresponsebody.md
Normal 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 |
|
||||
15
docs/models/operations/customnodes.md
Normal file
15
docs/models/operations/customnodes.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# CustomNodes
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
|
||||
| `name` | *str* | :heavy_check_mark: | N/A |
|
||||
| `url` | *str* | :heavy_check_mark: | N/A |
|
||||
| `node` | List[[operations.Node](../../models/operations/node.md)] | :heavy_minus_sign: | N/A |
|
||||
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `files` | List[*str*] | :heavy_minus_sign: | N/A |
|
||||
| `install_type` | [Optional[operations.InstallType]](../../models/operations/installtype.md) | :heavy_minus_sign: | N/A |
|
||||
| `warning` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `pip` | List[*str*] | :heavy_minus_sign: | N/A |
|
||||
12
docs/models/operations/dependencies.md
Normal file
12
docs/models/operations/dependencies.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Dependencies
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
|
||||
| `comfyui` | *str* | :heavy_check_mark: | N/A |
|
||||
| `missing_nodes` | List[*str*] | :heavy_check_mark: | N/A |
|
||||
| `custom_nodes` | Dict[str, [operations.CustomNodes](../../models/operations/customnodes.md)] | :heavy_check_mark: | N/A |
|
||||
| `models` | Dict[str, List[[operations.Models](../../models/operations/models.md)]] | :heavy_check_mark: | N/A |
|
||||
| `files` | Dict[str, List[[operations.Files](../../models/operations/files.md)]] | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/environment.md
Normal file
9
docs/models/operations/environment.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Environment
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------ | ------------ |
|
||||
| `PRODUCTION` | production |
|
||||
| `STAGING` | staging |
|
||||
9
docs/models/operations/eventtype.md
Normal file
9
docs/models/operations/eventtype.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# EventType
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ----------- | ----------- |
|
||||
| `GPU_START` | gpu_start |
|
||||
| `GPU_END` | gpu_end |
|
||||
9
docs/models/operations/fields.md
Normal file
9
docs/models/operations/fields.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Fields
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| --------- | --------- |
|
||||
| `FULL` | full |
|
||||
| `MINIMAL` | minimal |
|
||||
10
docs/models/operations/files.md
Normal file
10
docs/models/operations/files.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Files
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `name` | *str* | :heavy_check_mark: | N/A |
|
||||
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `url` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
@@ -0,0 +1,10 @@
|
||||
# GetAuthResponseRequestIDComfyuiResponseBody
|
||||
|
||||
The API key is not yet ready
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `message` | *str* | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,8 @@
|
||||
# GetAuthResponseRequestIDRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `request_id` | *str* | :heavy_check_mark: | N/A |
|
||||
10
docs/models/operations/getauthresponserequestidresponse.md
Normal file
10
docs/models/operations/getauthresponserequestidresponse.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetAuthResponseRequestIDResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `two_hundred_application_json_object` | [Optional[operations.GetAuthResponseRequestIDResponseBody]](../../models/operations/getauthresponserequestidresponsebody.md) | :heavy_minus_sign: | The returned API Key |
|
||||
| `two_hundred_and_one_application_json_object` | [Optional[operations.GetAuthResponseRequestIDComfyuiResponseBody]](../../models/operations/getauthresponserequestidcomfyuiresponsebody.md) | :heavy_minus_sign: | The API key is not yet ready |
|
||||
@@ -0,0 +1,11 @@
|
||||
# GetAuthResponseRequestIDResponseBody
|
||||
|
||||
The returned API Key
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `api_key` | *str* | :heavy_check_mark: | N/A |
|
||||
| `name` | *str* | :heavy_check_mark: | N/A |
|
||||
8
docs/models/operations/getdeploymentidinputsrequest.md
Normal file
8
docs/models/operations/getdeploymentidinputsrequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetDeploymentIDInputsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/getdeploymentidinputsresponse.md
Normal file
9
docs/models/operations/getdeploymentidinputsresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetDeploymentIDInputsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ | ------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `response_bodies` | List[[operations.ResponseBody](../../models/operations/responsebody.md)] | :heavy_minus_sign: | Retrieve the output |
|
||||
8
docs/models/operations/getdeploymentrequest.md
Normal file
8
docs/models/operations/getdeploymentrequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetDeploymentRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- | -------------------------------------------------------------------------- |
|
||||
| `environment` | [Optional[operations.Environment]](../../models/operations/environment.md) | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/getdeploymentresponse.md
Normal file
9
docs/models/operations/getdeploymentresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetDeploymentResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `response_bodies` | List[[operations.GetDeploymentResponseBody](../../models/operations/getdeploymentresponsebody.md)] | :heavy_minus_sign: | Display all production workflows |
|
||||
7
docs/models/operations/getdeploymentresponsebody.md
Normal file
7
docs/models/operations/getdeploymentresponsebody.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# GetDeploymentResponseBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
12
docs/models/operations/getrungpu.md
Normal file
12
docs/models/operations/getrungpu.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetRunGpu
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `T4` | T4 |
|
||||
| `L4` | L4 |
|
||||
| `A10_G` | A10G |
|
||||
| `A100` | A100 |
|
||||
| `H100` | H100 |
|
||||
8
docs/models/operations/getrunrequest.md
Normal file
8
docs/models/operations/getrunrequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetRunRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `run_id` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/getrunresponse.md
Normal file
9
docs/models/operations/getrunresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetRunResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetRunResponseBody]](../../models/operations/getrunresponsebody.md) | :heavy_minus_sign: | Retrieve the output |
|
||||
33
docs/models/operations/getrunresponsebody.md
Normal file
33
docs/models/operations/getrunresponsebody.md
Normal file
@@ -0,0 +1,33 @@
|
||||
# GetRunResponseBody
|
||||
|
||||
Retrieve the output
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------- |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A | |
|
||||
| `workflow_version_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `workflow_inputs` | [operations.WorkflowInputs](../../models/operations/workflowinputs.md) | :heavy_check_mark: | N/A | {<br/>"input_text": "some external text input",<br/>"input_image": "https://somestatic.png"<br/>} |
|
||||
| `workflow_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `workflow_api` | [operations.GetRunWorkflowAPI](../../models/operations/getrunworkflowapi.md) | :heavy_check_mark: | N/A | {} |
|
||||
| `machine_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `origin` | [operations.Origin](../../models/operations/origin.md) | :heavy_check_mark: | N/A | |
|
||||
| `status` | [operations.Status](../../models/operations/status.md) | :heavy_check_mark: | N/A | |
|
||||
| `ended_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `created_at` | *str* | :heavy_check_mark: | N/A | |
|
||||
| `queued_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `started_at` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `gpu` | [Optional[operations.GetRunGpu]](../../models/operations/getrungpu.md) | :heavy_check_mark: | N/A | |
|
||||
| `machine_version` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `machine_type` | [Optional[operations.MachineType]](../../models/operations/machinetype.md) | :heavy_check_mark: | N/A | |
|
||||
| `modal_function_call_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `org_id` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `run_log` | [operations.RunLog](../../models/operations/runlog.md) | :heavy_check_mark: | N/A | [<br/>{<br/>"logs": "some logs",<br/>"timestamp": 1706631877.3831277<br/>}<br/>] |
|
||||
| `live_status` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `progress` | *float* | :heavy_check_mark: | N/A | |
|
||||
| `is_realtime` | *bool* | :heavy_check_mark: | N/A | |
|
||||
| `webhook` | *Optional[str]* | :heavy_check_mark: | N/A | |
|
||||
| `webhook_status` | [Optional[operations.WebhookStatus]](../../models/operations/webhookstatus.md) | :heavy_check_mark: | N/A | |
|
||||
7
docs/models/operations/getrunworkflowapi.md
Normal file
7
docs/models/operations/getrunworkflowapi.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# GetRunWorkflowAPI
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
9
docs/models/operations/getuploadurlrequest.md
Normal file
9
docs/models/operations/getuploadurlrequest.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetUploadURLRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- | -------------------------------------------------- |
|
||||
| `type` | [operations.Type](../../models/operations/type.md) | :heavy_check_mark: | N/A |
|
||||
| `file_size` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/getuploadurlresponse.md
Normal file
9
docs/models/operations/getuploadurlresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetUploadURLResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetUploadURLResponseBody]](../../models/operations/getuploadurlresponsebody.md) | :heavy_minus_sign: | Retrieve the output |
|
||||
12
docs/models/operations/getuploadurlresponsebody.md
Normal file
12
docs/models/operations/getuploadurlresponsebody.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GetUploadURLResponseBody
|
||||
|
||||
Retrieve the output
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `upload_url` | *str* | :heavy_check_mark: | N/A |
|
||||
| `file_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `download_url` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/getv1machinesmachineidrequest.md
Normal file
9
docs/models/operations/getv1machinesmachineidrequest.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetV1MachinesMachineIDRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `machine_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `ext_urls` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/getv1machinesmachineidresponse.md
Normal file
9
docs/models/operations/getv1machinesmachineidresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetV1MachinesMachineIDResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetV1MachinesMachineIDResponseBody]](../../models/operations/getv1machinesmachineidresponsebody.md) | :heavy_minus_sign: | Specific machine retrieved successfully |
|
||||
16
docs/models/operations/getv1machinesmachineidresponsebody.md
Normal file
16
docs/models/operations/getv1machinesmachineidresponsebody.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# GetV1MachinesMachineIDResponseBody
|
||||
|
||||
Specific machine retrieved successfully
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `name` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `type` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `status` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `created_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `updated_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `message` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/getv1machinesrequest.md
Normal file
10
docs/models/operations/getv1machinesrequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetV1MachinesRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| `page` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `page_size` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `fields` | [Optional[operations.Fields]](../../models/operations/fields.md) | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/getv1machinesresponse.md
Normal file
9
docs/models/operations/getv1machinesresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetV1MachinesResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetV1MachinesResponseBody]](../../models/operations/getv1machinesresponsebody.md) | :heavy_minus_sign: | Machines retrieved successfully |
|
||||
11
docs/models/operations/getv1machinesresponsebody.md
Normal file
11
docs/models/operations/getv1machinesresponsebody.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# GetV1MachinesResponseBody
|
||||
|
||||
Machines retrieved successfully
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| `machines` | List[[operations.Machines](../../models/operations/machines.md)] | :heavy_check_mark: | N/A |
|
||||
| `total` | *float* | :heavy_check_mark: | N/A |
|
||||
10
docs/models/operations/getv1workflowsrequest.md
Normal file
10
docs/models/operations/getv1workflowsrequest.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# GetV1WorkflowsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `page` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `page_size` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `search` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/getv1workflowsresponse.md
Normal file
9
docs/models/operations/getv1workflowsresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetV1WorkflowsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `response_bodies` | List[[operations.GetV1WorkflowsResponseBody](../../models/operations/getv1workflowsresponsebody.md)] | :heavy_minus_sign: | Workflows retrieved successfully |
|
||||
16
docs/models/operations/getv1workflowsresponsebody.md
Normal file
16
docs/models/operations/getv1workflowsresponsebody.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# GetV1WorkflowsResponseBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- | ---------------------------------------------------------------- |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `name` | *str* | :heavy_check_mark: | N/A |
|
||||
| `selected_machine_id` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `count` | *str* | :heavy_check_mark: | N/A |
|
||||
| `user` | [operations.User](../../models/operations/user.md) | :heavy_check_mark: | N/A |
|
||||
| `versions` | List[[operations.Versions](../../models/operations/versions.md)] | :heavy_check_mark: | N/A |
|
||||
| `deployments` | List[*Any*] | :heavy_check_mark: | N/A |
|
||||
| `runs` | List[*Any*] | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,12 @@
|
||||
# GetV1WorkflowsWorkflowIDOutputsRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
||||
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `page` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `page_size` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `search` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `run_origin` | [Optional[operations.QueryParamRunOrigin]](../../models/operations/queryparamrunorigin.md) | :heavy_minus_sign: | N/A |
|
||||
@@ -0,0 +1,9 @@
|
||||
# GetV1WorkflowsWorkflowIDOutputsResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetV1WorkflowsWorkflowIDOutputsResponseBody]](../../models/operations/getv1workflowsworkflowidoutputsresponsebody.md) | :heavy_minus_sign: | Specific workflow retrieved successfully |
|
||||
@@ -0,0 +1,11 @@
|
||||
# GetV1WorkflowsWorkflowIDOutputsResponseBody
|
||||
|
||||
Specific workflow retrieved successfully
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- | -------------------------------------------------------------- |
|
||||
| `outputs` | List[[operations.Outputs](../../models/operations/outputs.md)] | :heavy_check_mark: | N/A |
|
||||
| `total` | *float* | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,8 @@
|
||||
# GetV1WorkflowsWorkflowIDRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,9 @@
|
||||
# GetV1WorkflowsWorkflowIDResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetV1WorkflowsWorkflowIDResponseBody]](../../models/operations/getv1workflowsworkflowidresponsebody.md) | :heavy_minus_sign: | Specific workflow retrieved successfully |
|
||||
@@ -0,0 +1,17 @@
|
||||
# GetV1WorkflowsWorkflowIDResponseBody
|
||||
|
||||
Specific workflow retrieved successfully
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------- |
|
||||
| `name` | *str* | :heavy_check_mark: | N/A |
|
||||
| `user_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `selected_machine_id` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `created_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `versions` | List[[operations.GetV1WorkflowsWorkflowIDVersions](../../models/operations/getv1workflowsworkflowidversions.md)] | :heavy_check_mark: | N/A |
|
||||
| `org_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
17
docs/models/operations/getv1workflowsworkflowidversions.md
Normal file
17
docs/models/operations/getv1workflowsworkflowidversions.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# GetV1WorkflowsWorkflowIDVersions
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `comment` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `version` | *float* | :heavy_check_mark: | N/A |
|
||||
| `snapshot` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `dependencies` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `created_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `workflow` | *Optional[Any]* | :heavy_minus_sign: | N/A |
|
||||
| `workflow_api` | *Optional[Any]* | :heavy_minus_sign: | N/A |
|
||||
@@ -0,0 +1,8 @@
|
||||
# GetWebsocketDeploymentIDRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `deployment_id` | *str* | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,9 @@
|
||||
# GetWebsocketDeploymentIDResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetWebsocketDeploymentIDResponseBody]](../../models/operations/getwebsocketdeploymentidresponsebody.md) | :heavy_minus_sign: | Workflow queued |
|
||||
@@ -0,0 +1,10 @@
|
||||
# GetWebsocketDeploymentIDResponseBody
|
||||
|
||||
Workflow queued
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------- | ------------------- | ------------------- | ------------------- |
|
||||
| `ws_connection_url` | *str* | :heavy_check_mark: | N/A |
|
||||
7
docs/models/operations/getworkflowiddependencies.md
Normal file
7
docs/models/operations/getworkflowiddependencies.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowIDDependencies
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
8
docs/models/operations/getworkflowidrequest.md
Normal file
8
docs/models/operations/getworkflowidrequest.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# GetWorkflowIDRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/getworkflowidresponse.md
Normal file
9
docs/models/operations/getworkflowidresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GetWorkflowIDResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetWorkflowIDResponseBody]](../../models/operations/getworkflowidresponsebody.md) | :heavy_minus_sign: | Retrieve the output |
|
||||
20
docs/models/operations/getworkflowidresponsebody.md
Normal file
20
docs/models/operations/getworkflowidresponsebody.md
Normal file
@@ -0,0 +1,20 @@
|
||||
# GetWorkflowIDResponseBody
|
||||
|
||||
Retrieve the output
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------- |
|
||||
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `workflow` | [operations.GetWorkflowIDWorkflow](../../models/operations/getworkflowidworkflow.md) | :heavy_check_mark: | N/A |
|
||||
| `workflow_api` | [operations.GetWorkflowIDWorkflowAPI](../../models/operations/getworkflowidworkflowapi.md) | :heavy_check_mark: | N/A |
|
||||
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `comment` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `version` | *float* | :heavy_check_mark: | N/A |
|
||||
| `snapshot` | [operations.GetWorkflowIDSnapshot](../../models/operations/getworkflowidsnapshot.md) | :heavy_check_mark: | N/A |
|
||||
| `dependencies` | [operations.GetWorkflowIDDependencies](../../models/operations/getworkflowiddependencies.md) | :heavy_check_mark: | N/A |
|
||||
| `created_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
||||
7
docs/models/operations/getworkflowidsnapshot.md
Normal file
7
docs/models/operations/getworkflowidsnapshot.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowIDSnapshot
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
7
docs/models/operations/getworkflowidworkflow.md
Normal file
7
docs/models/operations/getworkflowidworkflow.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowIDWorkflow
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
7
docs/models/operations/getworkflowidworkflowapi.md
Normal file
7
docs/models/operations/getworkflowidworkflowapi.md
Normal file
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowIDWorkflowAPI
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowVersionVersionIDDependencies
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,8 @@
|
||||
# GetWorkflowVersionVersionIDRequest
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `version_id` | *str* | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,9 @@
|
||||
# GetWorkflowVersionVersionIDResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.GetWorkflowVersionVersionIDResponseBody]](../../models/operations/getworkflowversionversionidresponsebody.md) | :heavy_minus_sign: | Retrieve the output |
|
||||
@@ -0,0 +1,20 @@
|
||||
# GetWorkflowVersionVersionIDResponseBody
|
||||
|
||||
Retrieve the output
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------ |
|
||||
| `workflow_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `workflow` | [operations.Workflow](../../models/operations/workflow.md) | :heavy_check_mark: | N/A |
|
||||
| `workflow_api` | [operations.GetWorkflowVersionVersionIDWorkflowAPI](../../models/operations/getworkflowversionversionidworkflowapi.md) | :heavy_check_mark: | N/A |
|
||||
| `user_id` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `comment` | *Optional[str]* | :heavy_check_mark: | N/A |
|
||||
| `version` | *float* | :heavy_check_mark: | N/A |
|
||||
| `snapshot` | [operations.GetWorkflowVersionVersionIDSnapshot](../../models/operations/getworkflowversionversionidsnapshot.md) | :heavy_check_mark: | N/A |
|
||||
| `dependencies` | [operations.GetWorkflowVersionVersionIDDependencies](../../models/operations/getworkflowversionversioniddependencies.md) | :heavy_check_mark: | N/A |
|
||||
| `created_at` | *str* | :heavy_check_mark: | N/A |
|
||||
| `updated_at` | *str* | :heavy_check_mark: | N/A |
|
||||
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowVersionVersionIDSnapshot
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
@@ -0,0 +1,7 @@
|
||||
# GetWorkflowVersionVersionIDWorkflowAPI
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ----------- | ----------- | ----------- | ----------- |
|
||||
9
docs/models/operations/gitcustomnodes.md
Normal file
9
docs/models/operations/gitcustomnodes.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GitCustomNodes
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `hash` | *str* | :heavy_check_mark: | N/A |
|
||||
| `disabled` | *bool* | :heavy_check_mark: | N/A |
|
||||
12
docs/models/operations/gpu.md
Normal file
12
docs/models/operations/gpu.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Gpu
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `T4` | T4 |
|
||||
| `L4` | L4 |
|
||||
| `A10_G` | A10G |
|
||||
| `A100` | A100 |
|
||||
| `H100` | H100 |
|
||||
9
docs/models/operations/gpuprovider.md
Normal file
9
docs/models/operations/gpuprovider.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# GpuProvider
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| -------- | -------- |
|
||||
| `MODAL` | modal |
|
||||
| `RUNPOD` | runpod |
|
||||
12
docs/models/operations/gputype.md
Normal file
12
docs/models/operations/gputype.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# GpuType
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `T4` | T4 |
|
||||
| `L4` | L4 |
|
||||
| `A10_G` | A10G |
|
||||
| `A100` | A100 |
|
||||
| `H100` | H100 |
|
||||
17
docs/models/operations/inputs.md
Normal file
17
docs/models/operations/inputs.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# Inputs
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `str`
|
||||
|
||||
```python
|
||||
value: str = /* values here */
|
||||
```
|
||||
|
||||
### `float`
|
||||
|
||||
```python
|
||||
value: float = /* values here */
|
||||
```
|
||||
|
||||
17
docs/models/operations/installtype.md
Normal file
17
docs/models/operations/installtype.md
Normal file
@@ -0,0 +1,17 @@
|
||||
# InstallType
|
||||
|
||||
|
||||
## Supported Types
|
||||
|
||||
### `operations.One`
|
||||
|
||||
```python
|
||||
value: operations.One = /* values here */
|
||||
```
|
||||
|
||||
### `str`
|
||||
|
||||
```python
|
||||
value: str = /* values here */
|
||||
```
|
||||
|
||||
15
docs/models/operations/machines.md
Normal file
15
docs/models/operations/machines.md
Normal file
@@ -0,0 +1,15 @@
|
||||
# Machines
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `endpoints` | List[*str*] | :heavy_check_mark: | N/A |
|
||||
| `name` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `type` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `status` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `created_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `updated_at` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `object_info` | *Optional[Any]* | :heavy_minus_sign: | N/A |
|
||||
13
docs/models/operations/machinetype.md
Normal file
13
docs/models/operations/machinetype.md
Normal file
@@ -0,0 +1,13 @@
|
||||
# MachineType
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------------------------- | ------------------------- |
|
||||
| `CLASSIC` | classic |
|
||||
| `RUNPOD_SERVERLESS` | runpod-serverless |
|
||||
| `MODAL_SERVERLESS` | modal-serverless |
|
||||
| `COMFY_DEPLOY_SERVERLESS` | comfy-deploy-serverless |
|
||||
| `WORKSPACE` | workspace |
|
||||
| `WORKSPACE_V2` | workspace-v2 |
|
||||
10
docs/models/operations/models.md
Normal file
10
docs/models/operations/models.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Models
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `name` | *str* | :heavy_check_mark: | N/A |
|
||||
| `hash` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `url` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/node.md
Normal file
9
docs/models/operations/node.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Node
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `inputs` | Dict[str, *Any*] | :heavy_check_mark: | N/A |
|
||||
| `class_type` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
10
docs/models/operations/one.md
Normal file
10
docs/models/operations/one.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# One
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ----------- | ----------- |
|
||||
| `COPY` | copy |
|
||||
| `UNZIP` | unzip |
|
||||
| `GIT_CLONE` | git-clone |
|
||||
12
docs/models/operations/origin.md
Normal file
12
docs/models/operations/origin.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Origin
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ----------------- | ----------------- |
|
||||
| `MANUAL` | manual |
|
||||
| `API` | api |
|
||||
| `PUBLIC_SHARE` | public-share |
|
||||
| `PUBLIC_TEMPLATE` | public-template |
|
||||
| `WORKSPACE` | workspace |
|
||||
10
docs/models/operations/outputs.md
Normal file
10
docs/models/operations/outputs.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# Outputs
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `file_ur_ls` | List[*str*] | :heavy_check_mark: | N/A |
|
||||
| `run_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `duration` | *float* | :heavy_check_mark: | N/A |
|
||||
16
docs/models/operations/postgpueventrequestbody.md
Normal file
16
docs/models/operations/postgpueventrequestbody.md
Normal file
@@ -0,0 +1,16 @@
|
||||
# PostGpuEventRequestBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
||||
| `machine_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `timestamp` | *str* | :heavy_check_mark: | N/A |
|
||||
| `event_type` | [operations.EventType](../../models/operations/eventtype.md) | :heavy_check_mark: | N/A |
|
||||
| `gpu_provider` | [operations.GpuProvider](../../models/operations/gpuprovider.md) | :heavy_check_mark: | N/A |
|
||||
| `gpu_type` | [Optional[operations.GpuType]](../../models/operations/gputype.md) | :heavy_minus_sign: | N/A |
|
||||
| `ws_gpu_type` | [Optional[operations.WsGpuType]](../../models/operations/wsgputype.md) | :heavy_minus_sign: | N/A |
|
||||
| `event_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
| `is_workspace` | *Optional[bool]* | :heavy_minus_sign: | N/A |
|
||||
| `user_or_org_id` | *Optional[str]* | :heavy_minus_sign: | N/A |
|
||||
9
docs/models/operations/postgpueventresponse.md
Normal file
9
docs/models/operations/postgpueventresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# PostGpuEventResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.PostGpuEventResponseBody]](../../models/operations/postgpueventresponsebody.md) | :heavy_minus_sign: | Machine event registered |
|
||||
10
docs/models/operations/postgpueventresponsebody.md
Normal file
10
docs/models/operations/postgpueventresponsebody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# PostGpuEventResponseBody
|
||||
|
||||
Machine event registered
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `event_id` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/postmachineendpointrequestbody.md
Normal file
9
docs/models/operations/postmachineendpointrequestbody.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# PostMachineEndpointRequestBody
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `machine_id` | *str* | :heavy_check_mark: | N/A |
|
||||
| `type` | *str* | :heavy_check_mark: | N/A |
|
||||
9
docs/models/operations/postmachineendpointresponse.md
Normal file
9
docs/models/operations/postmachineendpointresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# PostMachineEndpointResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.PostMachineEndpointResponseBody]](../../models/operations/postmachineendpointresponsebody.md) | :heavy_minus_sign: | Create short lived machine endpoint |
|
||||
11
docs/models/operations/postmachineendpointresponsebody.md
Normal file
11
docs/models/operations/postmachineendpointresponsebody.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# PostMachineEndpointResponseBody
|
||||
|
||||
Create short lived machine endpoint
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `url` | *str* | :heavy_check_mark: | N/A |
|
||||
| `gpu` | *str* | :heavy_check_mark: | N/A |
|
||||
21
docs/models/operations/postrunrequestbody.md
Normal file
21
docs/models/operations/postrunrequestbody.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# PostRunRequestBody
|
||||
|
||||
Run options
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description | Example |
|
||||
| ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
||||
| `deployment_id` | *Optional[str]* | :heavy_minus_sign: | Deployment ID to run | d290f1ee-6c54-4b01-90e6-d701748f0851 |
|
||||
| `workflow_api` | *Optional[Any]* | :heavy_minus_sign: | Workflow API JSON to run | |
|
||||
| `workflow_id` | *Optional[str]* | :heavy_minus_sign: | Workflow ID to run | f47ac10b-58cc-4372-a567-0e02b2c3d479 |
|
||||
| `machine_id` | *Optional[str]* | :heavy_minus_sign: | N/A | |
|
||||
| `gpu` | [Optional[operations.Gpu]](../../models/operations/gpu.md) | :heavy_minus_sign: | N/A | |
|
||||
| `concurrency_limit` | *Optional[float]* | :heavy_minus_sign: | N/A | |
|
||||
| `private_volume_name` | *Optional[str]* | :heavy_minus_sign: | N/A | |
|
||||
| `timeout` | *Optional[float]* | :heavy_minus_sign: | N/A | |
|
||||
| `run_origin` | [Optional[operations.RunOrigin]](../../models/operations/runorigin.md) | :heavy_minus_sign: | N/A | |
|
||||
| `inputs` | Dict[str, [operations.Inputs](../../models/operations/inputs.md)] | :heavy_minus_sign: | External inputs to the workflow | {<br/>"input_text": "value1",<br/>"input_url": "https://example.png"<br/>} |
|
||||
| `webhook` | *Optional[str]* | :heavy_minus_sign: | Webhook URL to receive workflow updates | https://example.com/webhook |
|
||||
| `stream` | *Optional[bool]* | :heavy_minus_sign: | Whether to return a streaming url | |
|
||||
9
docs/models/operations/postrunresponse.md
Normal file
9
docs/models/operations/postrunresponse.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# PostRunResponse
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------ |
|
||||
| `http_meta` | [components.HTTPMetadata](../../models/components/httpmetadata.md) | :heavy_check_mark: | N/A |
|
||||
| `object` | [Optional[operations.PostRunResponseBody]](../../models/operations/postrunresponsebody.md) | :heavy_minus_sign: | Workflow queued |
|
||||
10
docs/models/operations/postrunresponsebody.md
Normal file
10
docs/models/operations/postrunresponsebody.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# PostRunResponseBody
|
||||
|
||||
Workflow queued
|
||||
|
||||
|
||||
## Fields
|
||||
|
||||
| Field | Type | Required | Description |
|
||||
| ------------------ | ------------------ | ------------------ | ------------------ |
|
||||
| `run_id` | *str* | :heavy_check_mark: | N/A |
|
||||
8
docs/models/operations/postv1machinesgpu.md
Normal file
8
docs/models/operations/postv1machinesgpu.md
Normal file
@@ -0,0 +1,8 @@
|
||||
# PostV1MachinesGpu
|
||||
|
||||
|
||||
## Values
|
||||
|
||||
| Name | Value |
|
||||
| ------- | ------- |
|
||||
| `A10_G` | A10G |
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user