Struct aws_sdk_sagemaker::model::search_expression::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }
Expand description
A builder for SearchExpression
Implementations
Appends an item to filters
.
To override the contents of this collection use set_filters
.
A list of filter objects.
A list of filter objects.
Appends an item to nested_filters
.
To override the contents of this collection use set_nested_filters
.
A list of nested filter objects.
A list of nested filter objects.
Appends an item to sub_expressions
.
To override the contents of this collection use set_sub_expressions
.
A list of search expression objects.
A list of search expression objects.
A Boolean operator used to evaluate the search expression. If you want every
conditional statement in all lists to be satisfied for the entire search expression to
be true, specify And
. If only a single conditional statement needs to be
true for the entire search expression to be true, specify Or
. The default
value is And
.
A Boolean operator used to evaluate the search expression. If you want every
conditional statement in all lists to be satisfied for the entire search expression to
be true, specify And
. If only a single conditional statement needs to be
true for the entire search expression to be true, specify Or
. The default
value is And
.
Consumes the builder and constructs a SearchExpression
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more