#[non_exhaustive]pub struct ProcessingFeatureStoreOutput { /* private fields */ }
Expand description
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Implementations§
source§impl 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.
source§impl ProcessingFeatureStoreOutput
impl ProcessingFeatureStoreOutput
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ProcessingFeatureStoreOutput
.
Trait Implementations§
source§impl Clone for ProcessingFeatureStoreOutput
impl Clone for ProcessingFeatureStoreOutput
source§fn clone(&self) -> ProcessingFeatureStoreOutput
fn clone(&self) -> ProcessingFeatureStoreOutput
Returns a copy 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 Debug for ProcessingFeatureStoreOutput
impl Debug for ProcessingFeatureStoreOutput
source§impl PartialEq<ProcessingFeatureStoreOutput> for ProcessingFeatureStoreOutput
impl PartialEq<ProcessingFeatureStoreOutput> for ProcessingFeatureStoreOutput
source§fn eq(&self, other: &ProcessingFeatureStoreOutput) -> bool
fn eq(&self, other: &ProcessingFeatureStoreOutput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.