id property

String? id
getter/setter pair

The ID of the DeployedModel.

If not provided upon deployment, Vertex AI will generate a value for this ID. This value should be 1-10 characters, and valid characters are /[0-9]/.

Immutable.

Implementation

core.String? id;