modelUserId property

String? modelUserId
getter/setter pair

The ID to use for the uploaded Model, which will become the final component of the model resource name.

When not provided, Vertex AI will generate a value for this ID. When Model Registry model is provided, this field will be ignored. This value may be up to 63 characters, and valid characters are [a-z0-9_-]. The first character cannot be a number or hyphen.

Optional.

Implementation

core.String? modelUserId;