Googly. DocumentAI. Model. GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo
(googly_document_ai v0.1.0)
Copy Markdown
View Source
Information about the upcoming deprecation of this processor version.
Attributes
-
deprecation_time(type:DateTime.t()) - The time at which this processor version will be deprecated. -
replacement_processor_version(type:String.t()) - If set, the processor version that will be used as a replacement.
Summary
Types
@type t() :: %Googly.DocumentAI.Model.GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo{ deprecation_time: DateTime.t() | nil, replacement_processor_version: String.t() | nil }