RecommendationStatus type
Enum of the scenario validation state.
KnownRecommendationStatus can be used interchangeably with RecommendationStatus,
this enum contains the known values that the service supports.
Known values supported by the service
NotEvaluated: The scenario recommendation status has not been evaluated.
Recommended: The scenario recommendation status is recommended.
NotApplicable: The scenario recommendation status is not applicable.
Evaluating: The scenario recommendation status is currently being evaluated.
EvaluationFailed: The scenario recommendation evaluation has failed.
EvaluationCancelled: The scenario recommendation evaluation was cancelled.
type RecommendationStatus = string