model property

String? model
getter/setter pair

The resource name of the Model that this is the deployment of.

Note that the Model may be in a different location than the DeployedModel's Endpoint. The resource name may contain version id or version alias to specify the version. Example: projects/{project}/locations/{location}/models/{model}@2 or projects/{project}/locations/{location}/models/{model}@golden if no version is specified, the default version will be deployed.

Required.

Implementation

core.String? model;