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

UpdateExperimentResponse

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

§Properties

§
experiment: Experiment
[src]

A structure containing the configuration details of the experiment that was updated.