#[non_exhaustive]pub struct EntityRecognizerOutputDataConfig { /* private fields */ }Expand description
Output data configuration.
Implementations§
source§impl EntityRecognizerOutputDataConfig
impl EntityRecognizerOutputDataConfig
sourcepub fn flywheel_stats_s3_prefix(&self) -> Option<&str>
pub fn flywheel_stats_s3_prefix(&self) -> Option<&str>
The Amazon S3 prefix for the data lake location of the flywheel statistics.
source§impl EntityRecognizerOutputDataConfig
impl EntityRecognizerOutputDataConfig
sourcepub fn builder() -> EntityRecognizerOutputDataConfigBuilder
pub fn builder() -> EntityRecognizerOutputDataConfigBuilder
Creates a new builder-style object to manufacture EntityRecognizerOutputDataConfig.
Trait Implementations§
source§impl Clone for EntityRecognizerOutputDataConfig
impl Clone for EntityRecognizerOutputDataConfig
source§fn clone(&self) -> EntityRecognizerOutputDataConfig
fn clone(&self) -> EntityRecognizerOutputDataConfig
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 PartialEq<EntityRecognizerOutputDataConfig> for EntityRecognizerOutputDataConfig
impl PartialEq<EntityRecognizerOutputDataConfig> for EntityRecognizerOutputDataConfig
source§fn eq(&self, other: &EntityRecognizerOutputDataConfig) -> bool
fn eq(&self, other: &EntityRecognizerOutputDataConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.