#[non_exhaustive]pub struct EntityRecognizerAnnotations { /* private fields */ }Expand description
Describes the annotations associated with a entity recognizer.
Implementations§
source§impl EntityRecognizerAnnotations
impl EntityRecognizerAnnotations
sourcepub fn s3_uri(&self) -> Option<&str>
pub fn s3_uri(&self) -> Option<&str>
Specifies the Amazon S3 location where the annotations for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.
sourcepub fn test_s3_uri(&self) -> Option<&str>
pub fn test_s3_uri(&self) -> Option<&str>
Specifies the Amazon S3 location where the test annotations for an entity recognizer are located. The URI must be in the same region as the API endpoint that you are calling.
source§impl EntityRecognizerAnnotations
impl EntityRecognizerAnnotations
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityRecognizerAnnotations.
Trait Implementations§
source§impl Clone for EntityRecognizerAnnotations
impl Clone for EntityRecognizerAnnotations
source§fn clone(&self) -> EntityRecognizerAnnotations
fn clone(&self) -> EntityRecognizerAnnotations
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 more