AIMPInferExample
  1. InferenceService
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}
      GET
    • /apis/v1beta1/{namespace}/workflow_templates
      GET
    • /apis/v1beta1/{namespace}/workflow_templates
      POST
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}
      GET
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/archive
      PUT
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/clone/{name}
      GET
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/clone/{name}/{version}
      GET
    • Get the generated WorkflowTemplate, applying any modifications based on the content
      POST
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/versions
      GET
    • /apis/v1beta1/{namespace}/workflow_templates/{uid}/versions/{version}
      GET
    • /apis/v1beta1/{namespace}/workflow_templates/{workflowTemplate.uid}/versions
      POST
  • WorkspaceTemplateService
    • /apis/v1beta/{namespace}/field/workspace_templates/{fieldName}
    • /apis/v1beta1/{namespace}/workspace_templates
    • Creates a WorkspaceTemplate
    • Get a WorkspaceTemplate
    • Updates a WorkspaceTemplate
    • Archives a WorkspaceTemplate
    • /apis/v1beta1/{namespace}/workspace_templates/{uid}/versions
    • Get the generated WorkflowTemplate for a WorkspaceTemplate
  • 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
      POST
    • /apis/v1beta1/{namespace}/inferenceservice/{name}
      GET
    • /apis/v1beta1/{namespace}/inferenceservice/{name}
      DELETE
  • 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. InferenceService

/apis/v1beta1/{namespace}/inferenceservice

开发中
POST
/apis/v1beta1/{namespace}/inferenceservice

请求参数

Path 参数
namespace
string 
必需
Body 参数application/json
namespace
string 
可选
name
string 
可选
defaultTransformerImage
string 
可选
predictor
object (InferenceServicePredictor) 
可选
name
string 
可选
runtimeVersion
string 
可选
storageUri
string 
可选
nodeSelector
string 
可选
minCpu
string 
可选
minMemory
string 
可选
maxCpu
string 
可选
maxMemory
string 
可选
transformer
object (InferenceServiceTransformer) 
可选
containers
array[object (Container) {3}] 
可选
minCpu
string 
可选
minMemory
string 
可选
maxCpu
string 
可选
maxMemory
string 
可选
示例
{
    "namespace": "string",
    "name": "string",
    "defaultTransformerImage": "string",
    "predictor": {
        "name": "string",
        "runtimeVersion": "string",
        "storageUri": "string",
        "nodeSelector": "string",
        "minCpu": "string",
        "minMemory": "string",
        "maxCpu": "string",
        "maxMemory": "string"
    },
    "transformer": {
        "containers": [
            {
                "image": "string",
                "name": "string",
                "env": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ]
            }
        ],
        "minCpu": "string",
        "minMemory": "string",
        "maxCpu": "string",
        "maxMemory": "string"
    }
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST '/apis/v1beta1//inferenceservice' \
--header 'Content-Type: application/json' \
--data-raw '{
    "namespace": "string",
    "name": "string",
    "defaultTransformerImage": "string",
    "predictor": {
        "name": "string",
        "runtimeVersion": "string",
        "storageUri": "string",
        "nodeSelector": "string",
        "minCpu": "string",
        "minMemory": "string",
        "maxCpu": "string",
        "maxMemory": "string"
    },
    "transformer": {
        "containers": [
            {
                "image": "string",
                "name": "string",
                "env": [
                    {
                        "name": "string",
                        "value": "string"
                    }
                ]
            }
        ],
        "minCpu": "string",
        "minMemory": "string",
        "maxCpu": "string",
        "maxMemory": "string"
    }
}'

返回响应

🟢200A successful response.
application/json
Body
ready
boolean 
可选
conditions
array[object (InferenceServiceCondition) {3}] 
可选
lastTransitionTime
string 
可选
status
string 
可选
type
string 
可选
predictUrl
string 
可选
示例
{
    "ready": true,
    "conditions": [
        {
            "lastTransitionTime": "string",
            "status": "string",
            "type": "string"
        }
    ],
    "predictUrl": "string"
}
🔴500An unexpected error response.
修改于 2022-08-21 16:00:58
上一页
/apis/v1beta1/{namespace}/files/presigned-url/{key}
下一页
/apis/v1beta1/{namespace}/inferenceservice/{name}
Built with