abacusai.model_location ======================= .. py:module:: abacusai.model_location Classes ------- .. autoapisummary:: abacusai.model_location.ModelLocation Module Contents --------------- .. py:class:: ModelLocation(client, location=None, artifactNames=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` Provide location information for the plug-and-play model. :param client: An authenticated API Client instance :type client: ApiClient :param location: Location of the plug-and-play model. :type location: str :param artifactNames: Representations of the names of the artifacts used to create the model. :type artifactNames: dict .. py:attribute:: location :value: None .. py:attribute:: artifact_names :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