Class UploadModelRequest (0.6.0)

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

Request message for ModelService.UploadModel.

Attributes

NameDescription
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