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

GoogleCloudAiplatformV1MutateDeployedModelRequest

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

Request message for EndpointService.MutateDeployedModel.

interface GoogleCloudAiplatformV1MutateDeployedModelRequest {
updateMask?: string;
}

§Properties

§

Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated: * min_replica_count in either DedicatedResources or AutomaticResources * max_replica_count in either DedicatedResources or AutomaticResources * autoscaling_metric_specs * disable_container_logging (v1 only) * enable_container_logging (v1beta1 only)

§
updateMask?: string
[src]

Required. The update mask applies to the resource. See google.protobuf.FieldMask.