public sealed class GetModelRequest : IMessage<GetModelRequest>, IEquatable<GetModelRequest>, IDeepCloneable<GetModelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class GetModelRequest.
Request for getting a model.
Implements
IMessageGetModelRequest, IEquatableGetModelRequest, IDeepCloneableGetModelRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
GetModelRequest()
public GetModelRequest()
GetModelRequest(GetModelRequest)
public GetModelRequest(GetModelRequest other)
Parameter | |
---|---|
Name | Description |
other |
GetModelRequest |
Properties
ModelName
public ModelName ModelName { get; set; }
Property Value | |
---|---|
Type | Description |
ModelName |
Name
public string Name { get; set; }
Required. The resource name of the [Model][google.cloud.retail.v2.Model] to
get. Format:
projects/{project_number}/locations/{location_id}/catalogs/{catalog}/models/{model_id}
Property Value | |
---|---|
Type | Description |
string |