Class GetModelRequest (1.1.1)

  GetModelRequest 
 ( 
 mapping 
 = 
 None 
 , 
 * 
 , 
 ignore_unknown_fields 
 = 
 False 
 , 
 ** 
 kwargs 
 ) 
 

Request message for ModelService.GetModel .

Attribute

Name Description
name str
Required. The name of the Model resource. Format: ``projects/{project}/locations/{location}/models/{model}``

Inheritance

builtins.object > proto.message.Message > GetModelRequest