langtest.transform.clinical.Generic2Brand#

class Generic2Brand#

Bases: BaseClincial

GenericBrand class for the clinical tests

__init__()#

Methods

__init__()

async_run(*args, **kwargs)

Async run method for the clinical tests

available_tests()

Available tests for the clinical tests

run(sample_list, model, *args, **kwargs)

Run method for the GenericBrand class

transform([sample_list])

Transform method for the GenericBrand class

Attributes

alias_name

supported_tasks

template

test_types

async classmethod async_run(*args, **kwargs)#

Async run method for the clinical tests

classmethod available_tests() Dict[str, BaseClincial]#

Available tests for the clinical tests

async static run(sample_list: List[Sample], model: ModelAPI, *args, **kwargs)#

Run method for the GenericBrand class

static transform(sample_list: List[Sample] = [], *args, **kwargs)#

Transform method for the GenericBrand class