The ops.py
module#
Summary#
Provides the schema for a single operation in the system. |
|
State of an operation. |
Description#
Provides the schemas for the operation state and operation.
Module detail#
- class ops.Operation(/, **data: Any)#
Provides the schema for a single operation in the system.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.ops import Operation
Attribute detail#
- Operation.state: OperationState | None = None#
- class Operation.OperationState(*args, **kwds)#
State of an operation.
Overview#
Import detail#
from ansys.hps.data_transfer.client.models.ops import OperationState
Attribute detail#
- OperationState.Unknown = 'unknown'#
- OperationState.Queued = 'queued'#
- OperationState.Running = 'running'#
- OperationState.Succeeded = 'succeeded'#
- OperationState.Failed = 'failed'#