tidy3d.web.core.task_info.TaskInfo#
- class TaskInfo[source]#
Bases:
TaskBaseGeneral information about a task.
Attributes
Unique identifier for the task.
Name of the task.
Size of the node allocated for the task.
Timestamp when the task was completed.
Current status of the task.
Actual cost incurred by the task.
Number of time steps involved in the task.
Version of the solver used for the task.
Timestamp when the task was created.
Estimated minimum cost for the task.
Estimated maximum cost for the task.
Actual flexible units used by the task.
Original real flexible units.
Estimated flexible units for the task.
Estimated flexible credits for time stepping.
Estimated flexible credits for post-processing.
Estimated flexible credits based on the mode.
Amount of S3 storage used by the task.
Timestamp when the solver started.
Timestamp when the solver finished.
Total time taken by the solver.
Callback URL for task notifications.
Type of the task.
Status of the metadata for the task.
Blocking information for the task.
Version of the task.
- taskId#
Unique identifier for the task.
- taskName#
Name of the task.
- nodeSize#
Size of the node allocated for the task.
- completedAt#
Timestamp when the task was completed.
- status#
Current status of the task.
- realCost#
Actual cost incurred by the task.
- timeSteps#
Number of time steps involved in the task.
- solverVersion#
Version of the solver used for the task.
- createAt#
Timestamp when the task was created.
- estCostMin#
Estimated minimum cost for the task.
- estCostMax#
Estimated maximum cost for the task.
- realFlexUnit#
Actual flexible units used by the task.
- oriRealFlexUnit#
Original real flexible units.
- estFlexUnit#
Estimated flexible units for the task.
- estFlexCreditTimeStepping#
Estimated flexible credits for time stepping.
- estFlexCreditPostProcess#
Estimated flexible credits for post-processing.
- estFlexCreditMode#
Estimated flexible credits based on the mode.
- s3Storage#
Amount of S3 storage used by the task.
- startSolverTime#
Timestamp when the solver started.
- finishSolverTime#
Timestamp when the solver finished.
- totalSolverTime#
Total time taken by the solver.
- callbackUrl#
Callback URL for task notifications.
- taskType#
Type of the task.
- metadataStatus#
Status of the metadata for the task.
- taskBlockInfo#
Blocking information for the task.
- version#
Version of the task.