pub struct GoogleCloudRetailV2ExperimentInfo {
pub experiment: Option<String>,
pub serving_config_experiment: Option<GoogleCloudRetailV2ExperimentInfoServingConfigExperiment>,
}Expand description
Metadata for active A/B testing experiment.
This type is not used in any activity, and only used as part of another schema.
Fields§
§experiment: Option<String>The fully qualified resource name of the experiment that provides the serving config under test, should an active experiment exist. For example: projects/*/locations/global/catalogs/default_catalog/experiments/experiment_id
serving_config_experiment: Option<GoogleCloudRetailV2ExperimentInfoServingConfigExperiment>A/B test between existing Cloud Retail Search ServingConfigs.
Trait Implementations§
Source§impl Clone for GoogleCloudRetailV2ExperimentInfo
impl Clone for GoogleCloudRetailV2ExperimentInfo
Source§fn clone(&self) -> GoogleCloudRetailV2ExperimentInfo
fn clone(&self) -> GoogleCloudRetailV2ExperimentInfo
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 GoogleCloudRetailV2ExperimentInfo
impl Default for GoogleCloudRetailV2ExperimentInfo
Source§fn default() -> GoogleCloudRetailV2ExperimentInfo
fn default() -> GoogleCloudRetailV2ExperimentInfo
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GoogleCloudRetailV2ExperimentInfo
impl<'de> Deserialize<'de> for GoogleCloudRetailV2ExperimentInfo
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 GoogleCloudRetailV2ExperimentInfo
Auto Trait Implementations§
impl Freeze for GoogleCloudRetailV2ExperimentInfo
impl RefUnwindSafe for GoogleCloudRetailV2ExperimentInfo
impl Send for GoogleCloudRetailV2ExperimentInfo
impl Sync for GoogleCloudRetailV2ExperimentInfo
impl Unpin for GoogleCloudRetailV2ExperimentInfo
impl UnwindSafe for GoogleCloudRetailV2ExperimentInfo
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