public sealed class UpdateModelRequest : IMessage<UpdateModelRequest>, IEquatable<UpdateModelRequest>, IDeepCloneable<UpdateModelRequest>, IBufferMessage, IMessageReference documentation and code samples for the Retail v2 API class UpdateModelRequest.
Request for updating an existing model.
Implements
IMessageUpdateModelRequest, IEquatableUpdateModelRequest, IDeepCloneableUpdateModelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
UpdateModelRequest()
public UpdateModelRequest()UpdateModelRequest(UpdateModelRequest)
public UpdateModelRequest(UpdateModelRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateModelRequest |
Properties
Model
public Model Model { get; set; }Required. The body of the updated [Model][google.cloud.retail.v2.Model].
| Property Value | |
|---|---|
| Type | Description |
Model |
|
UpdateMask
public FieldMask UpdateMask { get; set; }Optional. Indicates which fields in the provided 'model' to update. If not set, by default updates all fields.
| Property Value | |
|---|---|
| Type | Description |
FieldMask |
|