Struct aws_sdk_rekognition::model::training_data_result::Builder
source · [−]pub struct Builder { /* private fields */ }Expand description
A builder for TrainingDataResult.
Implementations
sourceimpl Builder
impl Builder
sourcepub fn input(self, input: TrainingData) -> Self
pub fn input(self, input: TrainingData) -> Self
The training assets that you supplied for training.
sourcepub fn set_input(self, input: Option<TrainingData>) -> Self
pub fn set_input(self, input: Option<TrainingData>) -> Self
The training assets that you supplied for training.
sourcepub fn output(self, input: TrainingData) -> Self
pub fn output(self, input: TrainingData) -> Self
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
sourcepub fn set_output(self, input: Option<TrainingData>) -> Self
pub fn set_output(self, input: Option<TrainingData>) -> Self
The images (assets) that were actually trained by Amazon Rekognition Custom Labels.
sourcepub fn validation(self, input: ValidationData) -> Self
pub fn validation(self, input: ValidationData) -> Self
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
sourcepub fn set_validation(self, input: Option<ValidationData>) -> Self
pub fn set_validation(self, input: Option<ValidationData>) -> Self
The location of the data validation manifest. The data validation manifest is created for the training dataset during model training.
sourcepub fn build(self) -> TrainingDataResult
pub fn build(self) -> TrainingDataResult
Consumes the builder and constructs a TrainingDataResult.
Trait Implementations
impl StructuralPartialEq for Builder
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl Send for Builder
impl Sync for Builder
impl Unpin for Builder
impl UnwindSafe for Builder
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