File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/proposals/1199-inferencemodel-api-evolution Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ type InferenceObjectivesSpec struct {
94
94
PoolRef InferenceObjectReference
95
95
96
96
// this is a departure from InferenceModel that used string for criticality.
97
- // We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
97
+ // We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
98
98
Criticality *int
99
99
}
100
100
@@ -135,7 +135,7 @@ type InferenceObjectivesSpec struct {
135
135
PoolRef InferenceObjectReference
136
136
137
137
// this is a departure from InferenceModel that used string for criticality.
138
- // We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
138
+ // We got quite a bit of feedback around allowing for custom criticality bands, so an int/enum is more flexible & carries inherent stack rank value.
139
139
Criticality *int
140
140
PerformanceObjectives NotYetDefinedSLOCRD
141
141
PerformanceObjectivesRef *InferenceObjectReference
You can’t perform that action at this time.
0 commit comments