versionId property

String? versionId
getter/setter pair

The version ID of the model.

A new version is committed when a new model version is uploaded or trained under an existing model id. It is an auto-incrementing decimal number in string representation.

Output only. Immutable.

Implementation

core.String? versionId;