#[non_exhaustive]pub struct DocumentClassificationConfig { /* private fields */ }Expand description
Configuration required for a custom classification model.
Implementations§
source§impl DocumentClassificationConfig
impl DocumentClassificationConfig
sourcepub fn builder() -> DocumentClassificationConfigBuilder
pub fn builder() -> DocumentClassificationConfigBuilder
Creates a new builder-style object to manufacture DocumentClassificationConfig.
Trait Implementations§
source§impl Clone for DocumentClassificationConfig
impl Clone for DocumentClassificationConfig
source§fn clone(&self) -> DocumentClassificationConfig
fn clone(&self) -> DocumentClassificationConfig
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 Debug for DocumentClassificationConfig
impl Debug for DocumentClassificationConfig
source§impl PartialEq<DocumentClassificationConfig> for DocumentClassificationConfig
impl PartialEq<DocumentClassificationConfig> for DocumentClassificationConfig
source§fn eq(&self, other: &DocumentClassificationConfig) -> bool
fn eq(&self, other: &DocumentClassificationConfig) -> bool
This method tests for
self and other values to be equal, and is used
by ==.