MCPcopy Index your code
hub / github.com/Bytez-com/docs / Update

Interface Update

sdk/javascript/src/interface/Model.ts:61–68  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59}
60
61export interface Update extends Create {
62 /**
63 * The auto-scaling cluster can be manually turned "on" or "off"
64 *
65 * Turning "off" cluster will shut down all instances
66 */
67 status?: "on" | "off";
68}
69
70export type ModelRunOutput<Stream extends boolean> = Stream extends true
71 ? NodeJS.ReadStream & ReadableStream<Uint8Array>

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected