Class UploadModelRequest (1.16.1)

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}``
parent_model str
Optional. The resource name of the model into which to upload the version. Only specify this field when uploading a new version.
model_id str
Optional. The ID to use for the uploaded Model, which will become the final component of the model resource name. This value may be up to 63 characters, and valid characters are ``[a-z0-9_-]``. The first character cannot be a number or hyphen.
model google.cloud.aiplatform_v1.types.Model
Required. The Model to create.

Inheritance

builtins.object > proto.message.Message > UploadModelRequest