| Interface | Description | 
|---|---|
| ICP4DService | Represents the REST service of the ICP4D platform. | 
| Class | Description | 
|---|---|
| DeploymentSpace | This class represents a Deployment space REST resource from the /v2/spaces API | 
| DeploymentSpace.Entity | entity substructure | 
| DeploymentSpace.MetaData | metadata substructure | 
| ICP4DServiceImpl | Abstracts the REST API of the CP4D. | 
| JobDescription | This class represents a Job REST resource from the /v2/jobs API of the CP4D. | 
| JobDescription.MetaData | metadata sub-structure
  "metadata": {
     "asset_id": "19561431-e6bd-4bfa-8f71-630821ed4e14",
     "description": "jobs for test",
     "name": "python job",
     "owner_id": "1000330999",
     "version": 0
 } | 
| JobRunConfiguration | This class represents an entity->configuration object of a JobRun REST resource from the /v2/jobs API of the CP4D. |