flywheel_iteration_histories
Creates, updates, deletes, gets or lists a flywheel_iteration_histories resource.
Overview
| Name | flywheel_iteration_histories |
| Type | Resource |
| Id | aws.comprehend.flywheel_iteration_histories |
Fields
The following fields are returned by SELECT queries:
- list_flywheel_iteration_history
| Name | Datatype | Description |
|---|---|---|
flywheel_iteration_properties_list | array | List of flywheel iteration properties |
next_token | string | Next token |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list_flywheel_iteration_history | select | region | Information about the history of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|---|---|
region | string | AWS region (default: us-east-1) |
SELECT examples
- list_flywheel_iteration_history
Information about the history of a flywheel iteration. For more information about flywheels, see Flywheel overview in the Amazon Comprehend Developer Guide.
SELECT
flywheel_iteration_properties_list,
next_token
FROM aws.comprehend.flywheel_iteration_histories
WHERE region = '{{ region }}' -- required
;