...
Code Block |
---|
{ "data_source": { "type": "Minio", "address": "localhost:9000", "accesskey_id": "minioadmin", "accesskey_secret": "minioadmin", "use_ssl": false, "bucket_name": "mybucket" }, "external_data": { "target_collection": "TEST", "files": [ { "file": file_1.json, "type": "column_based", "fields_mapping": { "data.columns.id": "uid", "data.columns.year": "year", "data.columns.age": "age", } }, { "file": file_2.npy, "type": "column_based", "fields_mapping": { "embedding": "embedding", } } ] } } |
dasdaThe "options" for other SDK is not JSON object. A declaration for JAVA SDK would be like this:
RPC Interfaces
Internal machinery
...