forked from JointCloud/pcm-coordinator
updated createInferenceresp
This commit is contained in:
parent
32bba534b7
commit
e3cc0074b4
|
@ -246,6 +246,6 @@ type (
|
|||
}
|
||||
|
||||
CreateInferenceTaskResp {
|
||||
|
||||
TaskId string `json:"taskId"`
|
||||
}
|
||||
)
|
||||
|
|
|
@ -6365,4 +6365,5 @@ type CreateInferenceTaskReq struct {
|
|||
}
|
||||
|
||||
type CreateInferenceTaskResp struct {
|
||||
TaskId string `json:"taskId"`
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue