Struct aws_sdk_evidently::operation::batch_evaluate_feature::builders::BatchEvaluateFeatureOutputBuilder
source · #[non_exhaustive]pub struct BatchEvaluateFeatureOutputBuilder { /* private fields */ }Expand description
A builder for BatchEvaluateFeatureOutput.
Implementations§
source§impl BatchEvaluateFeatureOutputBuilder
impl BatchEvaluateFeatureOutputBuilder
sourcepub fn results(self, input: EvaluationResult) -> Self
pub fn results(self, input: EvaluationResult) -> Self
Appends an item to results.
To override the contents of this collection use set_results.
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
sourcepub fn set_results(self, input: Option<Vec<EvaluationResult>>) -> Self
pub fn set_results(self, input: Option<Vec<EvaluationResult>>) -> Self
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
sourcepub fn get_results(&self) -> &Option<Vec<EvaluationResult>>
pub fn get_results(&self) -> &Option<Vec<EvaluationResult>>
An array of structures, where each structure displays the results of one feature evaluation assignment to one user session.
sourcepub fn build(self) -> BatchEvaluateFeatureOutput
pub fn build(self) -> BatchEvaluateFeatureOutput
Consumes the builder and constructs a BatchEvaluateFeatureOutput.
Trait Implementations§
source§impl Clone for BatchEvaluateFeatureOutputBuilder
impl Clone for BatchEvaluateFeatureOutputBuilder
source§fn clone(&self) -> BatchEvaluateFeatureOutputBuilder
fn clone(&self) -> BatchEvaluateFeatureOutputBuilder
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 BatchEvaluateFeatureOutputBuilder
impl Default for BatchEvaluateFeatureOutputBuilder
source§fn default() -> BatchEvaluateFeatureOutputBuilder
fn default() -> BatchEvaluateFeatureOutputBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq for BatchEvaluateFeatureOutputBuilder
impl PartialEq for BatchEvaluateFeatureOutputBuilder
source§fn eq(&self, other: &BatchEvaluateFeatureOutputBuilder) -> bool
fn eq(&self, other: &BatchEvaluateFeatureOutputBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for BatchEvaluateFeatureOutputBuilder
Auto Trait Implementations§
impl RefUnwindSafe for BatchEvaluateFeatureOutputBuilder
impl Send for BatchEvaluateFeatureOutputBuilder
impl Sync for BatchEvaluateFeatureOutputBuilder
impl Unpin for BatchEvaluateFeatureOutputBuilder
impl UnwindSafe for BatchEvaluateFeatureOutputBuilder
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
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.