abacusai.llm_artifact ===================== .. py:module:: abacusai.llm_artifact Classes ------- .. autoapisummary:: abacusai.llm_artifact.LlmArtifact Module Contents --------------- .. py:class:: LlmArtifact(client, llmArtifactId=None, info=None, description=None, createdAt=None) Bases: :py:obj:`abacusai.return_class.AbstractApiClass` LLM Artifact :param client: An authenticated API Client instance :type client: ApiClient :param llmArtifactId: The ID of the LLM artifact :type llmArtifactId: id :param info: The info of the LLM artifact :type info: dict :param description: The description of the LLM artifact :type description: str :param createdAt: The creation timestamp :type createdAt: str .. py:attribute:: llm_artifact_id :value: None .. py:attribute:: info :value: None .. py:attribute:: description :value: None .. py:attribute:: created_at :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