OptionalactiveOutput only. The number of documents in the FileSearchStore that are active and ready for retrieval.
OptionalcreateOutput only. The Timestamp of when the FileSearchStore was created.
OptionaldisplayOptional. The human-readable display name for the FileSearchStore. The display name must be no more than 512 characters in length, including spaces. Example: "Docs on Semantic Retriever".
OptionalembeddingThe embedding model used by the FileSearchStore.
OptionalfailedOutput only. The number of documents in the FileSearchStore that have failed processing.
OptionalnameOutput only. Immutable. Identifier. The FileSearchStore resource name. It is an ID (name excluding the "fileSearchStores/" prefix) that can contain up to 40 characters that are lowercase alphanumeric or dashes (-). It is output only. The unique name will be derived from display_name along with a 12 character random suffix. Example: fileSearchStores/my-awesome-file-search-store-123a456b789c If display_name is not provided, the name will be randomly generated.
OptionalpendingOutput only. The number of documents in the FileSearchStore that are being processed.
OptionalsizeOutput only. The size of raw bytes ingested into the FileSearchStore. This is the total size of all the documents in the FileSearchStore.
OptionalupdateOutput only. The Timestamp of when the FileSearchStore was last updated.
A collection of Documents.