{
"user_id": "string",
"user_key": "string",
"config": {
"envs": {
"property1": {},
"property2": {}
},
"image": "string",
"initialization": {
"envs": {
"property1": {},
"property2": {}
},
"cmd": [
"string"
],
"image": "string",
"mounts": [
{
"container_path": "string",
"read_only": true,
"subpath": "string",
"subpath_relative": "string"
}
]
},
"mounts": [
{
"container_path": "string",
"read_only": true,
"subpath": "string",
"subpath_relative": "string"
}
],
"resource": {
"cpu_count": 0,
"epheneral_storage": "string",
"gpu_count": 0,
"mem_size": "string",
"shared_mem": "string"
},
"workdir": "string",
"services": "string"
},
"reset_env": true
}