deployToSameEndpoint property

bool? deployToSameEndpoint
getter/setter pair

By default, rebasing a model creates a new endpoint for the new model.

If this flag is set to true, the new model will be deployed to the same endpoint as the original model. WARNING: If you deploy to the same endpoint, the original model will be un-deployed and replaced by the new model.

Optional.

Implementation

core.bool? deployToSameEndpoint;