ML Online Endpoint pre-fill sample inference json structure

Giuseppe 10 Reputation points
2024-07-22T11:02:35.0566667+00:00

Hello Microsoft Community,

I have deployed a Managed Online Endpoint on Azure. When I go to ML Studio > Endpoints > Test, the JSON sample inference is empty. Is there a way to generate a template of the testing inference?
For instance, have the JSON template pre populated with the necessary fields.

For reference, in the screenshot you can see where I would like to have the template available instead of {}:Screen Shot 2024-07-22 at 12.56.55

I would like to have the Input section populated with something like

{
	"input_string": "This is a sample request"
}
Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
2,726 questions
{count} votes