The type of the deployed model. The possible values are the following: 1. prompt_tune - when a prompt tuned model is deployed. 2. foundation_model - when a prompt template is used on a pre-deployed IBM provided model.

Enumeration Members

Enumeration Members

FOUNDATION_MODEL: "foundation_model"
PROMPT_TUNE: "prompt_tune"