# `SBoM.CycloneDX.V16.ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval`
[🔗](https://github.com/erlef/mix_sbom/blob/v0.10.0/lib/sbom/cyclonedx/v16/model_card/quantitative_analysis/performance_metrics/confidence_interval.pb.ex#L1)

CycloneDX ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval model.

# `t`

```elixir
@type t() ::
  %SBoM.CycloneDX.V16.ModelCard.QuantitativeAnalysis.PerformanceMetrics.ConfidenceInterval{
    __unknown_fields__: [Protobuf.unknown_field()],
    lowerBound: String.t() | nil,
    upperBound: String.t() | nil
  }
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
