Retail v2 API - Class UpdateModelRequest (2.8.0)

public sealed class UpdateModelRequest : IMessage<UpdateModelRequest>, IEquatable<UpdateModelRequest>, IDeepCloneable<UpdateModelRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Retail v2 API class UpdateModelRequest.

Request for updating an existing model.

Inheritance

object > UpdateModelRequest

Namespace

Google.Cloud.Retail.V2

Assembly

Google.Cloud.Retail.V2.dll

Constructors

UpdateModelRequest()

public UpdateModelRequest()

UpdateModelRequest(UpdateModelRequest)

public UpdateModelRequest(UpdateModelRequest other)
Parameter
NameDescription
otherUpdateModelRequest

Properties

Model

public Model Model { get; set; }

Required. The body of the updated [Model][google.cloud.retail.v2.Model].

Property Value
TypeDescription
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
TypeDescription
FieldMask