aixplain.v2.issue
Issue reporting helpers for the V2 SDK.
IssueSeverity Objects
class IssueSeverity(str, Enum)
Supported issue severity levels.
IssueReporter Objects
class IssueReporter()
submitting SDK issues to the backend.
__init__
def __init__(context: "Aixplain") -> None
Initialize the issue reporter.
report
def report(description: Optional[str], **kwargs: Any) -> str
Submit an issue report and return its ID.