Googly. DocumentAI. Model. GoogleCloudDocumentaiV1SchemaGenerationHistory
(googly_document_ai v0.1.0)
Copy Markdown
View Source
The history of schema generation iterations.
Attributes
-
iterations(type:list(Googly.DocumentAI.Model.GoogleCloudDocumentaiV1SchemaGenerationIteration.t())) - Required. Previous prompt-answers in a chronological order.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1SchemaGenerationHistory{ iterations: [ Googly.DocumentAI.Model.GoogleCloudDocumentaiV1SchemaGenerationIteration.t() ] | nil }