Interface ExperimentJSONConverterOptions

Several Experiment API endpoints expose optional settings for the ExperimentJSONConverter.

interface ExperimentJSONConverterOptions {
    includeInputsAndOutputs?: boolean;
    includeProperties?: boolean;
    includeRunSteps?: boolean;
}

Hierarchy (view full)

Properties

includeInputsAndOutputs?: boolean

Include run and step inputs and outputs.

includeProperties?: boolean

Include properties set on the experiment objects.

includeRunSteps?: boolean

Include run steps.