Vineyard · Example Payload

Vineyard Put Name Example

Big DataCNCFCloud NativeData EngineeringDistributed SystemsIn-Memory StorageKubernetesMachine LearningMetadata ManagementPythonZero-Copy

Vineyard Put Name Example is an example object payload from Vineyard, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "POST",
    "path": "/names",
    "body": {
      "object_id": "0000000700063960",
      "name": "shared-tensor-v1"
    }
  },
  "response": {
    "status": 200,
    "body": {}
  }
}