- AbstractDataIterator<T> - Class in com.algorithmia.data
-
- AbstractDataIterator(DataDirectory) - Constructor for class com.algorithmia.data.AbstractDataIterator
-
- algo(String) - Static method in class com.algorithmia.Algorithmia
-
Initialize an Algorithm object using the default client
- algo(String) - Method in class com.algorithmia.AlgorithmiaClient
-
Initialize an Algorithm object from this client
- AlgoFailure - Class in com.algorithmia.algo
-
A result representing failure
- AlgoFailure(AlgorithmException) - Constructor for class com.algorithmia.algo.AlgoFailure
-
- AlgoResponse - Class in com.algorithmia.algo
-
A generic result, can be either AlgoSuccess or AlgoFailure
- AlgoResponse() - Constructor for class com.algorithmia.algo.AlgoResponse
-
- Algorithm - Class in com.algorithmia.algo
-
Represents an Algorithmia algorithm that can be called.
- Algorithm(HttpClient, AlgorithmRef) - Constructor for class com.algorithmia.algo.Algorithm
-
- AlgorithmException - Exception in com.algorithmia
-
AlgorithmExceptions indicate an problem when running an algorithm.
- AlgorithmException(String) - Constructor for exception com.algorithmia.AlgorithmException
-
Constructs a new algorithm exception with the specified detail message, no stack trace.
- AlgorithmException(String, Throwable) - Constructor for exception com.algorithmia.AlgorithmException
-
Constructs a new algorithm exception with the specified detail message and cause.
- AlgorithmException(Throwable) - Constructor for exception com.algorithmia.AlgorithmException
-
Constructs a new algorithm exception from an existing exception
- AlgorithmException(String, AlgorithmException, String) - Constructor for exception com.algorithmia.AlgorithmException
-
Constructs a new algorithm exception from an exception message and stacktrace
- Algorithmia - Class in com.algorithmia
-
Instantiate Algorithmia clients for calling algorithms and accessing data
- AlgorithmiaClient - Class in com.algorithmia
-
Instantiate Algorithmia clients for calling algorithms and accessing data
- AlgorithmiaClient() - Constructor for class com.algorithmia.AlgorithmiaClient
-
Instantiate Algorithmia client without credentials
This only works for when running the client on top of the Algorithmia platform
- AlgorithmiaClient(Auth) - Constructor for class com.algorithmia.AlgorithmiaClient
-
Instantiate Algorithmia client with auth
- AlgorithmiaConf - Class in com.algorithmia
-
Stores configuration for the Algorithmia client library
- AlgorithmRef - Class in com.algorithmia.algo
-
A reference to an algorithm and possibly a specific version.
- AlgorithmRef(String) - Constructor for class com.algorithmia.algo.AlgorithmRef
-
Build an AlgorithmRef from an algorithm url like "/user/algo/version"
- AlgoSuccess - Class in com.algorithmia.algo
-
A result representing success
- AlgoSuccess(JsonElement, Metadata) - Constructor for class com.algorithmia.algo.AlgoSuccess
-
- algoUri - Variable in class com.algorithmia.algo.AlgorithmRef
-
- apiAddress() - Static method in class com.algorithmia.AlgorithmiaConf
-
Returns the base address of the API server (https://api.algorithmia.com)
- APIException - Exception in com.algorithmia
-
APIException indicates a problem communicating with Algorithmia
- APIException(String) - Constructor for exception com.algorithmia.APIException
-
Constructs a new API exception with the specified detail message, no stack trace.
- APIException(String, Throwable) - Constructor for exception com.algorithmia.APIException
-
Constructs a new API exception with the specified detail message and cause.
- apiKey() - Static method in class com.algorithmia.AlgorithmiaConf
-
- as(Class<T>) - Method in class com.algorithmia.algo.AlgoFailure
-
- as(Type) - Method in class com.algorithmia.algo.AlgoFailure
-
- as(Class<T>) - Method in class com.algorithmia.algo.AlgoResponse
-
Convert the result to a specific class
- as(Type) - Method in class com.algorithmia.algo.AlgoResponse
-
Convert the result to a specific type
- as(TypeToken) - Method in class com.algorithmia.algo.AlgoResponse
-
Convert the result to a specific type.
- as(Class<T>) - Method in class com.algorithmia.algo.AlgoSuccess
-
- as(Type) - Method in class com.algorithmia.algo.AlgoSuccess
-
- asJsonString() - Method in class com.algorithmia.algo.AlgoFailure
-
- asJsonString() - Method in class com.algorithmia.algo.AlgoResponse
-
Return JSON representation of the result.
- asJsonString() - Method in class com.algorithmia.algo.AlgoSuccess
-
- asString() - Method in class com.algorithmia.algo.AlgoFailure
-
- asString() - Method in class com.algorithmia.algo.AlgoResponse
-
Return String representation of the result.
- asString() - Method in class com.algorithmia.algo.AlgoSuccess
-
- Auth - Class in com.algorithmia.client
-
A result representing success
- Auth() - Constructor for class com.algorithmia.client.Auth
-
- authenticateRequest(HttpRequest) - Method in class com.algorithmia.client.Auth
-
- authenticateRequest(HttpRequest) - Method in class com.algorithmia.client.SimpleAuth
-