| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
Filter |
Filter.clone() |
Filter |
Filter.withName(String name)
A resource property name.
|
Filter |
Filter.withOperator(Operator operator)
A Boolean binary operator that is used to evaluate the filter.
|
Filter |
Filter.withOperator(String operator)
A Boolean binary operator that is used to evaluate the filter.
|
Filter |
Filter.withValue(String value)
A value used with
Name and Operator to determine which resources satisfy the filter's
condition. |
| Modifier and Type | Method and Description |
|---|---|
List<Filter> |
NestedFilters.getFilters()
A list of filters.
|
List<Filter> |
SearchExpression.getFilters()
A list of filter objects.
|
| Modifier and Type | Method and Description |
|---|---|
NestedFilters |
NestedFilters.withFilters(Filter... filters)
A list of filters.
|
SearchExpression |
SearchExpression.withFilters(Filter... filters)
A list of filter objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NestedFilters.setFilters(Collection<Filter> filters)
A list of filters.
|
void |
SearchExpression.setFilters(Collection<Filter> filters)
A list of filter objects.
|
NestedFilters |
NestedFilters.withFilters(Collection<Filter> filters)
A list of filters.
|
SearchExpression |
SearchExpression.withFilters(Collection<Filter> filters)
A list of filter objects.
|
Copyright © 2023. All rights reserved.