Class UploadModelResponse (1.21.0)

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

Response message of ModelService.UploadModel operation.

Attributes

Name Description
model str
The name of the uploaded Model resource. Format: projects/{project}/locations/{location}/models/{model}
model_version_id str
Output only. The version ID of the model that is uploaded.

Inheritance

builtins.object > proto.message.Message > UploadModelResponse