• Home
  • Raw
  • Download

Lines Matching refs:processor

33 // A processor version is an implementation of a processor. Each processor
35 // by the customer. A processor can only have one default version at a time.
40 …pattern: "projects/{project}/locations/{location}/processors/{processor}/processorVersions/{proces…
43 // Information about the upcoming deprecation of this processor version.
45 // The time at which this processor version will be deprecated.
48 // If set, the processor version that will be used as a replacement.
55 // The possible states of the processor version.
57 // The processor version is in an unspecified state.
60 // The processor version is deployed and can be used for processing.
63 // The processor version is being deployed.
66 // The processor version is not deployed and cannot be used for processing.
69 // The processor version is being undeployed.
72 // The processor version is being created.
75 // The processor version is being deleted.
78 // The processor version failed and is in an indeterminate state.
81 // The processor version is being imported.
85 // The possible model types of the processor version.
87 // The processor version has unspecified model type.
90 // The processor version has generative model type.
93 // The processor version has custom model type.
97 // Identifier. The resource name of the processor version.
99 …// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_ve…
102 // The display name of the processor version.
105 // The schema of the processor version. Describes the output.
108 // Output only. The state of the processor version.
111 // The time the processor version was created.
114 // The most recently invoked evaluation for the processor version.
129 // Output only. The model type of this processor version.
133 // Contains the alias and the aliased resource name of processor version.
138 // The resource name of aliased processor version.
144 // The first-class citizen for Document AI. Each processor defines how to
149 pattern: "projects/{project}/locations/{location}/processors/{processor}"
152 // The possible states of the processor.
154 // The processor is in an unspecified state.
157 // The processor is enabled, i.e., has an enabled version which can
162 // The processor is disabled.
165 // The processor is being enabled, will become `ENABLED` if successful.
168 // The processor is being disabled, will become `DISABLED` if successful.
171 // The processor is being created, will become either `ENABLED` (for
173 // Once a processor is in this state, it can then be used for document
174 // processing, but the feature dependencies of the processor might not be
178 // The processor failed during creation or initialization of feature
179 // dependencies. The user should delete the processor and recreate one as
180 // all the functionalities of the processor are disabled.
183 // The processor is being deleted, will be removed if successful.
187 // Output only. Immutable. The resource name of the processor.
188 // Format: `projects/{project}/locations/{location}/processors/{processor}`
194 // The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
195 // To get a list of processor types, see
199 // The display name of the processor.
202 // Output only. The state of the processor.
205 // The default processor version.
210 // Output only. The processor version aliases.
221 // The time the processor was created.