Class UndeployModelRequest
Request message for [AutoMl.UndeployModel][google.cloud.automl.v1.AutoMl.UndeployModel].
Inheritance
System.Object
UndeployModelRequest
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 UndeployModelRequest : IMessage<UndeployModelRequest>, IEquatable<UndeployModelRequest>, IDeepCloneable<UndeployModelRequest>, IBufferMessage, IMessage
Constructors
UndeployModelRequest()
Declaration
public UndeployModelRequest()
UndeployModelRequest(UndeployModelRequest)
Declaration
public UndeployModelRequest(UndeployModelRequest other)
Parameters
Type | Name | Description |
---|---|---|
UndeployModelRequest | other |
Properties
ModelName
Declaration
public ModelName ModelName { get; set; }
Property Value
Type | Description |
---|---|
ModelName |
Name
Required. Resource name of the model to undeploy.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |