Class GoogleCloudAiplatformV1beta1MutateDeployedModelRequest
Request message for EndpointService.MutateDeployedModel.
Implements
Inherited Members
Namespace: Google.Apis.Aiplatform.v1beta1.Data
Assembly: Google.Apis.Aiplatform.v1beta1.dll
Syntax
public class GoogleCloudAiplatformV1beta1MutateDeployedModelRequest : IDirectResponseSchema
Properties
DeployedModel
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)
Declaration
[JsonProperty("deployedModel")]
public virtual GoogleCloudAiplatformV1beta1DeployedModel DeployedModel { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudAiplatformV1beta1DeployedModel |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
UpdateMask
Required. The update mask applies to the resource. See google.protobuf.FieldMask.
Declaration
[JsonProperty("updateMask")]
public virtual object UpdateMask { get; set; }
Property Value
| Type | Description |
|---|---|
| object |