GoogleCloudDocumentaiV1ProcessorVersion constructor

GoogleCloudDocumentaiV1ProcessorVersion({
  1. String? createTime,
  2. GoogleCloudDocumentaiV1ProcessorVersionDeprecationInfo? deprecationInfo,
  3. String? displayName,
  4. GoogleCloudDocumentaiV1DocumentSchema? documentSchema,
  5. GoogleCloudDocumentaiV1ProcessorVersionGenAiModelInfo? genAiModelInfo,
  6. bool? googleManaged,
  7. String? kmsKeyName,
  8. String? kmsKeyVersionName,
  9. GoogleCloudDocumentaiV1EvaluationReference? latestEvaluation,
  10. String? modelType,
  11. String? name,
  12. bool? satisfiesPzi,
  13. bool? satisfiesPzs,
  14. String? state,
})

Implementation

GoogleCloudDocumentaiV1ProcessorVersion({
  this.createTime,
  this.deprecationInfo,
  this.displayName,
  this.documentSchema,
  this.genAiModelInfo,
  this.googleManaged,
  this.kmsKeyName,
  this.kmsKeyVersionName,
  this.latestEvaluation,
  this.modelType,
  this.name,
  this.satisfiesPzi,
  this.satisfiesPzs,
  this.state,
});