Struct aws_sdk_personalize::input::CreateFilterInput
source · [−]#[non_exhaustive]pub struct CreateFilterInput {
pub name: Option<String>,
pub dataset_group_arn: Option<String>,
pub filter_expression: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.name: Option<String>The name of the filter to create.
dataset_group_arn: Option<String>The ARN of the dataset group that the filter will belong to.
filter_expression: Option<String>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.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFilter, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateFilter, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<CreateFilter>
Creates a new builder-style object to manufacture CreateFilterInput
The ARN of the dataset group that the filter will belong to.
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.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for CreateFilterInput
impl Send for CreateFilterInput
impl Sync for CreateFilterInput
impl Unpin for CreateFilterInput
impl UnwindSafe for CreateFilterInput
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