Resource: ProcessorVersion
A processor version is an implementation of a processor. Each processor can have multiple versions, pretrained by Google internally or uptrained by the customer. A processor can only have one default version at a time. Its document-processing behavior is defined by that version.
| JSON representation |
|---|
{ "name": string, "displayName": string, "documentSchema": { object ( |
| Fields | |
|---|---|
name |
Identifier. The resource name of the processor version. Format: |
displayName |
The display name of the processor version. |
documentSchema |
Output only. The schema of the processor version. Describes the output. |
state |
Output only. The state of the processor version. |
createTime |
Output only. The time the processor version was created. Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
latestEvaluation |
Output only. The most recently invoked evaluation for the processor version. |
kmsKeyName |
Output only. The KMS key name used for encryption. |
kmsKeyVersionName |
Output only. The KMS key version with which data is encrypted. |
googleManaged |
Output only. Denotes that this |
deprecationInfo |
Output only. If set, information about the eventual deprecation of this version. |
modelType |
Output only. The model type of this processor version. |
satisfiesPzs |
Output only. Reserved for future use. |
satisfiesPzi |
Output only. Reserved for future use. |
genAiModelInfo |
Output only. Information about Generative AI model-based processor versions. |
Methods |
|
|---|---|
|
LRO endpoint to batch process many documents. |
|
Deletes the processor version, all artifacts under the processor version will be deleted. |
|
Deploys the processor version. |
|
Evaluates a ProcessorVersion against annotated documents, producing an Evaluation. |
|
Gets a processor version detail. |
|
Imports a processor version from source processor version. |
|
Lists all versions of a processor. |
|
Processes a single document. |
|
Trains a new processor version. |
|
Undeploys the processor version. |