pub struct EntityRecognizerEntityList {
pub s3_uri: String,
}Expand description
Describes the entity recognizer submitted with an entity recognizer.
Fields§
§s3_uri: StringSpecifies the Amazon S3 location where the entity list is located. The URI must be in the same region as the API endpoint that you are calling.
Trait Implementations§
Source§impl Clone for EntityRecognizerEntityList
impl Clone for EntityRecognizerEntityList
Source§fn clone(&self) -> EntityRecognizerEntityList
fn clone(&self) -> EntityRecognizerEntityList
Returns a duplicate 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 Debug for EntityRecognizerEntityList
impl Debug for EntityRecognizerEntityList
Source§impl Default for EntityRecognizerEntityList
impl Default for EntityRecognizerEntityList
Source§fn default() -> EntityRecognizerEntityList
fn default() -> EntityRecognizerEntityList
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for EntityRecognizerEntityList
impl<'de> Deserialize<'de> for EntityRecognizerEntityList
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl StructuralPartialEq for EntityRecognizerEntityList
Auto Trait Implementations§
impl Freeze for EntityRecognizerEntityList
impl RefUnwindSafe for EntityRecognizerEntityList
impl Send for EntityRecognizerEntityList
impl Sync for EntityRecognizerEntityList
impl Unpin for EntityRecognizerEntityList
impl UnwindSafe for EntityRecognizerEntityList
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more