aistore.sdk.wait_result
aistore.sdk.wait_result
Module Contents
Classes
API
Dataclass
Result of waiting for a job to reach a desired state.
end_time
error
job_id
success
Returns True if wait operation was successful.
classmethod
Create a WaitResult from a list of job snapshots.
Parameters:
job_id
The job ID
snapshots
List of job snapshots from all target nodes
Returns:
WaitResult indicating success/failure based on snapshot states