Skip to content

SubmitResult

Class: warmhub.SubmitResult

SubmitResult(operation_count: int, operations: tuple[SubmittedOperation, ...], message: str | None = None, committer: str | None = None, created_by_email: str | None = None, partial: bool = False, status_counts: StreamStatusCounts | None = None, receipts: tuple[OperationEventReceipt, ...] = ())

What a completed commit submission returns.

operation_count

Documentation is not yet available.

operations

Documentation is not yet available.

message = None

Documentation is not yet available.

committer = None

Documentation is not yet available.

created_by_email = None

Documentation is not yet available.

partial = False

True when at least one operation failed while others landed.

status_counts = None

Documentation is not yet available.

receipts = ()

Exact chunk receipts, in submission order. The aggregate fields above remain for source compatibility with the original Python SDK surface.