cdx-proto
    Preparing search index...

    Type Alias ModelCard_QuantitativeAnalysis_PerformanceMetrics_ConfidenceInterval

    ModelCard_QuantitativeAnalysis_PerformanceMetrics_ConfidenceInterval: Message<
        "cyclonedx.v1_7.ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval",
    > & { lowerBound?: string; upperBound?: string }

    Type Declaration

    • OptionallowerBound?: string

      The lower bound of the confidence interval.

      from field: optional string lowerBound = 1;

    • OptionalupperBound?: string

      The upper bound of the confidence interval.

      from field: optional string upperBound = 2;

    from message cyclonedx.v1_7.ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval