Skip to main content

class RunArtifacts

(service_api: 'ServiceApi',
run: 'Run',
mode: "Literal['logged', 'used']" = 'logged',
per_page: 'int' = 50,
start: 'str | None' = None)

Description

An iterable collection of artifacts associated with a specific run.

Args

  • service_api:
  • run:
  • mode:
  • per_page:
  • start:

Methods

method convert_objects

self
Convert the last fetched response data into the iterated objects.

method next

self
Return the next item from the iterator. When exhausted, raise StopIteration

method update_variables

self
Update the query variables for the next page fetch.