GraphInspectionResponse
Example Usage
typescript
import { GraphInspectionResponse } from "@meetkai/mka1/models/components";
let value: GraphInspectionResponse = {
counts: {
entityCount: 251916,
edgeCount: 694373,
chunkCount: 588968,
},
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
entities | components.GraphEntityView[] | ➖ | N/A |
edges | components.GraphEdgeView[] | ➖ | N/A |
counts | components.GraphCountsView | ✔️ | N/A |