abacusai.dataset_version_logs

Module Contents

Classes

DatasetVersionLogs

Logs from dataset version.

class abacusai.dataset_version_logs.DatasetVersionLogs(client, logs=None)

Bases: abacusai.return_class.AbstractApiClass

Logs from dataset version.

Parameters:
  • client (ApiClient) – An authenticated API Client instance

  • logs (list[str]) – List of logs from dataset version.

__repr__()

Return repr(self).

to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict