#[non_exhaustive]pub struct CreateClassifierOutputBuilder { /* private fields */ }Expand description
A builder for CreateClassifierOutput.
Implementations§
source§impl CreateClassifierOutputBuilder
impl CreateClassifierOutputBuilder
sourcepub fn build(self) -> CreateClassifierOutput
pub fn build(self) -> CreateClassifierOutput
Consumes the builder and constructs a CreateClassifierOutput.
Trait Implementations§
source§impl Clone for CreateClassifierOutputBuilder
impl Clone for CreateClassifierOutputBuilder
source§fn clone(&self) -> CreateClassifierOutputBuilder
fn clone(&self) -> CreateClassifierOutputBuilder
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 Default for CreateClassifierOutputBuilder
impl Default for CreateClassifierOutputBuilder
source§fn default() -> CreateClassifierOutputBuilder
fn default() -> CreateClassifierOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<CreateClassifierOutputBuilder> for CreateClassifierOutputBuilder
impl PartialEq<CreateClassifierOutputBuilder> for CreateClassifierOutputBuilder
source§fn eq(&self, other: &CreateClassifierOutputBuilder) -> bool
fn eq(&self, other: &CreateClassifierOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.