modelId property

String? modelId
getter/setter pair

The id of the model in the same Catalog to use at serving time.

Currently only RecommendationModels are supported: https://cloud.google.com/retail/recommendations-ai/docs/create-models Can be changed but only to a compatible model (e.g. others-you-may-like CTR to others-you-may-like CVR). Required when solution_types is SOLUTION_TYPE_RECOMMENDATION.

Implementation

core.String? modelId;