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.4/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 object of attributes that you can optionally pass in as part of the evaluation event sent to Evidently from the user session. Evidently can use this value to match user sessions with defined audience segments. For more information, see Use segments to focus your audience.

If you include this parameter, the value must be a JSON object. A JSON array is not supported.

§
feature: string
[src]

The name of the feature being evaluated.

§
project: string
[src]

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