AIMPInferExample
  1. WorkspaceTemplateService
AIMPInferExample
  • ServiceService
    • /apis/v1beta/service/{name}
      GET
    • /apis/v1beta1/{namespace}/service
      GET
    • /apis/v1beta1/{namespace}/service/{name}
      GET
  • WorkflowService
    • /apis/v1beta/{namespace}/field/workflow_executions/{fieldName}
      GET
    • /apis/v1beta1/{namespace}/workflow_execution/statistics
      GET
    • /apis/v1beta1/{namespace}/workflow_executions
      GET
    • Creates a Workflow
      POST
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}
      GET
    • Clone a Workflow. This is the same as running it again.
      POST
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/cron_start_statistics
      POST
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/metric
      POST
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/metric
      PUT
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/pods/{podName}/containers/{containerName}/logs
      GET
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/pods/{podName}/metrics
      GET
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/resubmit
      PUT
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/statistics
      POST
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/status
      PUT
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/terminate
      PUT
    • /apis/v1beta1/{namespace}/workflow_executions/{uid}/watch
      GET
  • WorkflowTemplateService
    • /apis/v1beta/{namespace}/field/workflow_templates/{fieldName}
    • /apis/v1beta1/{namespace}/workflow_templates
    • /apis/v1beta1/{namespace}/workflow_templates
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/archive
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/clone/{name}
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/clone/{name}/{version}
    • Get the generated WorkflowTemplate, applying any modifications based on the content
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/versions
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/versions/{version}
    • /apis/v1beta1/{namespace}/workflow_templates/{workflowTemplate.uid}/versions
  • WorkspaceTemplateService
    • /apis/v1beta/{namespace}/field/workspace_templates/{fieldName}
      GET
    • /apis/v1beta1/{namespace}/workspace_templates
      GET
    • Creates a WorkspaceTemplate
      POST
    • Get a WorkspaceTemplate
      GET
    • Updates a WorkspaceTemplate
      PUT
    • Archives a WorkspaceTemplate
      PUT
    • /apis/v1beta1/{namespace}/workspace_templates/{uid}/versions
      GET
    • Get the generated WorkflowTemplate for a WorkspaceTemplate
      POST
  • WorkspaceService
    • /apis/v1beta/{namespace}/field/workspaces/{fieldName}
    • /apis/v1beta1/{namespace}/workspace/statistics
    • /apis/v1beta1/{namespace}/workspaces
    • /apis/v1beta1/{namespace}/workspaces
    • /apis/v1beta1/{namespace}/workspaces/{uid}
    • /apis/v1beta1/{namespace}/workspaces/{uid}
    • /apis/v1beta1/{namespace}/workspaces/{uid}
    • /apis/v1beta1/{namespace}/workspaces/{uid}/containers/{containerName}/logs
    • /apis/v1beta1/{namespace}/workspaces/{uid}/pause
    • /apis/v1beta1/{namespace}/workspaces/{uid}/resume
    • /apis/v1beta1/{namespace}/workspaces/{uid}/retry
    • /apis/v1beta1/{namespace}/workspaces/{uid}/status
  • AuthService
    • /apis/v1beta1/auth
    • /apis/v1beta1/auth/get_access_token
    • /apis/v1beta1/auth/token
  • ConfigService
    • /apis/v1beta1/config
    • /apis/v1beta1/{namespace}/config
  • NamespaceService
    • /apis/v1beta1/namespaces
    • /apis/v1beta1/namespaces
  • CronWorkflowService
    • /apis/v1beta1/{namespace}/cron_workflow
    • /apis/v1beta1/{namespace}/cron_workflow/{uid}
    • /apis/v1beta1/{namespace}/cron_workflow/{uid}
    • /apis/v1beta1/{namespace}/cron_workflows
    • /apis/v1beta1/{namespace}/cron_workflows/{uid}
    • /apis/v1beta1/{namespace}/cron_workflows/{workflowTemplateName}
  • FileService
    • /apis/v1beta1/{namespace}/files/list/{path}
    • /apis/v1beta1/{namespace}/files/presigned-url/{key}
  • InferenceService
    • /apis/v1beta1/{namespace}/inferenceservice
    • /apis/v1beta1/{namespace}/inferenceservice/{name}
    • /apis/v1beta1/{namespace}/inferenceservice/{name}
  • SecretService
    • /apis/v1beta1/{namespace}/secrets
    • /apis/v1beta1/{namespace}/secrets
    • /apis/v1beta1/{namespace}/secrets/{name}
    • /apis/v1beta1/{namespace}/secrets/{name}
    • /apis/v1beta1/{namespace}/secrets/{name}/exists
    • /apis/v1beta1/{namespace}/secrets/{secret.name}
    • /apis/v1beta1/{namespace}/secrets/{secret.name}
    • /apis/v1beta1/{namespace}/secrets/{secretName}/keys/{key}
  • LabelService
    • /apis/v1beta1/{namespace}/{resource}/labels
    • /apis/v1beta1/{namespace}/{resource}/{uid}/labels
    • /apis/v1beta1/{namespace}/{resource}/{uid}/labels
    • /apis/v1beta1/{namespace}/{resource}/{uid}/labels
    • /apis/v1beta1/{namespace}/{resource}/{uid}/labels/{key}
  • inferExamples
    • /apis/v1beta1/auth/token Copy
    • /apis/v1beta1/auth/get_access_token Copy
    • /apis/v1beta1/{namespace}/inferenceservice/{name} Copy
    • inferTest
  1. WorkspaceTemplateService

