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

CreateProjectRequest

import type { CreateProjectRequest } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface CreateProjectRequest {
dataDelivery?: ProjectDataDeliveryConfig | null;
description?: string | null;
name: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
dataDelivery?: ProjectDataDeliveryConfig | null
[src]

A structure that contains information about where Evidently is to store evaluation events for longer term storage, if you choose to do so. If you choose not to store these events, Evidently deletes them after using them to produce metrics and other experiment results that you can view.

§
description?: string | null
[src]

An optional description of the project.

§
name: string
[src]

The name for the project.

§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

TODO: Failed to render documentation: unhandled top level doc tag pre