• 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.
54 // The possible states of the processor version.
56 // The processor version is in an unspecified state.
59 // The processor version is deployed and can be used for processing.
62 // The processor version is being deployed.
65 // The processor version is not deployed and cannot be used for processing.
68 // The processor version is being undeployed.
71 // The processor version is being created.
74 // The processor version is being deleted.
77 // The processor version failed and is in an indeterminate state.
80 // The processor version is being imported.
84 // The possible model types of the processor version.
86 // The processor version has unspecified model type.
89 // The processor version has generative model type.
92 // The processor version has custom model type.
96 // The resource name of the processor version.
98 …// `projects/{project}/locations/{location}/processors/{processor}/processorVersions/{processor_ve…
101 // The display name of the processor version.
104 // The schema of the processor version. Describes the output.
107 // The state of the processor version.
110 // The time the processor version was created.
113 // The most recently invoked evaluation for the processor version.
128 // Output only. The model type of this processor version.
132 // Contains the alias and the aliased resource name of processor version.
137 // The resource name of aliased processor version.
143 // The first-class citizen for Document AI. Each processor defines how to
148 pattern: "projects/{project}/locations/{location}/processors/{processor}"
151 // The possible states of the processor.
153 // The processor is in an unspecified state.
156 // The processor is enabled, i.e., has an enabled version which can
161 // The processor is disabled.
164 // The processor is being enabled, will become `ENABLED` if successful.
167 // The processor is being disabled, will become `DISABLED` if successful.
170 // The processor is being created, will become either `ENABLED` (for
172 // Once a processor is in this state, it can then be used for document
173 // processing, but the feature dependencies of the processor might not be
177 // The processor failed during creation or initialization of feature
178 // dependencies. The user should delete the processor and recreate one as
179 // all the functionalities of the processor are disabled.
182 // The processor is being deleted, will be removed if successful.
186 // Output only. Immutable. The resource name of the processor.
187 // Format: `projects/{project}/locations/{location}/processors/{processor}`
193 // The processor type, such as: `OCR_PROCESSOR`, `INVOICE_PROCESSOR`.
194 // To get a list of processor types, see
198 // The display name of the processor.
201 // Output only. The state of the processor.
204 // The default processor version.
209 // Output only. The processor version aliases.
218 // The time the processor was created.