View Source GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersion (google_api_document_ai v0.45.0)
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.
Attributes
-
createTime(type:DateTime.t, default:nil) - The time the processor version was created. -
deprecationInfo(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo.t, default:nil) - If set, information about the eventual deprecation of this version. -
displayName(type:String.t, default:nil) - The display name of the processor version. -
documentSchema(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentSchema.t, default:nil) - The schema of the processor version. Describes the output. -
genAiModelInfo(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo.t, default:nil) - Output only. Information about Generative AI model-based processor versions. -
googleManaged(type:boolean(), default:nil) - Output only. Denotes that thisProcessorVersionis managed by Google. -
kmsKeyName(type:String.t, default:nil) - The KMS key name used for encryption. -
kmsKeyVersionName(type:String.t, default:nil) - The KMS key version with which data is encrypted. -
latestEvaluation(type:GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationReference.t, default:nil) - The most recently invoked evaluation for the processor version. -
modelType(type:String.t, default:nil) - Output only. The model type of this processor version. -
name(type:String.t, default:nil) - Identifier. The resource name of the processor version. Format:projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_version} -
satisfiesPzi(type:boolean(), default:nil) - Output only. Reserved for future use. -
satisfiesPzs(type:boolean(), default:nil) - Output only. Reserved for future use. -
state(type:String.t, default:nil) - Output only. The state of the processor version.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersion{ createTime: DateTime.t() | nil, deprecationInfo: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo.t() | nil, displayName: String.t() | nil, documentSchema: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1DocumentSchema.t() | nil, genAiModelInfo: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo.t() | nil, googleManaged: boolean() | nil, kmsKeyName: String.t() | nil, kmsKeyVersionName: String.t() | nil, latestEvaluation: GoogleApi.DocumentAI.V1.Model.GoogleCloudDocumentaiV1EvaluationReference.t() | nil, modelType: String.t() | nil, name: String.t() | nil, satisfiesPzi: boolean() | nil, satisfiesPzs: boolean() | nil, state: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.