123456789101112131415161718192021222324252627282930313233343536373839404142 |
- {
- "data": [
- {
- "file": "examples/data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "expect",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "actual",
- "namespace": "experiment",
- "role": "host_0"
- },
- {
- "file": "examples/data/breast_homo_guest.csv",
- "head": 1,
- "partition": 16,
- "table_name": "expect",
- "namespace": "experiment",
- "role": "guest_0"
- },
- {
- "file": "examples/data/breast_homo_host.csv",
- "head": 1,
- "partition": 16,
- "table_name": "actual",
- "namespace": "experiment",
- "role": "guest_0"
- }
- ],
- "tasks": {
- "psi": {
- "conf": "psi_cpn_conf.json",
- "dsl": "psi_cpn_dsl.json"
- }
- }
- }
|