Uses of Class
ai.vectros.types.SearchSection.Builder
Packages that use SearchSection.Builder
-
Uses of SearchSection.Builder in ai.vectros.types
Methods in ai.vectros.types that return SearchSection.BuilderModifier and TypeMethodDescriptionSearchSection.Builder.additionalProperties(Map<String, Object> additionalProperties) SearchSection.Builder.additionalProperty(String key, Object value) static SearchSection.BuilderSearchSection.builder()SearchSection.Builder.from(SearchSection other) SearchSection.Builder.indexStorageBytes(StorageBytesSearch indexStorageBytes) SearchSection.Builder.indexStorageBytes(Optional<StorageBytesSearch> indexStorageBytes) SearchSection.Builder.ingest(IngestCounts ingest) SearchSection.Builder.ingest(Optional<IngestCounts> ingest) SearchSection.Builder.queries(QueryCounts queries) SearchSection.Builder.queries(Optional<QueryCounts> queries)