GoogleCloudAiplatformV1MutateDeployedModelRequest
import type { GoogleCloudAiplatformV1MutateDeployedModelRequest } from "https://googleapis.deno.dev/v1/aiplatform:v1.ts";Request message for EndpointService.MutateDeployedModel.
interface GoogleCloudAiplatformV1MutateDeployedModelRequest {
deployedModel?: GoogleCloudAiplatformV1DeployedModel;
updateMask?: string;
}§Properties
§
deployedModel?: GoogleCloudAiplatformV1DeployedModel
[src]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 * required_replica_count in
DedicatedResources * autoscaling_metric_specs * disable_container_logging
(v1 only) * enable_container_logging (v1beta1 only) *
scale_to_zero_spec in DedicatedResources (v1beta1 only) *
initial_replica_count in DedicatedResources (v1beta1 only)