modelId property

String? modelId
getter/setter pair

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.

Optional.

Implementation

core.String? modelId;