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

ListExperimentsResponse

import type { ListExperimentsResponse } from "https://aws-api.deno.dev/v0.3/services/evidently.ts?docs=full";
interface ListExperimentsResponse {
experiments?: Experiment[] | null;
nextToken?: string | null;
}

§Properties

§
experiments?: Experiment[] | null
[src]

An array of structures that contain the configuration details of the experiments in the specified project.

§
nextToken?: string | null
[src]

The token to use in a subsequent ListExperiments operation to return the next set of results.