Updates a WorkspaceTemplate

开发中
PUT
/apis/v1beta1/{namespace}/workspace_templates/{uid}

请求参数

Path 参数
namespace
string 
必需
uid
string 
必需
Body 参数application/json
uid
string 
可选
name
string 
可选
version
string <int64>
可选
manifest
string 
可选
isLatest
boolean 
可选
createdAt
string 
可选
workflowTemplate
object (WorkflowTemplate) 
可选
createdAt
string 
可选
modifiedAt
string 
可选
uid
string 
可选
name
string 
可选
version
string <int64>
可选
versions
string <int64>
可选
manifest
string 
可选
isLatest
boolean 
可选
isArchived
boolean 
可选
labels
array[object (KeyValue) {2}] 
可选
stats
object (WorkflowExecutionStatisticReport) 
可选
cronStats
object (CronWorkflowStatisticsReport) 
可选
parameters
array[object (Parameter) {8}] 
可选
description
string 
可选
labels
array[object (KeyValue) {2}] 
可选
key
string 
可选
value
string 
可选
isArchived
boolean 
可选
description
string 
可选
示例
{
    "uid": "string",
    "name": "string",
    "version": "string",
    "manifest": "string",
    "isLatest": true,
    "createdAt": "string",
    "workflowTemplate": {
        "createdAt": "string",
        "modifiedAt": "string",
        "uid": "string",
        "name": "string",
        "version": "string",
        "versions": "string",
        "manifest": "string",
        "isLatest": true,
        "isArchived": true,
        "labels": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "stats": {
            "total": 0,
            "lastExecuted": "string",
            "running": 0,
            "completed": 0,
            "failed": 0,
            "terminated": 0
        },
        "cronStats": {
            "total": 0
        },
        "parameters": [
            {
                "name": "string",
                "value": "string",
                "type": "string",
                "displayName": "string",
                "hint": "string",
                "required": true,
                "visibility": "string",
                "options": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ]
            }
        ],
        "description": "string"
    },
    "labels": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "isArchived": true,
    "description": "string"
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request PUT '/apis/v1beta1//workspace_templates/' \
--header 'Content-Type: application/json' \
--data-raw '{
    "uid": "string",
    "name": "string",
    "version": "string",
    "manifest": "string",
    "isLatest": true,
    "createdAt": "string",
    "workflowTemplate": {
        "createdAt": "string",
        "modifiedAt": "string",
        "uid": "string",
        "name": "string",
        "version": "string",
        "versions": "string",
        "manifest": "string",
        "isLatest": true,
        "isArchived": true,
        "labels": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "stats": {
            "total": 0,
            "lastExecuted": "string",
            "running": 0,
            "completed": 0,
            "failed": 0,
            "terminated": 0
        },
        "cronStats": {
            "total": 0
        },
        "parameters": [
            {
                "name": "string",
                "value": "string",
                "type": "string",
                "displayName": "string",
                "hint": "string",
                "required": true,
                "visibility": "string",
                "options": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ]
            }
        ],
        "description": "string"
    },
    "labels": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "isArchived": true,
    "description": "string"
}'

返回响应

🟢200A successful response.
application/json
Body
uid
string 
可选
name
string 
可选
version
string <int64>
可选
manifest
string 
可选
isLatest
boolean 
可选
createdAt
string 
可选
workflowTemplate
object (WorkflowTemplate) 
可选
createdAt
string 
可选
modifiedAt
string 
可选
uid
string 
可选
name
string 
可选
version
string <int64>
可选
versions
string <int64>
可选
manifest
string 
可选
isLatest
boolean 
可选
isArchived
boolean 
可选
labels
array[object (KeyValue) {2}] 
可选
stats
object (WorkflowExecutionStatisticReport) 
可选
cronStats
object (CronWorkflowStatisticsReport) 
可选
parameters
array[object (Parameter) {8}] 
可选
description
string 
可选
labels
array[object (KeyValue) {2}] 
可选
key
string 
可选
value
string 
可选
isArchived
boolean 
可选
description
string 
可选
示例
{
    "uid": "string",
    "name": "string",
    "version": "string",
    "manifest": "string",
    "isLatest": true,
    "createdAt": "string",
    "workflowTemplate": {
        "createdAt": "string",
        "modifiedAt": "string",
        "uid": "string",
        "name": "string",
        "version": "string",
        "versions": "string",
        "manifest": "string",
        "isLatest": true,
        "isArchived": true,
        "labels": [
            {
                "key": "string",
                "value": "string"
            }
        ],
        "stats": {
            "total": 0,
            "lastExecuted": "string",
            "running": 0,
            "completed": 0,
            "failed": 0,
            "terminated": 0
        },
        "cronStats": {
            "total": 0
        },
        "parameters": [
            {
                "name": "string",
                "value": "string",
                "type": "string",
                "displayName": "string",
                "hint": "string",
                "required": true,
                "visibility": "string",
                "options": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ]
            }
        ],
        "description": "string"
    },
    "labels": [
        {
            "key": "string",
            "value": "string"
        }
    ],
    "isArchived": true,
    "description": "string"
}
🔴500An unexpected error response.
修改于 2022-08-21 16:00:58
上一页
Get a WorkspaceTemplate
下一页
Archives a WorkspaceTemplate
Built with