cdx-proto
    Preparing search index...

    Type Alias ModelCard_QuantitativeAnalysis_PerformanceMetrics

    ModelCard_QuantitativeAnalysis_PerformanceMetrics: Message<
        "cyclonedx.v1_6.ModelCard.QuantitativeAnalysis.PerformanceMetrics",
    > & {
        confidenceInterval?: ModelCard_QuantitativeAnalysis_PerformanceMetrics_ConfidenceInterval;
        slice?: string;
        type?: string;
        value?: string;
    }

    Type declaration

    • OptionalconfidenceInterval?: ModelCard_QuantitativeAnalysis_PerformanceMetrics_ConfidenceInterval

      The confidence interval of the metric.

      from field: optional cyclonedx.v1_6.ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval confidenceInterval = 4;

    • Optionalslice?: string

      The name of the slice this metric was computed on. By default, assume this metric is not sliced.

      from field: optional string slice = 3;

    • Optionaltype?: string

      The type of performance metric.

      from field: optional string type = 1;

    • Optionalvalue?: string

      The value of the performance metric.

      from field: optional string value = 2;

    from message cyclonedx.v1_6.ModelCard.QuantitativeAnalysis.PerformanceMetrics