GoogleCloudContentwarehouseV1GcsIngestPipeline

Content Warehouse V1Infrastructure

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1GcsIngestPipeline

2
out of 10
Low
SEO Impact
The configuration of the Cloud Storage Ingestion pipeline.

SEO Analysis

AI Generated

Backend infrastructure with indirect SEO impact. This model (Google Cloud Contentwarehouse V1 Gcs Ingest Pipeline) contains 5 attributes that define its data structure. Key functionality includes: The input Cloud Storage folder. All files under this folder will be imported to Document Warehouse. Format: gs:///.

Actionable Insights for SEOs

  • Understanding this model helps SEOs grasp Google's internal data architecture

Attributes

5
Sort:|Filter:
inputPathstring
Default: nilFull type: String.t

The input Cloud Storage folder. All files under this folder will be imported to Document Warehouse. Format: gs:///.

Default: nilFull type: GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1IngestPipelineConfig.t

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.

processorTypestring
Default: nilFull type: String.t

The Doc AI processor type name. Only used when the format of ingested files is Doc AI Document proto format.

schemaNamestring
Default: nilFull type: String.t

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}.

skipIngestedDocumentsboolean(
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.