Module
Experiment result wrapper for easy status access and monitoring.ExperimentPhaseInfo
Wrapper for experiment phase status information. Provides easy access to phase-level progress and status information for an experiment. Examplesis_complete
is_failed
is_in_progress
is_pending
to_dict
ExperimentStatusInfo
Wrapper for experiment status information. Provides human-readable access to experiment execution status, including progress tracking and phase-level information. Examplesfrom_result
result: Dictionary returned from Experiment.run().