Class UpdateModelRequest
Request message for [AutoMl.UpdateModel][google.cloud.automl.v1.AutoMl.UpdateModel]
Inheritance
System.Object
UpdateModelRequest
Inherited Members
System.Object.ToString()
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Google.Cloud.AutoML.V1
Assembly: Google.Cloud.AutoML.V1.dll
Syntax
public sealed class UpdateModelRequest : IMessage<UpdateModelRequest>, IEquatable<UpdateModelRequest>, IDeepCloneable<UpdateModelRequest>, IBufferMessage, IMessage
Constructors
UpdateModelRequest()
Declaration
public UpdateModelRequest()
UpdateModelRequest(UpdateModelRequest)
Declaration
public UpdateModelRequest(UpdateModelRequest other)
Parameters
Type | Name | Description |
---|---|---|
UpdateModelRequest | other |
Properties
Model
Required. The model which replaces the resource on the server.
Declaration
public Model Model { get; set; }
Property Value
Type | Description |
---|---|
Model |
UpdateMask
Required. The update mask applies to the resource.
Declaration
public FieldMask UpdateMask { get; set; }
Property Value
Type | Description |
---|---|
FieldMask |