ComputeVolumeDataInput
Example Usage
typescript
import { ComputeVolumeDataInput } from "@meetkai/mka1/models/components";
let value: ComputeVolumeDataInput = {
path: "/etc/ppp",
type: "huggingface",
url: "https://urban-pile.name/",
};Fields
| Field | Type | Required | Description |
|---|---|---|---|
path | string | ✔️ | N/A |
revision | string | ➖ | N/A |
type | components.ComputeVolumeDataInputType | ✔️ | N/A |
url | string | ✔️ | N/A |