prefect.client.schemas.responses
Classes
SetStateStatus
Enumerates return statuses for setting run states.
Methods:
auto
enum.auto() to avoid requiring a second import to use AutoEnum
StateAcceptDetails
Details associated with an ACCEPT state transition.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
StateRejectDetails
Details associated with a REJECT state transition.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
StateAbortDetails
Details associated with an ABORT state transition.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
StateWaitDetails
Details associated with a WAIT state transition.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
HistoryResponseState
Represents a single state’s history over an interval.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
HistoryResponse
Represents a history of aggregation states over an interval
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
OrchestrationResult
A container for the output of state orchestration.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
WorkerFlowRunResponse
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
FlowRunResponse
DeploymentResponse
Methods:
as_related_resource
MinimalConcurrencyLimitResponse
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
ConcurrencyLimitWithLeaseResponse
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
GlobalConcurrencyLimitResponse
A response object for global concurrency limits.
FlowRunSlotSummary
Summary of a flow run occupying a concurrency slot.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
WorkQueueConcurrencyStatusDetail
Per-queue concurrency status with flow run details.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
WorkPoolConcurrencyStatus
Paginated pool-level concurrency status with per-queue breakdown.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.
WorkQueueConcurrencyStatus
Paginated queue-level concurrency status with flow run details.
Methods:
model_validate_list
reset_fields
_reset_fields set.
Returns:
- A new instance of the model with the reset fields.