Vineyard · Example Payload

Vineyard Get By Name Example

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

Vineyard Get By 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": "GET",
    "path": "/names/shared-tensor-v1",
    "parameters": {
      "wait": false
    }
  },
  "response": {
    "status": 200,
    "body": {
      "object_id": "0000000700063960"
    }
  }
}