AiReviewModelStatus
Archived is part of the enum even though aiReviewWorkspace.models never returns one: AiReviewField.model resolves through the display path and does return archived entries, so a client needs the value to render them as retired.
enum AiReviewModelStatus {
ACTIVE
DEPRECATED
ARCHIVED
}
Values
AiReviewModelStatus.ACTIVE
AiReviewModelStatus.DEPRECATED
AiReviewModelStatus.ARCHIVED
Member Of
AiReviewModel object