prefect.server.models.artifacts
create_artifact
read_latest_artifact
read_artifact
read_artifacts
session
: A database sessionoffset
: Query offsetlimit
: Query limitartifact_filter
: Only select artifacts matching this filterflow_run_filter
: Only select artifacts whose flow runs matching this filtertask_run_filter
: Only select artifacts whose task runs matching this filterdeployment_filter
: Only select artifacts whose flow runs belong to deployments matching this filterflow_filter
: Only select artifacts whose flow runs belong to flows matching this filterwork_pool_filter
: Only select artifacts whose flow runs belong to work pools matching this filterread_latest_artifacts
session
: A database sessionoffset
: Query offsetlimit
: Query limitartifact_filter
: Only select artifacts matching this filterflow_run_filter
: Only select artifacts whose flow runs matching this filtertask_run_filter
: Only select artifacts whose task runs matching this filterdeployment_filter
: Only select artifacts whose flow runs belong to deployments matching this filterflow_filter
: Only select artifacts whose flow runs belong to flows matching this filterwork_pool_filter
: Only select artifacts whose flow runs belong to work pools matching this filtercount_artifacts
count_latest_artifacts
update_artifact
session
: A database sessionartifact_id
: The artifact id to updateartifact
: An artifact modeldelete_artifact
session
: A database sessionartifact_id
: The artifact id to delete