| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
QueryFilters |
QueryFilters.addPropertiesEntry(String key,
String value)
Add a single Properties entry
|
QueryFilters |
QueryFilters.clearPropertiesEntries()
Removes all the entries added into Properties.
|
QueryFilters |
QueryFilters.clone() |
QueryFilters |
QueryLineageRequest.getFilters()
A set of filtering parameters that allow you to specify which entities should be returned.
|
QueryFilters |
QueryFilters.withCreatedAfter(Date createdAfter)
Filter the lineage entities connected to the
StartArn(s) after the create date. |
QueryFilters |
QueryFilters.withCreatedBefore(Date createdBefore)
Filter the lineage entities connected to the
StartArn(s) by created date. |
QueryFilters |
QueryFilters.withLineageTypes(Collection<String> lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters |
QueryFilters.withLineageTypes(LineageType... lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters |
QueryFilters.withLineageTypes(String... lineageTypes)
Filter the lineage entities connected to the
StartArn(s) by the type of the lineage entity. |
QueryFilters |
QueryFilters.withModifiedAfter(Date modifiedAfter)
Filter the lineage entities connected to the
StartArn(s) after the last modified date. |
QueryFilters |
QueryFilters.withModifiedBefore(Date modifiedBefore)
Filter the lineage entities connected to the
StartArn(s) before the last modified date. |
QueryFilters |
QueryFilters.withProperties(Map<String,String> properties)
Filter the lineage entities connected to the
StartArn(s) by a set if property key value pairs. |
QueryFilters |
QueryFilters.withTypes(Collection<String> types)
Filter the lineage entities connected to the
StartArn by type. |
QueryFilters |
QueryFilters.withTypes(String... types)
Filter the lineage entities connected to the
StartArn by type. |
| Modifier and Type | Method and Description |
|---|---|
void |
QueryLineageRequest.setFilters(QueryFilters filters)
A set of filtering parameters that allow you to specify which entities should be returned.
|
QueryLineageRequest |
QueryLineageRequest.withFilters(QueryFilters filters)
A set of filtering parameters that allow you to specify which entities should be returned.
|
Copyright © 2023. All rights reserved.