#[non_exhaustive]pub struct StreamProcessorDataSharingPreference { /* private fields */ }Expand description
Allows you to opt in or opt out to share data with Rekognition to improve model performance. You can choose this option at the account level or on a per-stream basis. Note that if you opt out at the account level this setting is ignored on individual streams.
Implementations
sourceimpl StreamProcessorDataSharingPreference
impl StreamProcessorDataSharingPreference
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StreamProcessorDataSharingPreference.
Trait Implementations
sourceimpl Clone for StreamProcessorDataSharingPreference
impl Clone for StreamProcessorDataSharingPreference
sourcefn clone(&self) -> StreamProcessorDataSharingPreference
fn clone(&self) -> StreamProcessorDataSharingPreference
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 PartialEq<StreamProcessorDataSharingPreference> for StreamProcessorDataSharingPreference
impl PartialEq<StreamProcessorDataSharingPreference> for StreamProcessorDataSharingPreference
sourcefn eq(&self, other: &StreamProcessorDataSharingPreference) -> bool
fn eq(&self, other: &StreamProcessorDataSharingPreference) -> bool
impl StructuralPartialEq for StreamProcessorDataSharingPreference
Auto Trait Implementations
impl RefUnwindSafe for StreamProcessorDataSharingPreference
impl Send for StreamProcessorDataSharingPreference
impl Sync for StreamProcessorDataSharingPreference
impl Unpin for StreamProcessorDataSharingPreference
impl UnwindSafe for StreamProcessorDataSharingPreference
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