See: Description
Class | Description |
---|---|
AlgoAsyncResponse |
A result representing success of an asynchronous algo call
|
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, depending on how the algorithm was called it may have
an async response, rawOutput, or metadata + result.
|
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 |
---|---|
Algorithm.AlgorithmOptions | |
Algorithm.AlgorithmOutputType | |
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