explanation_artifact
Explanation result as an Artifact.
Classes:
| Name | Description |
|---|---|
ExplanationArtifact |
ExplanationArtifact object. |
ExplanationArtifact
#
ExplanationArtifact object.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
|
str
|
|
required |
|
datetime
|
|
required |
|
str
|
|
required |
|
datetime
|
|
required |
|
str
|
|
required |
|
str
|
|
required |
|
str
|
|
required |
|
bool
|
|
required |
|
str
|
|
required |
|
str
|
|
required |
|
str
|
|
required |
|
str
|
|
required |
|
list[str]
|
|
required |
|
list[str]
|
|
required |
|
Literal[EXPLANATION]
|
|
required |
|
str
|
|
required |
|
str
|
|
required |
|
ForwardRef(FilterSelectOne) | None
|
|
required |
|
str
|
|
required |
Attributes:
| Name | Type | Description |
|---|---|---|
additional_properties |
dict[str, Any]
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2) |
Methods:
| Name | Description |
|---|---|
__repr__ |
Get class representation without results, accessible with |
visualisation_link: str
#
Compute and return the visualisation link.
__repr__() -> str
#
Get class representation without results, accessible with results attribute.