pub struct GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig {
pub event_item_level: Option<String>,
pub predict_item_level: Option<String>,
}Expand description
Configures the catalog level that users send events to, and the level at which predictions are made.
This type is not used in any activity, and only used as part of another schema.
Fields§
§event_item_level: Option<String>Optional. Level of the catalog at which events are uploaded. See https://cloud.google.com/recommendations-ai/docs/catalog#catalog-levels for more details.
predict_item_level: Option<String>Optional. Level of the catalog at which predictions are made. See https://cloud.google.com/recommendations-ai/docs/catalog#catalog-levels for more details.
Trait Implementations§
Source§impl Clone for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl Clone for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Source§fn clone(&self) -> GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
fn clone(&self) -> GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Default for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl Default for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Source§fn default() -> GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
fn default() -> GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl<'de> Deserialize<'de> for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Part for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Auto Trait Implementations§
impl Freeze for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl RefUnwindSafe for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl Send for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl Sync for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl Unpin for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
impl UnwindSafe for GoogleCloudRecommendationengineV1beta1CatalogItemLevelConfig
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more