gamebench_api_client.models package

Submodules

gamebench_api_client.models.abstract_model module

class gamebench_api_client.models.abstract_model.AbstractModel(**request_parameters)[source]

Bases: abc.ABC

Abstract model class.

The METRIC_PATH class member is created for the individual models to add the needed string.

METRIC_PATH = ''
__init__(**request_parameters)[source]

Sets up the mediator and data attributes.

get_data()[source]

Returns a Pandas DataFrame containing metric data from a response json.

Returns:Pandas DataFrame containing metric data.

Module contents