Class SearchModelDocuments
java.lang.Object
io.fluxzero.common.api.Request
io.fluxzero.common.api.search.SearchModelDocuments
- All Implemented Interfaces:
JsonType
Searches current independent model documents subject to bounded relationship constraints.
This is a distinct request type so runtimes without graph-search support reject it instead of silently ignoring the relationship constraints.
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionSearchModelDocuments(SearchDocuments search, List<ModelRelationConstraint> relations) -
Method Summary
Modifier and TypeMethodDescriptiontoMetric()Converts this object into a compact metric representation for logging or monitoring.
-
Constructor Details
-
SearchModelDocuments
@ConstructorProperties({"search","relations"}) public SearchModelDocuments(SearchDocuments search, List<ModelRelationConstraint> relations)
-
-
Method Details
-
toMetric
Description copied from interface:JsonTypeConverts this object into a compact metric representation for logging or monitoring.Used by the Fluxzero Java SDK to avoid logging large payloads directly while still tracking platform usage.
- Returns:
- a safe and compact object suitable for serialization to the metrics log
-