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

GetFeatureRequest

import type { GetFeatureRequest } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface GetFeatureRequest {
feature: string;
project: string;
}

§Properties

§
feature: string
[src]

The name of the feature that you want to retrieve information for.

§
project: string
[src]

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