stagesStatus property

String? stagesStatus
getter/setter pair

Sleep stages algorithm processing status.

Output only. Possible string values are:

  • "STAGES_STATE_UNSPECIFIED" : Output only. Sleep stages status is unspecified.
  • "REJECTED_COVERAGE" : Output only. Sleep stages cannot be computed due to low RR coverage.
  • "REJECTED_MAX_GAP" : Output only. Sleep stages cannot be computed due to the large middle gap (2h).
  • "REJECTED_START_GAP" : Output only. Sleep stages cannot be computed due to the large start gap (1h).
  • "REJECTED_END_GAP" : Output only. Sleep stages cannot be computed due to the large end gap (1h).
  • "REJECTED_NAP" : Output only. Sleep stages cannot be computed because the sleep log is a nap (has < 3h duration).
  • "REJECTED_SERVER" : Output only. Sleep stages cannot be computed because input data is not available (PPGV2, wake magnitude, etc).
  • "TIMEOUT" : Output only. Sleep stages cannot be computed due to server timeout.
  • "SUCCEEDED" : Output only. Sleep stages successfully computed.
  • "PROCESSING_INTERNAL_ERROR" : Output only. Sleep stages cannot be computed due to server internal error.

Implementation

core.String? stagesStatus;