Kitaru

kitaru experiment update

Update selected fields on an exact experiment.

Usage

kitaru experiment update EXPERIMENT [OPTIONS]

Supported --output modes: auto, text, json.

Arguments

NameTypeRequiredDescription
EXPERIMENTreferenceYesExperiment UUID or name.

Options

NameTypeRequiredDescription
--namestringNoNew experiment name.
--descriptionstringNoNew description.
--clear-descriptionbooleanNoClear the description.
--overrideJSON objectNoReplacement replay override.
--clear-overridebooleanNoClear the replay override.
--tool-policyJSON objectNoReplacement tool policy; cannot be cleared.
--evaluatorreference[]NoExact evaluator versions replacing the complete list.
--evaluator-paramsEVALUATOR@VERSION=JSON_OBJECT[]NoParameters for a selected evaluator token.

Every command also accepts the global options listed on the CLI overview page.

On this page