View Source GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersion (google_api_document_ai v0.39.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.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo.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.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t, default: nil) - The schema of the processor version. Describes the output.
  • googleManaged (type: boolean(), default: nil) - Output only. Denotes that this ProcessorVersion is 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.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationReference.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}
  • 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.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersion{
    createTime: DateTime.t() | nil,
    deprecationInfo:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3ProcessorVersionDeprecationInfo.t()
      | nil,
    displayName: String.t() | nil,
    documentSchema:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3DocumentSchema.t()
      | nil,
    googleManaged: boolean() | nil,
    kmsKeyName: String.t() | nil,
    kmsKeyVersionName: String.t() | nil,
    latestEvaluation:
      GoogleApi.DocumentAI.V1beta3.Model.GoogleCloudDocumentaiV1beta3EvaluationReference.t()
      | nil,
    modelType: String.t() | nil,
    name: String.t() | nil,
    state: String.t() | nil
  }

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.