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. 3. custom_foundation_model - when a custom foundation model is deployed.

Enumeration Members

CUSTOM_FOUNDATION_MODEL: "custom_foundation_model"
FOUNDATION_MODEL: "foundation_model"
PROMPT_TUNE: "prompt_tune"