Class UploadModelRequest (1.13.1)

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

Request message for ModelService.UploadModel .

Attributes

Name Description
parent str
Required. The resource name of the Location into which to upload the Model. Format: ``projects/{project}/locations/{location}``
model google.cloud.aiplatform_v1.types.Model
Required. The Model to create.

Inheritance

builtins.object > proto.message.Message > UploadModelRequest