| Package | Description |
|---|---|
| com.amazonaws.services.personalize.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
DescribeFilterResult.getFilter()
The filter's details.
|
Filter |
Filter.withCreationDateTime(Date creationDateTime)
The time at which the filter was created.
|
Filter |
Filter.withDatasetGroupArn(String datasetGroupArn)
The ARN of the dataset group to which the filter belongs.
|
Filter |
Filter.withFailureReason(String failureReason)
If the filter failed, the reason for its failure.
|
Filter |
Filter.withFilterArn(String filterArn)
The ARN of the filter.
|
Filter |
Filter.withFilterExpression(String filterExpression)
Specifies the type of item interactions to filter out of recommendation results.
|
Filter |
Filter.withLastUpdatedDateTime(Date lastUpdatedDateTime)
The time at which the filter was last updated.
|
Filter |
Filter.withName(String name)
The name of the filter.
|
Filter |
Filter.withStatus(String status)
The status of the filter.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFilterResult.setFilter(Filter filter)
The filter's details.
|
DescribeFilterResult |
DescribeFilterResult.withFilter(Filter filter)
The filter's details.
|
Copyright © 2021. All rights reserved.