curl --location --request GET 'http://dev-cn.your-api-server.com/v2/users//apps//models/types'
{
"status": {
"code": {},
"description": "string",
"details": "string",
"stackTrace": [
"string"
],
"percentCompleted": 0,
"timeRemaining": 0,
"reqId": "string",
"internalDetails": "string",
"redirectInfo": {
"url": "string",
"resourceType": "string",
"oldResourceId": "string",
"newResourceId": "string"
}
},
"modelTypes": [
{
"id": "string",
"title": "string",
"description": "string",
"inputFields": [
"string"
],
"outputFields": [
"string"
],
"trainable": true,
"creatable": true,
"internalOnly": true,
"modelTypeFields": [
{
"path": "string",
"fieldType": {},
"defaultValue": null,
"description": "string",
"placeholder": "string",
"modelTypeEnumOptions": [
{
"id": "string",
"aliases": [
{
"idInt": "string",
"wildcardString": "string"
}
],
"description": "string",
"modelTypeFields": [
{}
],
"internalOnly": true,
"recommended": true
}
],
"internalOnly": true,
"required": true,
"modelTypeRangeInfo": {
"min": 0,
"max": 0,
"step": 0
}
}
],
"requiresSequentialFrames": true,
"expectedInputLayers": [
{
"dataFieldName": "string",
"shapes": [
{
"dims": [
0
],
"maxDims": [
0
],
"dataType": "UNDEFINED",
"description": "string"
}
],
"description": "string",
"requiresLabelFilename": true
}
],
"expectedOutputLayers": [
{
"dataFieldName": "string",
"shapes": [
{
"dims": [
0
],
"maxDims": [
0
],
"dataType": "UNDEFINED",
"description": "string"
}
],
"description": "string",
"requiresLabelFilename": true
}
],
"evaluationType": "Undefined"
}
],
"modelImporters": {
"path": "string",
"fieldType": {},
"defaultValue": null,
"description": "string",
"placeholder": "string",
"modelTypeEnumOptions": [
{
"id": "string",
"aliases": [
{
"idInt": "string",
"wildcardString": "string"
}
],
"description": "string",
"modelTypeFields": [
{}
],
"internalOnly": true,
"recommended": true
}
],
"internalOnly": true,
"required": true,
"modelTypeRangeInfo": {
"min": 0,
"max": 0,
"step": 0
}
},
"tritonCondaEnvsInfo": [
{
"condaPackUrl": "string",
"condaYamlUrl": "string"
}
]
}