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 {
9494 PoolRef InferenceObjectReference
9595
9696 // 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.
9898 Criticality *int
9999}
100100
@@ -135,7 +135,7 @@ type InferenceObjectivesSpec struct {
135135 PoolRef InferenceObjectReference
136136
137137 // 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.
139139 Criticality *int
140140 PerformanceObjectives NotYetDefinedSLOCRD
141141 PerformanceObjectivesRef *InferenceObjectReference
You can’t perform that action at this time.
0 commit comments