See: Description
| Class | Description |
|---|---|
| AlgoFailure |
A result representing failure
|
| AlgoResponse |
A generic result, can be either AlgoSuccess or AlgoFailure
|
| Algorithm |
Represents an Algorithmia algorithm that can be called.
|
| AlgorithmRef |
A reference to an algorithm and possibly a specific version.
|
| AlgoSuccess |
A result representing success
|
| FutureAlgoResponse |
A request object to represent that an algorithm has been call asynchronously
Wrapping
Future<AlgoResponse> will allow other async scenarios
(e.g. |
| Metadata |
Algorithm response metadata
|
| Enum | Description |
|---|---|
| ContentType |
Generally, Algorithms do not need instantiated directly; the Algorithmia object has algo(...) helpers to return the relevant API object with an instantiated client managed internally