You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ALTER TABLE ${flyway:defaultSchema}.AIModel ADD ModelSelectionInsights NVARCHAR(MAX) NULL
EXEC sys.sp_addextendedproperty
@name = N'MS_Description',
@value = N'This column stores unstructured text notes that provide insights into what the model is particularly good at and areas where it may not perform as well. These notes can be used by a human or an AI to determine if the model is a good fit for various purposes.',