#[non_exhaustive]pub struct ProcessingFeatureStoreOutput { /* private fields */ }Expand description
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Implementations
sourceimpl ProcessingFeatureStoreOutput
impl ProcessingFeatureStoreOutput
sourcepub fn feature_group_name(&self) -> Option<&str>
pub fn feature_group_name(&self) -> Option<&str>
The name of the Amazon SageMaker FeatureGroup to use as the destination for processing job output. Note that your processing script is responsible for putting records into your Feature Store.
sourceimpl ProcessingFeatureStoreOutput
impl ProcessingFeatureStoreOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProcessingFeatureStoreOutput.
Trait Implementations
sourceimpl Clone for ProcessingFeatureStoreOutput
impl Clone for ProcessingFeatureStoreOutput
sourcefn clone(&self) -> ProcessingFeatureStoreOutput
fn clone(&self) -> ProcessingFeatureStoreOutput
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for ProcessingFeatureStoreOutput
impl Debug for ProcessingFeatureStoreOutput
sourceimpl PartialEq<ProcessingFeatureStoreOutput> for ProcessingFeatureStoreOutput
impl PartialEq<ProcessingFeatureStoreOutput> for ProcessingFeatureStoreOutput
sourcefn eq(&self, other: &ProcessingFeatureStoreOutput) -> bool
fn eq(&self, other: &ProcessingFeatureStoreOutput) -> bool
impl StructuralPartialEq for ProcessingFeatureStoreOutput
Auto Trait Implementations
impl RefUnwindSafe for ProcessingFeatureStoreOutput
impl Send for ProcessingFeatureStoreOutput
impl Sync for ProcessingFeatureStoreOutput
impl Unpin for ProcessingFeatureStoreOutput
impl UnwindSafe for ProcessingFeatureStoreOutput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more