abacusai.llm_artifact

Classes

LlmArtifact

LLM Artifact

Module Contents

class abacusai.llm_artifact.LlmArtifact(client, llmArtifactId=None, info=None, description=None, createdAt=None)

Bases: abacusai.return_class.AbstractApiClass

LLM Artifact

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

  • llmArtifactId (id) – The ID of the LLM artifact

  • info (dict) – The info of the LLM artifact

  • description (str) – The description of the LLM artifact

  • createdAt (str) – The creation timestamp

llm_artifact_id = None
info = None
description = None
created_at = None
deprecated_keys
__repr__()
to_dict()

Get a dict representation of the parameters in this class

Returns:

The dict value representation of the class parameters

Return type:

dict