Skip to main content
Version: Next

PublicActorRunStats30Days

Run status counts from the last 30 days. Only for public Actors. Excludes runs started by the Actor's owner.

Index

Properties

aborted

aborted: int | None

The number of runs that were aborted.

failed

failed: int | None

The number of runs that failed.

model_config

model_config: Undefined

succeeded

succeeded: int | None

The number of runs that succeeded.

timed_out

timed_out: int | None

The number of runs that timed out.

total

total: int | None

The total number of runs.