ViewType Class

Defines how to filter out or include archived experiments when listing experiments.

Use ViewType in the list method.

Inheritance
builtins.object
ViewType

Constructor

ViewType()

Attributes

ActiveOnly

Show only active experiments.

ActiveOnly = 'ActiveOnly'

All

Show all experiments.

All = 'All'

ArchivedOnly

Show only archived experiments.

ArchivedOnly = 'ArchivedOnly'