Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleCloudMlV1__ManualScaling

import type { GoogleCloudMlV1__ManualScaling } from "https://googleapis.deno.dev/v1/ml:v1.ts";

Options for manually scaling a model.

interface GoogleCloudMlV1__ManualScaling {
nodes?: number;
}

§Properties

§
nodes?: number
[src]

The number of nodes to allocate for this model. These nodes are always up, starting from the time the model is deployed, so the cost of operating this model will be proportional to nodes * number of hours since last billing cycle plus the cost for each prediction performed.