GCSContent adds content from a Google Cloud Storage (GCS) bucket to your knowledge base.
| Parameter | Type | Default | Description |
|---|---|---|---|
bucket | Optional[Any] | None | Pre-configured GCS bucket object. Provide exactly one of bucket or bucket_name. |
bucket_name | Optional[str] | None | Name of the GCS bucket. Provide exactly one of bucket or bucket_name. |
blob_name | Optional[str] | None | Name of the blob. Provide blob_name or prefix. |
prefix | Optional[str] | None | Blob path prefix. Provide blob_name or prefix. |
config_id | Optional[str] | None | ID of a registered GcsConfig storage configuration to load credentials and settings from. Set automatically by GcsConfig.file() and GcsConfig.folder(). |