SegmentationSessionStatus

SegmentationSessionStatus
Segmentation Session Status

Current status of the segmentation session.

  • FILE_VALIDATING: CSV file is being validated
  • FILE_VALIDATE_ERROR: CSV file validation failed
  • FILE_VALIDATED: CSV file successfully validated
  • FILE_READY_TO_PARSE: File is ready for parsing
  • FILE_PARSING: File is being parsed
  • FILE_PARSING_ERROR: File parsing failed
  • FILE_PARSED: File successfully parsed
  • ANALYSIS_PENDING: Analysis is queued but not started
  • ANALYSIS_IN_PROGRESS: Analysis is currently running
  • ANALYSIS_ERROR: Analysis encountered an error
  • ANALYSIS_SUCCESS: Analysis completed successfully
This data structure has no properties.
Enumeration: FILE_VALIDATING, FILE_VALIDATE_ERROR, FILE_VALIDATED, FILE_READY_TO_PARSE, FILE_PARSING, FILE_PARSING_ERROR, FILE_PARSED, ANALYSIS_PENDING, ANALYSIS_IN_PROGRESS, ANALYSIS_ERROR, ANALYSIS_SUCCESS