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