Uses of Class
ai.vectros.types.SchemaResponse.Builder
Packages that use SchemaResponse.Builder
-
Uses of SchemaResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return SchemaResponse.BuilderModifier and TypeMethodDescriptionWhether this schema is active.SchemaResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) SchemaResponse.Builder.additionalProperty(String key, Object value) SchemaResponse.Builder.allowedSurfaces(List<SchemaResponseAllowedSurfacesItem> allowedSurfaces) SchemaResponse.Builder.allowedSurfaces(Optional<List<SchemaResponseAllowedSurfacesItem>> allowedSurfaces) Which typed surfaces may bind this schema:record,document,user, orentity— identity entities in ANY namespace (org,client, or one you registered) bind under the singleentitysurface.The id of the schema this one is a customization of, or null if this schema IS the shared base fortypeNamein this context.static SchemaResponse.BuilderSchemaResponse.builder()SchemaResponse.Builder.capabilities(Map<String, Boolean> capabilities) SchemaResponse.Builder.capabilities(Optional<Map<String, Boolean>> capabilities) Feature flags for this schema.Whether this call created a new schema.When the schema was created, as an ISO-8601 UTC timestamp.SchemaResponse.Builder.description(String description) SchemaResponse.Builder.description(Optional<String> description) Description of what this schema is for.SchemaResponse.Builder.displayName(String displayName) SchemaResponse.Builder.displayName(Optional<String> displayName) Human-readable display name.Field definitions used to validate record payloads.SchemaResponse.Builder.from(SchemaResponse other) Unique identifier for this schema.SchemaResponse.Builder.indexMode(SchemaResponseIndexMode indexMode) SchemaResponse.Builder.indexMode(Optional<SchemaResponseIndexMode> indexMode) Default search-index mode for this type's records: HYBRID, SEMANTIC, TEXT, or NONE (store-only, not searchable).SchemaResponse.Builder.lookupFields(List<LookupDef> lookupFields) SchemaResponse.Builder.lookupFields(Optional<List<LookupDef>> lookupFields) Payload fields indexed for direct lookup queries.SchemaResponse.Builder.renderHints(Map<String, RenderHintDef> renderHints) SchemaResponse.Builder.renderHints(Optional<Map<String, RenderHintDef>> renderHints) UI rendering hints keyed by field id.SchemaResponse.Builder.schemaVersion(Integer schemaVersion) SchemaResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) Schema version number, incremented each time the schema definition changes.SchemaResponse.Builder.storageProfile(SchemaResponseStorageProfile storageProfile) SchemaResponse.Builder.storageProfile(Optional<SchemaResponseStorageProfile> storageProfile) Payload storage profile: STANDARD (externalize large payloads to S3), LOW_LATENCY (always store inline), or LARGE_PAYLOAD (always externalize).Type identifier for this schema.When the schema was last modified, as an ISO-8601 UTC timestamp.