WplAi.AST.AthleteThresholds (WPL-AI v1.6.7)

Copy Markdown View Source

Athlete physiological thresholds (plan-level, schema v1.3.0+)

Summary

Types

t()

@type t() :: %WplAi.AST.AthleteThresholds{
  body_weight_kg: number() | nil,
  critical_pace_seconds_per_km: number() | nil,
  ftp_watts: number() | nil,
  hr_max_bpm: integer() | nil,
  lthr_bpm: integer() | nil,
  one_rm: [WplAi.AST.OneRMEntry.t()] | nil,
  resting_hr_bpm: integer() | nil,
  vo2max_ml_kg_min: number() | nil
}