All Classes
-
All Classes Class Summary Enum Summary Exception Summary Annotation Types Summary Class Description AbstractDataIterator<T> AcceptsJson For algorithm development, labels an apply method indicating it should be passed in the raw/unparsed JSON input from the user.AlgoAsyncResponse A result representing success of an asynchronous algo callAlgoFailure A result representing failureAlgoResponse A generic result, can be either AlgoSuccess or AlgoFailureAlgorithm Represents an Algorithmia algorithm that can be called.Algorithm.AlgorithmOptions Algorithm.AlgorithmOutputType AlgorithmException AlgorithmExceptions indicate an problem when running an algorithm.Algorithmia Instantiate Algorithmia clients for calling algorithms and accessing dataAlgorithmiaClient Instantiate Algorithmia clients for calling algorithms and accessing dataAlgorithmiaConf Stores configuration for the Algorithmia client libraryAlgorithmRef 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.APIException APIException indicates a problem communicating with AlgorithmiaAuth A result representing successContentType DataAcl DataAclType DataDirectory A data streamDataDirectoryIterator DataFile A reference to a file in the data apiDataFileIterator DataObject An abstract object for common functionality of DataFile and DataDirectoryDataObject.DataObjectType FutureAlgoResponse A request object to represent that an algorithm has been call asynchronously WrappingFuture<AlgoResponse>
will allow other async scenarios (e.g.HttpClient HttpClientHelpers Various HTTP actions, using our HttpClient class, and automatically adding authorizationHttpClientHelpers.AbstractBasicResponseConsumer<T> HttpClientHelpers.AlgoResponseHandler HttpClientHelpers.JsonDeserializeResponseHandler<T> Metadata Algorithm response metadataReturnsJson For algorithm development, indicates that a java method is returning a JSON-serialized String.SimpleAuth An Auth implementation for the Algorithmia Simple Auth API KeyTypeToken<T> TypeToken used for converting JSON into specific types