abacusai.batch_prediction_version_logs ====================================== .. py:module:: abacusai.batch_prediction_version_logs Classes ------- .. autoapisummary:: abacusai.batch_prediction_version_logs.BatchPredictionVersionLogs Module Contents --------------- .. py:class:: BatchPredictionVersionLogs(client, logs=None, warnings=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Logs from batch prediction version. :param client: An authenticated API Client instance :type client: ApiClient :param logs: List of logs from batch prediction version. :type logs: list[str] :param warnings: List of warnings from batch prediction version. :type warnings: list[str] .. py:attribute:: logs :value: None .. py:attribute:: warnings :value: None .. py:attribute:: deprecated_keys .. py:method:: __repr__() .. py:method:: to_dict() Get a dict representation of the parameters in this class :returns: The dict value representation of the class parameters :rtype: dict