| Package | Description |
|---|---|
| com.amazonaws.services.comprehend.model |
| Modifier and Type | Method and Description |
|---|---|
FlywheelIterationFilter |
FlywheelIterationFilter.clone() |
FlywheelIterationFilter |
ListFlywheelIterationHistoryRequest.getFilter()
Filter the flywheel iteration history based on creation time.
|
FlywheelIterationFilter |
FlywheelIterationFilter.withCreationTimeAfter(Date creationTimeAfter)
Filter the flywheel iterations to include iterations created after the specified time.
|
FlywheelIterationFilter |
FlywheelIterationFilter.withCreationTimeBefore(Date creationTimeBefore)
Filter the flywheel iterations to include iterations created before the specified time.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListFlywheelIterationHistoryRequest.setFilter(FlywheelIterationFilter filter)
Filter the flywheel iteration history based on creation time.
|
ListFlywheelIterationHistoryRequest |
ListFlywheelIterationHistoryRequest.withFilter(FlywheelIterationFilter filter)
Filter the flywheel iteration history based on creation time.
|
Copyright © 2023. All rights reserved.