We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be51138 commit 9ca21eeCopy full SHA for 9ca21ee
1 file changed
README.md
@@ -565,8 +565,9 @@ models
565
566
You can retrieve the parameters associated with an inference request
567
using the `inference_request.parameters()` function. This function
568
-returns a JSON object where the keys are the keys of the parameters
569
-object and the values are the values for the parameters field.
+returns a JSON string where the keys are the keys of the parameters
+object and the values are the values for the parameters field. Note that
570
+you need to parse this string using `json.loads` to convert it to a dictionary.
571
572
You can read more about the inference request parameters in the [parameters
573
extension](https://github.com/triton-inference-server/server/blob/main/docs/protocol/extension_parameters.md)
0 commit comments