Class UpdateModelRequest (1.1.0)

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

Request message for [ModelService.UpdateModel][google.cloud.aiplatform.v1.ModelService.UpdateModel].

Inheritance

Object > UpdateModelRequest

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

UpdateModelRequest()

public UpdateModelRequest()

UpdateModelRequest(UpdateModelRequest)

public UpdateModelRequest(UpdateModelRequest other)
Parameter
NameDescription
otherUpdateModelRequest

Properties

Model

public Model Model { get; set; }

Required. The Model which replaces the resource on the server.

Property Value
TypeDescription
Model

UpdateMask

public FieldMask UpdateMask { get; set; }

Required. The update mask applies to the resource. For the FieldMask definition, see [google.protobuf.FieldMask][google.protobuf.FieldMask].

Property Value
TypeDescription
FieldMask