Skip to content

MeaiReportingExperimentSchema

NexusLabs.Foundry.Evaluation.Reporting

MeaiReportingExperimentSchema Class

Defines the stable provider and correlation names emitted by MEAI Reporting experiments.

public static class MeaiReportingExperimentSchema

Inheritance System.Object 🡒 MeaiReportingExperimentSchema

Fields

MeaiReportingExperimentSchema.CorrelationNamespace Field

Gets the namespace used for MEAI Reporting item correlations.

public const string CorrelationNamespace = "meai.reporting";

Field Value

System.String

MeaiReportingExperimentSchema.ExecutionNameCorrelationName Field

Gets the execution-name correlation name.

public const string ExecutionNameCorrelationName = "execution.name";

Field Value

System.String

MeaiReportingExperimentSchema.IterationNameCorrelationName Field

Gets the iteration-name correlation name.

public const string IterationNameCorrelationName = "iteration.name";

Field Value

System.String

MeaiReportingExperimentSchema.ProviderName Field

Gets the provider name used in item publication results.

public const string ProviderName = "meai-reporting";

Field Value

System.String

MeaiReportingExperimentSchema.ScenarioNameCorrelationName Field

Gets the scenario-name correlation name.

public const string ScenarioNameCorrelationName = "scenario.name";

Field Value

System.String