ExperimentMetricValidationResultOutput interface
The result of validating an experiment metric.
Properties
| diagnostics | Diagnostic details from the validation process. |
| is |
Indicates whether the experiment metric is valid. |
Property Details
diagnostics
Diagnostic details from the validation process.
diagnostics: DiagnosticDetailOutput[]
Property Value
isValid
Indicates whether the experiment metric is valid.
isValid: boolean
Property Value
boolean