#[non_exhaustive]pub struct EntityRecognizerAnnotations { /* private fields */ }Expand description
Describes the annotations associated with a entity recognizer.
Implementations
sourceimpl 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.
sourceimpl EntityRecognizerAnnotations
impl EntityRecognizerAnnotations
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityRecognizerAnnotations.
Trait Implementations
sourceimpl Clone for EntityRecognizerAnnotations
impl Clone for EntityRecognizerAnnotations
sourcefn clone(&self) -> EntityRecognizerAnnotations
fn clone(&self) -> EntityRecognizerAnnotations
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 Debug for EntityRecognizerAnnotations
impl Debug for EntityRecognizerAnnotations
sourceimpl PartialEq<EntityRecognizerAnnotations> for EntityRecognizerAnnotations
impl PartialEq<EntityRecognizerAnnotations> for EntityRecognizerAnnotations
sourcefn eq(&self, other: &EntityRecognizerAnnotations) -> bool
fn eq(&self, other: &EntityRecognizerAnnotations) -> bool
impl StructuralPartialEq for EntityRecognizerAnnotations
Auto Trait Implementations
impl RefUnwindSafe for EntityRecognizerAnnotations
impl Send for EntityRecognizerAnnotations
impl Sync for EntityRecognizerAnnotations
impl Unpin for EntityRecognizerAnnotations
impl UnwindSafe for EntityRecognizerAnnotations
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