model property
The name of the Model resource that produces the predictions via this job, must share the same ancestor Location.
Starting this job has no impact on any existing deployments of the Model
and their resources. Exactly one of model and unmanaged_container_model
must be set. The model 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. The model
resource could also be a publisher model. Example:
publishers/{publisher}/models/{model}
or
projects/{project}/locations/{location}/publishers/{publisher}/models/{model}
Implementation
core.String? model;