Skip to content

Bedrock Agentcore  >  Structures  >  ConfidenceInterval

ConfidenceInterval

Structure Class

ConfidenceInterval dataclass

A confidence interval for a statistical measurement.

Attributes

lower class-attribute instance-attribute
lower: float | None = None

The lower bound of the confidence interval.

upper class-attribute instance-attribute
upper: float | None = None

The upper bound of the confidence interval.