Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

BatchEvaluateFeatureRequest

import type { BatchEvaluateFeatureRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface BatchEvaluateFeatureRequest {
project: string;
requests: EvaluationRequest[];
}

§Properties

§
project: string
[src]

The name or ARN of the project that contains the feature being evaluated.

§

An array of structures, where each structure assigns a feature variation to one user session.