Creating decision operations
In a decision operation, you define an entry-point to a model. A decision service must
contain at least one decision operation to be deployed.
About this task
A decision operation is defined by specifying the following information:
- A reference to the source model.
- A model function that contains all the parameters that are needed to run the model. For decision models, predictive models and generative AI models, a function is created automatically. For task models, the function needs to be created manually. For more information, see Creating functions.
Procedure
- Open the Decision operations tab from your decision service.
- Click Create.
- Select the model for which you want to create an entry-point in the Source model drop-down list.
- For task models, select a function in the Model function drop-down
list. The list of parameters for the decision operation is displayed in read-only mode under Parameters.
- Optional: The decision operation name field is populated automatically with the function name. The decision operation name is used to identify your decision service when calling it. You can edit this name.
- Click Create.
Results
What to do next
You can share your changes with your collaborators, and then create a version of your decision automation. When you create a version of your automation, it can be later used to build and deploy a decision service.