Member Junction
    Preparing search index...

    Variable MJMLAlgorithmUseCaseRankingSchemaConst

    MJMLAlgorithmUseCaseRankingSchema: ZodObject<
        {
            __mj_CreatedAt: ZodDate;
            __mj_UpdatedAt: ZodDate;
            ID: ZodString;
            MLAlgorithm: ZodString;
            MLAlgorithmID: ZodString;
            MLAlgorithmUseCase: ZodString;
            MLAlgorithmUseCaseID: ZodString;
            Rationale: ZodNullable<ZodString>;
            RecommendationLevel: ZodUnion<
                [
                    ZodLiteral<"NotRecommended">,
                    ZodLiteral<"Primary">,
                    ZodLiteral<"Strong">,
                    ZodLiteral<"Viable">,
                    ZodLiteral<"Weak">,
                ],
            >;
            SuitabilityScore: ZodNumber;
        },
        "strip",
        ZodTypeAny,
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ID?: string;
            MLAlgorithm?: string;
            MLAlgorithmID?: string;
            MLAlgorithmUseCase?: string;
            MLAlgorithmUseCaseID?: string;
            Rationale?: string;
            RecommendationLevel?: | "NotRecommended"
            | "Primary"
            | "Strong"
            | "Viable"
            | "Weak";
            SuitabilityScore?: number;
        },
        {
            __mj_CreatedAt?: Date;
            __mj_UpdatedAt?: Date;
            ID?: string;
            MLAlgorithm?: string;
            MLAlgorithmID?: string;
            MLAlgorithmUseCase?: string;
            MLAlgorithmUseCaseID?: string;
            Rationale?: string;
            RecommendationLevel?: | "NotRecommended"
            | "Primary"
            | "Strong"
            | "Viable"
            | "Weak";
            SuitabilityScore?: number;
        },
    > = ...

    zod schema definition for the entity MJ: ML Algorithm Use Case Rankings