Skip to main content

flywheel_iteration_histories

Creates, updates, deletes, gets or lists a flywheel_iteration_histories resource.

Overview

Nameflywheel_iteration_histories
TypeResource
Idaws.comprehend.flywheel_iteration_histories

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
flywheel_iteration_properties_listarrayList of flywheel iteration properties
next_tokenstringNext token

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
list_flywheel_iteration_historyselectregionInformation 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.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

SELECT examples

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
;