文档
测试

克隆模型

PUT
http://192.168.88.132:7070/kylin/api/models/{modelName}/clone

接口描述

克隆某个model

请求头

参数名
类型
描述
必填
Authorization
string
示例:Basic QURNSU46S1lMSU4=
必填

请求参数

参数名
类型
描述
必填
modelName
string
示例:test1_mode1_clone2
必填
project
string
示例:test1
必填

响应参数

参数名
类型
描述
必填
uuid
string
示例:3d318734-32d6-ba3f-c8db-b9acfa9e43ca
必填
modelName
string
示例:test1_mode1_clone2
必填
modelDescData
object
示例:null
必填
successful
boolean
示例:true
必填
message
object
示例:null
必填
project
string
示例:test1
必填
ccInCheck
object
示例:null
必填
seekingExprAdvice
boolean
示例:false
必填

说明 / 示例

示例:http://192.168.88.132:7070/kylin/api/models/test1_mode1/clone 参数: {"modelName":"test1_mode1_clone2","project":"test1"} 说明:克隆project为test1下的test1_mode1模型