Skip to content

Static selection

StaticSelection #

StaticSelection(rapid_ids: list[str])

Bases: RapidataSelection

StaticSelection Class

Given a list of RapidIds, theses specific rapids will be shown in order for every session.

Parameters:

Name Type Description Default
rapid_ids list[str]

List of rapid ids to show.

required
Source code in src/rapidata/rapidata_client/selection/static_selection.py
def __init__(self, rapid_ids: list[str]):
    self.rapid_ids = rapid_ids