pub struct DataModelShapePlan {
pub node_id: NodeId,
pub input_granularity: Granularity,
pub target_granularity: Granularity,
pub fit_rows: FitBoundary,
pub predict_rows: FitBoundary,
pub feature_namespace: Option<String>,
pub feature_schema_fingerprint: Option<String>,
pub target_space: String,
pub aggregation_policy: AggregationPolicy,
pub augmentation_policy: AugmentationPolicy,
pub selection_policy: FeatureSelectionPolicy,
}Fields§
§node_id: NodeId§input_granularity: Granularity§target_granularity: Granularity§fit_rows: FitBoundary§predict_rows: FitBoundary§feature_namespace: Option<String>§feature_schema_fingerprint: Option<String>§target_space: String§aggregation_policy: AggregationPolicy§augmentation_policy: AugmentationPolicy§selection_policy: FeatureSelectionPolicyImplementations§
Trait Implementations§
Source§impl Clone for DataModelShapePlan
impl Clone for DataModelShapePlan
Source§fn clone(&self) -> DataModelShapePlan
fn clone(&self) -> DataModelShapePlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for DataModelShapePlan
impl Debug for DataModelShapePlan
Source§impl<'de> Deserialize<'de> for DataModelShapePlan
impl<'de> Deserialize<'de> for DataModelShapePlan
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 Eq for DataModelShapePlan
Source§impl PartialEq for DataModelShapePlan
impl PartialEq for DataModelShapePlan
Source§fn eq(&self, other: &DataModelShapePlan) -> bool
fn eq(&self, other: &DataModelShapePlan) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DataModelShapePlan
impl Serialize for DataModelShapePlan
impl StructuralPartialEq for DataModelShapePlan
Auto Trait Implementations§
impl Freeze for DataModelShapePlan
impl RefUnwindSafe for DataModelShapePlan
impl Send for DataModelShapePlan
impl Sync for DataModelShapePlan
impl Unpin for DataModelShapePlan
impl UnsafeUnpin for DataModelShapePlan
impl UnwindSafe for DataModelShapePlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> DeserializeOwned for Twhere
T: for<'de> Deserialize<'de>,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.