| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
NestedFilters |
NestedFilters.clone() |
NestedFilters |
NestedFilters.withFilters(Collection<Filter> filters)
A list of filters.
|
NestedFilters |
NestedFilters.withFilters(Filter... filters)
A list of filters.
|
NestedFilters |
NestedFilters.withNestedPropertyName(String nestedPropertyName)
The name of the property to use in the nested filters.
|
| Modifier and Type | Method and Description |
|---|---|
List<NestedFilters> |
SearchExpression.getNestedFilters()
A list of nested filter objects.
|
| Modifier and Type | Method and Description |
|---|---|
SearchExpression |
SearchExpression.withNestedFilters(NestedFilters... nestedFilters)
A list of nested filter objects.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SearchExpression.setNestedFilters(Collection<NestedFilters> nestedFilters)
A list of nested filter objects.
|
SearchExpression |
SearchExpression.withNestedFilters(Collection<NestedFilters> nestedFilters)
A list of nested filter objects.
|
Copyright © 2024. All rights reserved.