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

EvaluateFeatureRequest

import type { EvaluateFeatureRequest } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface EvaluateFeatureRequest {
entityId: string;
evaluationContext?: jsonP.JSONValue | null;
feature: string;
project: string;
}

§Properties

§
entityId: string
[src]

An internal ID that represents a unique user of the application. This entityID is checked against any override rules assigned for this feature.

§
evaluationContext?: jsonP.JSONValue | null
[src]

A JSON block of attributes that you can optionally pass in. This JSON block is included in the evaluation events sent to Evidently from the user session.

§
feature: string
[src]

The name of the feature being evaluated.

§
project: string
[src]

The name or ARN of the project that contains this feature.