abacusai.llm_artifact
Classes
LLM Artifact |
Module Contents
- class abacusai.llm_artifact.LlmArtifact(client, llmArtifactId=None, info=None, description=None, createdAt=None, webAppDeploymentId=None, deploymentStatus=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
webAppDeploymentId (id) – The ID of the associated web app deployment
deploymentStatus (str) – The status of the associated web app deployment
- llm_artifact_id = None
- info = None
- description = None
- created_at = None
- web_app_deployment_id = None
- deployment_status = None
- deprecated_keys
- __repr__()