File tree Expand file tree Collapse file tree 7 files changed +10
-16
lines changed
tests/CTS/methods/requests/predict Expand file tree Collapse file tree 7 files changed +10
-16
lines changed Original file line number Diff line number Diff line change 19
19
' 401 ' :
20
20
$ref : ' ../../responses/InvalidCredentials.yml'
21
21
' 404 ' :
22
- $ref : ' ../../responses/ModelNotFound .yml'
22
+ $ref : ' ../../../common/ responses/IndexNotFound .yml'
23
23
' 422 ' :
24
24
$ref : ' ../../../common/responses/UnprocessableEntity.yml'
25
25
' 500 ' :
Original file line number Diff line number Diff line change 17
17
' 401 ' :
18
18
$ref : ' ../../responses/InvalidCredentials.yml'
19
19
' 404 ' :
20
- $ref : ' ../../responses/ModelNotFound .yml'
20
+ $ref : ' ../../../common/ responses/IndexNotFound .yml'
21
21
' 422 ' :
22
22
$ref : ' ../../../common/responses/UnprocessableEntity.yml'
23
23
' 500 ' :
59
59
' 401 ' :
60
60
$ref : ' ../../responses/InvalidCredentials.yml'
61
61
' 404 ' :
62
- $ref : ' ../../responses/ModelNotFound .yml'
62
+ $ref : ' ../../../common/ responses/IndexNotFound .yml'
63
63
' 422 ' :
64
64
$ref : ' ../../../common/responses/UnprocessableEntity.yml'
65
65
' 500 ' :
@@ -95,7 +95,7 @@ delete:
95
95
' 401 ' :
96
96
$ref : ' ../../responses/InvalidCredentials.yml'
97
97
' 404 ' :
98
- $ref : ' ../../responses/ModelNotFound .yml'
98
+ $ref : ' ../../../common/ responses/IndexNotFound .yml'
99
99
' 422 ' :
100
100
$ref : ' ../../../common/responses/UnprocessableEntity.yml'
101
101
' 500 ' :
Original file line number Diff line number Diff line change 1
1
get :
2
2
tags :
3
3
- models
4
- operationId : getListModelInstance
5
- summary : Get a list of model instances.
4
+ operationId : getModelInstances
5
+ summary : Get model instances.
6
6
description : Get a list of all model instances.
7
7
responses :
8
8
' 200 ' :
9
9
description : OK
10
10
content :
11
11
application/json :
12
12
schema :
13
- title : getListModelInstanceResponse
13
+ title : getModelInstancesResponse
14
14
type : array
15
15
items :
16
16
$ref : ' ../../responses/Models.yml#/modelInstance'
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ modelInstance:
26
26
type : string
27
27
lastTrained :
28
28
type : string
29
- description : The time this model instance was last trained.
29
+ description : The date and time this model instance was last trained.
30
30
lastInference :
31
31
type : string
32
- description : The time this model instance generated its last inference.
32
+ description : The date and time this model instance generated its last inference.
33
33
error :
34
34
type : string
35
35
status :
@@ -45,7 +45,6 @@ modelInstance:
45
45
- contentAttributes
46
46
- lastTrained
47
47
- lastInference
48
- - error
49
48
- status
50
49
51
50
getModelInstanceConfigStatus :
Original file line number Diff line number Diff line change 59
59
$ref : ' paths/models/getAvailableModelTypes.yml'
60
60
61
61
/1/predict/models/{modelID} :
62
- $ref : ' paths/models/specificModels .yml'
62
+ $ref : ' paths/models/modelInstances .yml'
63
63
64
64
/1/predict/models :
65
65
$ref : ' paths/models/models.yml'
File renamed without changes.
You can’t perform that action at this time.
0 commit comments