Struct aws_sdk_sagemaker::model::ProcessingFeatureStoreOutput [−][src]
#[non_exhaustive]pub struct ProcessingFeatureStoreOutput {
pub feature_group_name: Option<String>,
}
Expand description
Configuration for processing job outputs in Amazon SageMaker Feature Store.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.feature_group_name: Option<String>
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.
Implementations
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.
Creates a new builder-style object to manufacture ProcessingFeatureStoreOutput
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl Send for ProcessingFeatureStoreOutput
impl Sync for ProcessingFeatureStoreOutput
impl Unpin for ProcessingFeatureStoreOutput
impl UnwindSafe for ProcessingFeatureStoreOutput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more