Show / Hide Table of Contents

Class GoogleCloudAiplatformV1MutateDeployedModelRequest

Request message for EndpointService.MutateDeployedModel.

Inheritance
object
GoogleCloudAiplatformV1MutateDeployedModelRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class GoogleCloudAiplatformV1MutateDeployedModelRequest : 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 GoogleCloudAiplatformV1DeployedModel DeployedModel { get; set; }
Property Value
Type Description
GoogleCloudAiplatformV1DeployedModel

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX