abacusai.llm_execution_result
Classes
Results of executing queries using LLM. |
Module Contents
- class abacusai.llm_execution_result.LlmExecutionResult(client, status=None, error=None, execution={}, preview={})
Bases:
abacusai.return_class.AbstractApiClass
Results of executing queries using LLM.
- Parameters:
client (ApiClient) – An authenticated API Client instance
status (str) – The status of the execution.
error (str) – The error message if the execution failed.
execution (ExecuteFeatureGroupOperation) – Information on execution of the query.
preview (LlmExecutionPreview) – Preview of executing queries using LLM.
- status
- error
- execution
- preview
- deprecated_keys
- __repr__()