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

CreateExperimentResponse

import type { CreateExperimentResponse } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface CreateExperimentResponse {
experiment: Experiment;
}

§Properties

§
experiment: Experiment
[src]

A structure containing the configuration details of the experiment that you created.