View Source GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestPipeline (google_api_content_warehouse v0.4.0)

The configuration of the Cloud Storage Ingestion pipeline.

Attributes

  • inputPath (type: String.t, default: nil) - The input Cloud Storage folder. All files under this folder will be imported to Document Warehouse. Format: gs:///.
  • pipelineConfig (type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IngestPipelineConfig.t, default: nil) - Optional. The config for the Cloud Storage Ingestion pipeline. It provides additional customization options to run the pipeline and can be skipped if it is not applicable.
  • processorType (type: String.t, default: nil) - The Doc AI processor type name. Only used when the format of ingested files is Doc AI Document proto format.
  • schemaName (type: String.t, default: nil) - The Document Warehouse schema resource name. All documents processed by this pipeline will use this schema. Format: projects/{project_number}/locations/{location}/documentSchemas/{document_schema_id}.
  • skipIngestedDocuments (type: boolean(), default: nil) - The flag whether to skip ingested documents. If it is set to true, documents in Cloud Storage contains key "status" with value "status=ingested" in custom metadata will be skipped to ingest.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestPipeline{
    inputPath: String.t() | nil,
    pipelineConfig:
      GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IngestPipelineConfig.t()
      | nil,
    processorType: String.t() | nil,
    schemaName: String.t() | nil,
    skipIngestedDocuments: boolean() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.