MCPcopy
hub / github.com/determined-ai/determined / Experiment

Interface Experiment

performance/k6/src/utils/types.ts:5–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3}
4
5export interface Experiment {
6 id: string;
7 metricName: string;
8 metricType: string;
9 batches: string;
10 batchesMargin: string;
11}
12
13export interface Task {
14 id: string;

Callers

nothing calls this directly

Implementers 1

internalExperimentmaster/internal/experiment.go

Calls

no outgoing calls

Tested by

no test coverage detected