public class RegistrationRequest extends Object
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
actions |
String |
algorithm_root_dir |
Map<String,String> |
extra_config |
String |
name |
Map<String,Map<String,String>> |
nodes |
PersistentData |
persistent_data |
String |
platform |
String |
project_root_dir |
List<String> |
resources |
String |
sandbox_root_dir |
String |
type |
| Constructor and Description |
|---|
RegistrationRequest() |
@NotNull public String name
@NotNull public String type
@NotNull public String platform
@NotNull public String project_root_dir
@NotNull public String algorithm_root_dir
@NotNull public String sandbox_root_dir
@NotNull public PersistentData persistent_data
Copyright © 2017. All rights reserved.