Struct aws_sdk_personalize::input::CreateFilterInput
source · #[non_exhaustive]pub struct CreateFilterInput { /* private fields */ }
Implementations§
source§impl CreateFilterInput
impl CreateFilterInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFilter, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFilter, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateFilter
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateFilterInput
.
source§impl CreateFilterInput
impl CreateFilterInput
sourcepub fn dataset_group_arn(&self) -> Option<&str>
pub fn dataset_group_arn(&self) -> Option<&str>
The ARN of the dataset group that the filter will belong to.
sourcepub fn filter_expression(&self) -> Option<&str>
pub fn filter_expression(&self) -> Option<&str>
The filter expression defines which items are included or excluded from recommendations. Filter expression must follow specific format rules. For information about filter expression structure and syntax, see Filter expressions.
A list of tags to apply to the filter.
Trait Implementations§
source§impl Clone for CreateFilterInput
impl Clone for CreateFilterInput
source§fn clone(&self) -> CreateFilterInput
fn clone(&self) -> CreateFilterInput
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 CreateFilterInput
impl Debug for CreateFilterInput
source§impl PartialEq<CreateFilterInput> for CreateFilterInput
impl PartialEq<CreateFilterInput> for CreateFilterInput
source§fn eq(&self, other: &CreateFilterInput) -> bool
fn eq(&self, other: &CreateFilterInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.