Uses of Class
ai.vectros.types.RecordResponse.Builder
Packages that use RecordResponse.Builder
-
Uses of RecordResponse.Builder in ai.vectros.types
Methods in ai.vectros.types that return RecordResponse.BuilderModifier and TypeMethodDescriptionRecordResponse.Builder.additionalProperties(Map<String, Object> additionalProperties) RecordResponse.Builder.additionalProperty(String key, Object value) static RecordResponse.BuilderRecordResponse.builder()Whether this call created a new record.When the record was created, as an ISO-8601 UTC timestamp.Identifier of the API key or scoped token that created this record (for example,key_abc123for an API key).The record's absolute expiry as an ISO-8601 UTC timestamp, when a TTL is set (#630) — the record is automatically deleted at (or shortly after) this time.RecordResponse.Builder.externalId(String externalId) RecordResponse.Builder.externalId(Optional<String> externalId) Your own stable identifier for this record.Identifier of the folder grouping this record.RecordResponse.Builder.from(RecordResponse other) Unique identifier for this record (UUID), assigned by Vectros at creation.RecordResponse.Builder.indexFailure(IndexFailure indexFailure) RecordResponse.Builder.indexFailure(Optional<IndexFailure> indexFailure) RecordResponse.Builder.indexMode(RecordResponseIndexMode indexMode) RecordResponse.Builder.indexMode(Optional<RecordResponseIndexMode> indexMode) The record's resolved search-index mode: the per-record override if set, otherwise the schema's type-level default, otherwise NONE.RecordResponse.Builder.indexStatus(RecordResponseIndexStatus indexStatus) RecordResponse.Builder.indexStatus(Optional<RecordResponseIndexStatus> indexStatus) Search-index status.The record's data payload.RecordResponse.Builder.payloadBytes(Long payloadBytes) RecordResponse.Builder.payloadBytes(Optional<Long> payloadBytes) Size in bytes of the full externalized payload.RecordResponse.Builder.payloadExternalized(Boolean payloadExternalized) RecordResponse.Builder.payloadExternalized(Optional<Boolean> payloadExternalized) True when this record's full payload is stored externally rather than inline.RecordResponse.Builder.payloadPartial(Boolean payloadPartial) RecordResponse.Builder.payloadPartial(Optional<Boolean> payloadPartial) True when THIS response returned only a PARTIAL payload — a large record's bulk fields are omitted frompayloadbecause you did not request them (a list or lookup withoutincludePayload=true).Identifier of the schema this record was validated against.RecordResponse.Builder.schemaVersion(Integer schemaVersion) RecordResponse.Builder.schemaVersion(Optional<Integer> schemaVersion) The version of the governing schema at the moment this record was written.The record's scope ownership as canonicalnamespace:valueentries (at most 2).RecordResponse.Builder.status(RecordResponseStatus status) RecordResponse.Builder.status(Optional<RecordResponseStatus> status) Record lifecycle status.The record's type, matching thetypeNamedeclared on the schema this record was created against.When the record was last updated, as an ISO-8601 UTC timestamp.Identifier of the owning user (a Vectros-assigned UUID).Optimistic-concurrency version.