abacusai.feature_group_row_process_logs ======================================= .. py:module:: abacusai.feature_group_row_process_logs Classes ------- .. autoapisummary:: abacusai.feature_group_row_process_logs.FeatureGroupRowProcessLogs Module Contents --------------- .. py:class:: FeatureGroupRowProcessLogs(client, logs=None, featureGroupId=None, deploymentId=None, primaryKeyValue=None, featureGroupRowProcessId=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Logs for the feature group row process. :param client: An authenticated API Client instance :type client: ApiClient :param logs: The logs for both stdout and stderr of the step :type logs: str :param featureGroupId: The ID of the feature group this row that was processed belongs to. :type featureGroupId: str :param deploymentId: The ID of the deployment that processed this row. :type deploymentId: str :param primaryKeyValue: Value of the primary key for this row. :type primaryKeyValue: str :param featureGroupRowProcessId: The ID of the feature group row process. :type featureGroupRowProcessId: str .. py:attribute:: logs :value: None .. py:attribute:: feature_group_id :value: None .. py:attribute:: deployment_id :value: None .. py:attribute:: primary_key_value :value: None .. py:attribute:: feature_group_row_process_id :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