| Class | Description | 
|---|---|
| BoaClient | 
 A client class for accessing Boa's API. 
 | 
| InputHandle | 
 Represents a handle to an input dataset. 
 | 
| JobHandle | 
 Represents a handle to a job. 
 | 
| SampleClient | 
 An example Boa client. 
 | 
| Enum | Description | 
|---|---|
| CompileStatus | 
 The status of the job compiling on the remote server. 
 | 
| ExecutionStatus | 
 The status of the job's execution. 
 | 
| Exception | Description | 
|---|---|
| BoaException | 
 The base class for any exception thrown by the Boa API. 
 | 
| LoginException | 
 Exception thrown in the case of a problem logging in to the API. 
 | 
| NotLoggedInException | 
 Exception thrown when attempting to use the API but not logged in. 
 |