GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersion (google_api_document_ai v0.29.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. -
latestEvaluation
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationReference.t
, default:nil
) - The most recently invoked evaluation for 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} -
schema
(type:GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Schema.t
, default:nil
) - The schema of the processor version. Describes the output. -
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.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersion{ createTime: DateTime.t() | nil, displayName: String.t() | nil, latestEvaluation: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationReference.t() | nil, name: String.t() | nil, schema: GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3Schema.t() | nil, state: String.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.