public sealed class MutateDeployedModelRequest : IMessage<MutateDeployedModelRequest>, IEquatable<MutateDeployedModelRequest>, IDeepCloneable<MutateDeployedModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class MutateDeployedModelRequest.
Request message for [EndpointService.MutateDeployedModel][google.cloud.aiplatform.v1beta1.EndpointService.MutateDeployedModel].
Implements
IMessageMutateDeployedModelRequest, IEquatableMutateDeployedModelRequest, IDeepCloneableMutateDeployedModelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.AIPlatform.V1Beta1Assembly
Google.Cloud.AIPlatform.V1Beta1.dll
Constructors
MutateDeployedModelRequest()
public MutateDeployedModelRequest()
MutateDeployedModelRequest(MutateDeployedModelRequest)
public MutateDeployedModelRequest(MutateDeployedModelRequest other)
Parameter | |
---|---|
Name | Description |
other |
MutateDeployedModelRequest |
Properties
DeployedModel
public DeployedModel DeployedModel { get; set; }
Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:
min_replica_count
in either [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]max_replica_count
in either [DedicatedResources][google.cloud.aiplatform.v1beta1.DedicatedResources] or [AutomaticResources][google.cloud.aiplatform.v1beta1.AutomaticResources]- [autoscaling_metric_specs][google.cloud.aiplatform.v1beta1.DedicatedResources.autoscaling_metric_specs]
disable_container_logging
(v1 only)enable_container_logging
(v1beta1 only)
Property Value | |
---|---|
Type | Description |
DeployedModel |
Endpoint
public string Endpoint { get; set; }
Required. The name of the Endpoint resource into which to mutate a
DeployedModel. Format:
projects/{project}/locations/{location}/endpoints/{endpoint}
Property Value | |
---|---|
Type | Description |
string |
EndpointAsEndpointName
public EndpointName EndpointAsEndpointName { get; set; }
EndpointName-typed view over the Endpoint resource name property.
Property Value | |
---|---|
Type | Description |
EndpointName |
UpdateMask
public FieldMask UpdateMask { get; set; }
Required. The update mask applies to the resource. See [google.protobuf.FieldMask][google.protobuf.FieldMask].
Property Value | |
---|---|
Type | Description |
FieldMask |