modelId property

String? modelId
getter/setter pair

Copy source_model into a new Model with this ID.

The ID 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;