#[non_exhaustive]pub struct UpdateStreamProcessorInput { /* private fields */ }Implementations
sourceimpl UpdateStreamProcessorInput
impl UpdateStreamProcessorInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStreamProcessor, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<UpdateStreamProcessor, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<UpdateStreamProcessor>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateStreamProcessorInput.
sourceimpl UpdateStreamProcessorInput
impl UpdateStreamProcessorInput
sourcepub fn settings_for_update(&self) -> Option<&StreamProcessorSettingsForUpdate>
pub fn settings_for_update(&self) -> Option<&StreamProcessorSettingsForUpdate>
The stream processor settings that you want to update. Label detection settings can be updated to detect different labels with a different minimum confidence.
sourcepub fn regions_of_interest_for_update(&self) -> Option<&[RegionOfInterest]>
pub fn regions_of_interest_for_update(&self) -> Option<&[RegionOfInterest]>
Specifies locations in the frames where Amazon Rekognition checks for objects or people. This is an optional parameter for label detection stream processors.
sourcepub fn data_sharing_preference_for_update(
&self
) -> Option<&StreamProcessorDataSharingPreference>
pub fn data_sharing_preference_for_update(
&self
) -> Option<&StreamProcessorDataSharingPreference>
Shows whether you are sharing 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.
sourcepub fn parameters_to_delete(
&self
) -> Option<&[StreamProcessorParameterToDelete]>
pub fn parameters_to_delete(
&self
) -> Option<&[StreamProcessorParameterToDelete]>
A list of parameters you want to delete from the stream processor.
Trait Implementations
sourceimpl Clone for UpdateStreamProcessorInput
impl Clone for UpdateStreamProcessorInput
sourcefn clone(&self) -> UpdateStreamProcessorInput
fn clone(&self) -> UpdateStreamProcessorInput
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more