GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersion (google_api_document_ai v0.32.0) View Source
A processor version is an implementation of a processor. Each processor can have multiple versions, pre-trained by Google internally or up-trained by the customer. At a time, a processor can only have one default version version. So the processor's behavior (when processing documents) is defined by a default version.
Attributes
-
createTime
(type:DateTime.t
, default:nil
) - The time the processor version was created. -
displayName
(type:String.t
, default:nil
) - The display name of the processor version. -
name
(type:String.t
, default:nil
) - The resource name of the processor version. Format: projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version} -
state
(type:String.t
, default:nil
) - The state of the processor version.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersion{ createTime: DateTime.t() | nil, displayName: String.t() | nil, name: String.t() | nil, state: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.