mantlebio.types.response.response_item module#

class mantlebio.types.response.response_item.ResponseItem(*args, **kwargs)[source]#

Bases: object

abstract to_proto()[source]#

Convert the response item to its proto representation

Return type:

Message

abstract to_series()[source]#

Convert the response item to a pandas Series

Return type:

Series