Uses of Class
ai.vectros.core.VectrosApiHttpResponse
Packages that use VectrosApiHttpResponse
Package
Description
-
Uses of VectrosApiHttpResponse in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawAuthClient.assumeToken(Map<String, Object> request) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.RawAuthClient.assumeToken(Map<String, Object> request, RequestOptions requestOptions) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.RawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body) Creates a new access profile under the given app context.RawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) Creates a new access profile under the given app context.RawAuthClient.createAppContext(CreateAppContextRequest request) Creates a new app context.RawAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest body) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.RawAuthClient.createRole(String contextId, CreateRoleRequest request) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, RoleRequest body) Creates a new role under the given app context.RawAuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) Creates a new role under the given app context.RawAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.RawAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.RawAuthClient.deleteAccessProfile(String contextId, String principalId) Deletes an access profile.RawAuthClient.deleteAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Deletes an access profile.RawAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request) Deletes an access profile.RawAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request, RequestOptions requestOptions) Deletes an access profile.RawAuthClient.deleteAppContext(String contextId) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.RawAuthClient.deleteAppContext(String contextId, RequestOptions requestOptions) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.RawAuthClient.deleteAppContext(String contextId, DeleteAppContextRequest request) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.RawAuthClient.deleteAppContext(String contextId, DeleteAppContextRequest request, RequestOptions requestOptions) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.RawAuthClient.deleteIssuer(String issuerId) Deregisters a trusted third-party IdP issuer.RawAuthClient.deleteIssuer(String issuerId, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.RawAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request) Deregisters a trusted third-party IdP issuer.RawAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.RawAuthClient.deleteRole(String contextId, String roleId) Deletes a role.RawAuthClient.deleteRole(String contextId, String roleId, RequestOptions requestOptions) Deletes a role.RawAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request) Deletes a role.RawAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request, RequestOptions requestOptions) Deletes a role.RawAuthClient.exchangeToken(TokenExchangeRequest request) RFC 8693 OAuth 2.0 Token Exchange.RawAuthClient.exchangeToken(TokenExchangeRequest request, RequestOptions requestOptions) RFC 8693 OAuth 2.0 Token Exchange.RawAuthClient.getAccessLog()Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.RawAuthClient.getAccessLog(RequestOptions requestOptions) Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.RawAuthClient.getAccessLog(GetAccessLogRequest request) Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.RawAuthClient.getAccessLog(GetAccessLogRequest request, RequestOptions requestOptions) Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.RawAuthClient.getAccessProfile(String contextId, String principalId) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.RawAuthClient.getAccessProfileVersions(String contextId, String principalId) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.RawAuthClient.getAccessProfileVersions(String contextId, String principalId, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.RawAuthClient.getAccessProfileVersions(String contextId, String principalId, GetAccessProfileVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.RawAuthClient.getAccessProfileVersions(String contextId, String principalId, GetAccessProfileVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.RawAuthClient.getAdminLogs(GetAdminLogsRequest request) Returns recent API call logs for your account.RawAuthClient.getAdminLogs(GetAdminLogsRequest request, RequestOptions requestOptions) Returns recent API call logs for your account.RawAuthClient.getAppContext(String contextId) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId, GetAppContextRequest request) Returns a single app context by itscontextId.RawAuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) Returns a single app context by itscontextId.Retrieves a single registered issuer by issuerId.RawAuthClient.getIssuer(String issuerId, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.RawAuthClient.getIssuer(String issuerId, GetIssuerRequest request) Retrieves a single registered issuer by issuerId.RawAuthClient.getIssuer(String issuerId, GetIssuerRequest request, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.RawAuthClient.getJwks()Returns the platform's JWT signing public key in RFC 7517 JWKS format.RawAuthClient.getJwks(RequestOptions requestOptions) Returns the platform's JWT signing public key in RFC 7517 JWKS format.Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request) Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.RawAuthClient.getRoleVersions(String contextId, String roleId) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.RawAuthClient.getRoleVersions(String contextId, String roleId, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.RawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.RawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.RawAuthClient.getScopedKey(String keyId) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request) Returns the metadata for a single scoped API key.RawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) Returns the metadata for a single scoped API key.RawAuthClient.getUsage()Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.RawAuthClient.getUsage(RequestOptions requestOptions) Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.RawAuthClient.getUsage(GetUsageRequest request) Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.RawAuthClient.getUsage(GetUsageRequest request, RequestOptions requestOptions) Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.RawAuthClient.listAccessProfiles(String contextId) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.RawAuthClient.listAccessProfiles(String contextId, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.RawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.RawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.RawAuthClient.listAppContexts()Returns a paginated list of the app contexts in your account.RawAuthClient.listAppContexts(RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.RawAuthClient.listAppContexts(ListAppContextsRequest request) Returns a paginated list of the app contexts in your account.RawAuthClient.listAppContexts(ListAppContextsRequest request, RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.RawAuthClient.listIssuers()Returns the issuers registered in your tenant.RawAuthClient.listIssuers(RequestOptions requestOptions) Returns the issuers registered in your tenant.RawAuthClient.listIssuers(ListIssuersRequest request) Returns the issuers registered in your tenant.RawAuthClient.listIssuers(ListIssuersRequest request, RequestOptions requestOptions) Returns the issuers registered in your tenant.RawAuthClient.listProfilesForPrincipal(String principalId) Returns the access profiles for the given principal.RawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal.RawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request) Returns the access profiles for the given principal.RawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal.Returns the roles defined under the given app context.RawAuthClient.listRoles(String contextId, RequestOptions requestOptions) Returns the roles defined under the given app context.RawAuthClient.listRoles(String contextId, ListRolesRequest request) Returns the roles defined under the given app context.RawAuthClient.listRoles(String contextId, ListRolesRequest request, RequestOptions requestOptions) Returns the roles defined under the given app context.RawAuthClient.listScopedKeys()Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.RawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.RawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).RawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).RawAuthClient.ping()Returns the identity bound to your credential — your account, principal type, key id, and scope details — so you can confirm who you are authenticated as and that the credential is valid.RawAuthClient.ping(RequestOptions requestOptions) Returns the identity bound to your credential — your account, principal type, key id, and scope details — so you can confirm who you are authenticated as and that the credential is valid.RawAuthClient.registerIssuer(IssuerRequest request) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.RawAuthClient.registerIssuer(IssuerRequest request, RequestOptions requestOptions) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.RawAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.RawAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.RawAuthClient.revokeScopedKey(String keyId) Revokes a scoped API key.RawAuthClient.revokeScopedKey(String keyId, RequestOptions requestOptions) Revokes a scoped API key.RawAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request) Revokes a scoped API key.RawAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request, RequestOptions requestOptions) Revokes a scoped API key.RawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request) Updates an access profile.RawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name, description, and/or companyName of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.RawAuthClient.updateIssuer(String issuerId) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request) Updates a role.RawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.Methods in ai.vectros.resources.auth that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawAuthClient.assumeToken(Map<String, Object> request) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.AsyncRawAuthClient.assumeToken(Map<String, Object> request, RequestOptions requestOptions) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.AsyncRawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body) Creates a new access profile under the given app context.AsyncRawAuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncRawAuthClient.createAppContext(CreateAppContextRequest request) Creates a new app context.AsyncRawAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest body) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createInvite(CreateInviteRequest request) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncRawAuthClient.createRole(String contextId, CreateRoleRequest request) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, RoleRequest body) Creates a new role under the given app context.AsyncRawAuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) Creates a new role under the given app context.AsyncRawAuthClient.createScopedKey(CreateScopedKeyRequest request) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncRawAuthClient.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncRawAuthClient.deleteAccessProfile(String contextId, String principalId) Deletes an access profile.AsyncRawAuthClient.deleteAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Deletes an access profile.AsyncRawAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request) Deletes an access profile.AsyncRawAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request, RequestOptions requestOptions) Deletes an access profile.AsyncRawAuthClient.deleteAppContext(String contextId) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.AsyncRawAuthClient.deleteAppContext(String contextId, RequestOptions requestOptions) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.AsyncRawAuthClient.deleteAppContext(String contextId, DeleteAppContextRequest request) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.AsyncRawAuthClient.deleteAppContext(String contextId, DeleteAppContextRequest request, RequestOptions requestOptions) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.AsyncRawAuthClient.deleteIssuer(String issuerId) Deregisters a trusted third-party IdP issuer.AsyncRawAuthClient.deleteIssuer(String issuerId, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.AsyncRawAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request) Deregisters a trusted third-party IdP issuer.AsyncRawAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.AsyncRawAuthClient.deleteRole(String contextId, String roleId) Deletes a role.AsyncRawAuthClient.deleteRole(String contextId, String roleId, RequestOptions requestOptions) Deletes a role.AsyncRawAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request) Deletes a role.AsyncRawAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request, RequestOptions requestOptions) Deletes a role.AsyncRawAuthClient.exchangeToken(TokenExchangeRequest request) RFC 8693 OAuth 2.0 Token Exchange.AsyncRawAuthClient.exchangeToken(TokenExchangeRequest request, RequestOptions requestOptions) RFC 8693 OAuth 2.0 Token Exchange.AsyncRawAuthClient.getAccessLog()Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.AsyncRawAuthClient.getAccessLog(RequestOptions requestOptions) Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.AsyncRawAuthClient.getAccessLog(GetAccessLogRequest request) Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.AsyncRawAuthClient.getAccessLog(GetAccessLogRequest request, RequestOptions requestOptions) Returns a page of per-subject PHI read-access rows: who read which subject's PHI, when, against which record, and whether any sensitive value was actually revealed in plaintext.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncRawAuthClient.getAccessProfileVersions(String contextId, String principalId) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.AsyncRawAuthClient.getAccessProfileVersions(String contextId, String principalId, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.AsyncRawAuthClient.getAccessProfileVersions(String contextId, String principalId, GetAccessProfileVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.AsyncRawAuthClient.getAccessProfileVersions(String contextId, String principalId, GetAccessProfileVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.AsyncRawAuthClient.getAdminLogs(GetAdminLogsRequest request) Returns recent API call logs for your account.AsyncRawAuthClient.getAdminLogs(GetAdminLogsRequest request, RequestOptions requestOptions) Returns recent API call logs for your account.AsyncRawAuthClient.getAppContext(String contextId) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId, GetAppContextRequest request) Returns a single app context by itscontextId.AsyncRawAuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) Returns a single app context by itscontextId.Retrieves a single registered issuer by issuerId.AsyncRawAuthClient.getIssuer(String issuerId, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AsyncRawAuthClient.getIssuer(String issuerId, GetIssuerRequest request) Retrieves a single registered issuer by issuerId.AsyncRawAuthClient.getIssuer(String issuerId, GetIssuerRequest request, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AsyncRawAuthClient.getJwks()Returns the platform's JWT signing public key in RFC 7517 JWKS format.AsyncRawAuthClient.getJwks(RequestOptions requestOptions) Returns the platform's JWT signing public key in RFC 7517 JWKS format.Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request) Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncRawAuthClient.getRoleVersions(String contextId, String roleId) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncRawAuthClient.getRoleVersions(String contextId, String roleId, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncRawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncRawAuthClient.getRoleVersions(String contextId, String roleId, GetRoleVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncRawAuthClient.getScopedKey(String keyId) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncRawAuthClient.getUsage()Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.AsyncRawAuthClient.getUsage(RequestOptions requestOptions) Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.AsyncRawAuthClient.getUsage(GetUsageRequest request) Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.AsyncRawAuthClient.getUsage(GetUsageRequest request, RequestOptions requestOptions) Returns full usage detail for the requested calendar month, broken down by category (search, documents, and records) with per-category credit estimates and a split between your live and test environments.AsyncRawAuthClient.listAccessProfiles(String contextId) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncRawAuthClient.listAccessProfiles(String contextId, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncRawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncRawAuthClient.listAccessProfiles(String contextId, ListAccessProfilesRequest request, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncRawAuthClient.listAppContexts()Returns a paginated list of the app contexts in your account.AsyncRawAuthClient.listAppContexts(RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.AsyncRawAuthClient.listAppContexts(ListAppContextsRequest request) Returns a paginated list of the app contexts in your account.AsyncRawAuthClient.listAppContexts(ListAppContextsRequest request, RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.AsyncRawAuthClient.listIssuers()Returns the issuers registered in your tenant.AsyncRawAuthClient.listIssuers(RequestOptions requestOptions) Returns the issuers registered in your tenant.AsyncRawAuthClient.listIssuers(ListIssuersRequest request) Returns the issuers registered in your tenant.AsyncRawAuthClient.listIssuers(ListIssuersRequest request, RequestOptions requestOptions) Returns the issuers registered in your tenant.AsyncRawAuthClient.listProfilesForPrincipal(String principalId) Returns the access profiles for the given principal.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request) Returns the access profiles for the given principal.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal.Returns the roles defined under the given app context.AsyncRawAuthClient.listRoles(String contextId, RequestOptions requestOptions) Returns the roles defined under the given app context.AsyncRawAuthClient.listRoles(String contextId, ListRolesRequest request) Returns the roles defined under the given app context.AsyncRawAuthClient.listRoles(String contextId, ListRolesRequest request, RequestOptions requestOptions) Returns the roles defined under the given app context.AsyncRawAuthClient.listScopedKeys()Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.AsyncRawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.AsyncRawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AsyncRawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AsyncRawAuthClient.ping()Returns the identity bound to your credential — your account, principal type, key id, and scope details — so you can confirm who you are authenticated as and that the credential is valid.AsyncRawAuthClient.ping(RequestOptions requestOptions) Returns the identity bound to your credential — your account, principal type, key id, and scope details — so you can confirm who you are authenticated as and that the credential is valid.AsyncRawAuthClient.registerIssuer(IssuerRequest request) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.AsyncRawAuthClient.registerIssuer(IssuerRequest request, RequestOptions requestOptions) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.AsyncRawAuthClient.resendInvite(CreateInviteRequest request) Resend an outstanding invitation, identified by its email and app context.AsyncRawAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) Resend an outstanding invitation, identified by its email and app context.AsyncRawAuthClient.revokeScopedKey(String keyId) Revokes a scoped API key.AsyncRawAuthClient.revokeScopedKey(String keyId, RequestOptions requestOptions) Revokes a scoped API key.AsyncRawAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request) Revokes a scoped API key.AsyncRawAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request, RequestOptions requestOptions) Revokes a scoped API key.AsyncRawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request) Updates an access profile.AsyncRawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request) Updates the name, description, and/or companyName of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.AsyncRawAuthClient.updateIssuer(String issuerId) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request) Updates a role.AsyncRawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.compliance
Methods in ai.vectros.resources.compliance that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawComplianceClient.createErasureRequest(ErasureRequest request) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).RawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).RawComplianceClient.createExport()Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.RawComplianceClient.createExport(RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.RawComplianceClient.createExport(ExportRequest request) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.RawComplianceClient.createExport(ExportRequest request, RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.RawComplianceClient.getErasureRequest(String id) Polls an erasure request by id.RawComplianceClient.getErasureRequest(String id, RequestOptions requestOptions) Polls an erasure request by id.RawComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request) Polls an erasure request by id.RawComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request, RequestOptions requestOptions) Polls an erasure request by id.Polls an export job by id.RawComplianceClient.getExport(String id, RequestOptions requestOptions) Polls an export job by id.RawComplianceClient.getExport(String id, GetExportRequest request) Polls an export job by id.RawComplianceClient.getExport(String id, GetExportRequest request, RequestOptions requestOptions) Polls an export job by id.Methods in ai.vectros.resources.compliance that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawComplianceClient.createErasureRequest(ErasureRequest request) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).AsyncRawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).AsyncRawComplianceClient.createExport()Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.AsyncRawComplianceClient.createExport(RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.AsyncRawComplianceClient.createExport(ExportRequest request) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.AsyncRawComplianceClient.createExport(ExportRequest request, RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.AsyncRawComplianceClient.getErasureRequest(String id) Polls an erasure request by id.AsyncRawComplianceClient.getErasureRequest(String id, RequestOptions requestOptions) Polls an erasure request by id.AsyncRawComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request) Polls an erasure request by id.AsyncRawComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request, RequestOptions requestOptions) Polls an erasure request by id.Polls an export job by id.AsyncRawComplianceClient.getExport(String id, RequestOptions requestOptions) Polls an export job by id.AsyncRawComplianceClient.getExport(String id, GetExportRequest request) Polls an export job by id.AsyncRawComplianceClient.getExport(String id, GetExportRequest request, RequestOptions requestOptions) Polls an export job by id. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawDocumentsClient.deleteDocument(String id) Permanently deletes the document and removes it from the search index.RawDocumentsClient.deleteDocument(String id, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.RawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request) Permanently deletes the document and removes it from the search index.RawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.RawDocumentsClient.getDocument(String id) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id, GetDocumentRequest request) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.RawDocumentsClient.getDocumentDownloadUrl(String id) Returns a short-lived presigned S3 GET URL for the original uploaded file.RawDocumentsClient.getDocumentDownloadUrl(String id, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.RawDocumentsClient.getDocumentDownloadUrl(String id, GetDocumentDownloadUrlRequest request) Returns a short-lived presigned S3 GET URL for the original uploaded file.RawDocumentsClient.getDocumentDownloadUrl(String id, GetDocumentDownloadUrlRequest request, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.RawDocumentsClient.getDocumentText(String id) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentVersions(String id) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.RawDocumentsClient.getDocumentVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.RawDocumentsClient.getDocumentVersions(String id, GetDocumentVersionsRequest request) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.RawDocumentsClient.getDocumentVersions(String id, GetDocumentVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.RawDocumentsClient.ingestDocument(IngestDocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest body) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest body, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.listDocuments()Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).RawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).RawDocumentsClient.listDocuments(ListDocumentsRequest request) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).RawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).RawDocumentsClient.lookupDocuments(LookupDocumentsRequest request) Finds documents of a given type by field value.RawDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by field value.RawDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request) Request-body equivalent of GET /v1/documents/lookup.RawDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request, RequestOptions requestOptions) Request-body equivalent of GET /v1/documents/lookup.RawDocumentsClient.patchDocument(String id, PatchDocumentRequest request) Partially updates a document using an RFC 7386 JSON Merge Patch.RawDocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) Partially updates a document using an RFC 7386 JSON Merge Patch.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, DocumentRequest body) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, DocumentRequest body, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.uploadDocument(FileUploadRequest request) Starts a file-based document by returning a short-lived presigned S3 PUT URL.RawDocumentsClient.uploadDocument(FileUploadRequest request, RequestOptions requestOptions) Starts a file-based document by returning a short-lived presigned S3 PUT URL.Methods in ai.vectros.resources.documents that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawDocumentsClient.deleteDocument(String id) Permanently deletes the document and removes it from the search index.AsyncRawDocumentsClient.deleteDocument(String id, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.AsyncRawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request) Permanently deletes the document and removes it from the search index.AsyncRawDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.AsyncRawDocumentsClient.getDocument(String id) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id, GetDocumentRequest request) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncRawDocumentsClient.getDocumentDownloadUrl(String id) Returns a short-lived presigned S3 GET URL for the original uploaded file.AsyncRawDocumentsClient.getDocumentDownloadUrl(String id, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.AsyncRawDocumentsClient.getDocumentDownloadUrl(String id, GetDocumentDownloadUrlRequest request) Returns a short-lived presigned S3 GET URL for the original uploaded file.AsyncRawDocumentsClient.getDocumentDownloadUrl(String id, GetDocumentDownloadUrlRequest request, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.AsyncRawDocumentsClient.getDocumentText(String id) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentVersions(String id) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.AsyncRawDocumentsClient.getDocumentVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.AsyncRawDocumentsClient.getDocumentVersions(String id, GetDocumentVersionsRequest request) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.AsyncRawDocumentsClient.getDocumentVersions(String id, GetDocumentVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.AsyncRawDocumentsClient.ingestDocument(IngestDocumentRequest request) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest body) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest body, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.listDocuments()Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncRawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncRawDocumentsClient.listDocuments(ListDocumentsRequest request) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncRawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncRawDocumentsClient.lookupDocuments(LookupDocumentsRequest request) Finds documents of a given type by field value.AsyncRawDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by field value.AsyncRawDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request) Request-body equivalent of GET /v1/documents/lookup.AsyncRawDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request, RequestOptions requestOptions) Request-body equivalent of GET /v1/documents/lookup.AsyncRawDocumentsClient.patchDocument(String id, PatchDocumentRequest request) Partially updates a document using an RFC 7386 JSON Merge Patch.AsyncRawDocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) Partially updates a document using an RFC 7386 JSON Merge Patch.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, DocumentRequest body) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, DocumentRequest body, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncRawDocumentsClient.uploadDocument(FileUploadRequest request) Starts a file-based document by returning a short-lived presigned S3 PUT URL.AsyncRawDocumentsClient.uploadDocument(FileUploadRequest request, RequestOptions requestOptions) Starts a file-based document by returning a short-lived presigned S3 PUT URL. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.folders
Methods in ai.vectros.resources.folders that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawFoldersClient.createFolder(CreateFolderRequest request) Creates a folder to organize your documents and records.RawFoldersClient.createFolder(CreateFolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.RawFoldersClient.createFolder(FolderRequest body) Creates a folder to organize your documents and records.RawFoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) Creates a folder to organize your documents and records.RawFoldersClient.deleteFolder(String id) Permanently deletes a folder.RawFoldersClient.deleteFolder(String id, RequestOptions requestOptions) Permanently deletes a folder.RawFoldersClient.deleteFolder(String id, DeleteFolderRequest request) Permanently deletes a folder.RawFoldersClient.deleteFolder(String id, DeleteFolderRequest request, RequestOptions requestOptions) Permanently deletes a folder.Retrieves a single folder by its ID.RawFoldersClient.getFolder(String id, RequestOptions requestOptions) Retrieves a single folder by its ID.RawFoldersClient.getFolder(String id, GetFolderRequest request) Retrieves a single folder by its ID.RawFoldersClient.getFolder(String id, GetFolderRequest request, RequestOptions requestOptions) Retrieves a single folder by its ID.RawFoldersClient.getFolderVersions(String id) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.RawFoldersClient.getFolderVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.RawFoldersClient.getFolderVersions(String id, GetFolderVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.RawFoldersClient.getFolderVersions(String id, GetFolderVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.RawFoldersClient.listFolders()Returns a paginated list of your folders.RawFoldersClient.listFolders(RequestOptions requestOptions) Returns a paginated list of your folders.RawFoldersClient.listFolders(ListFoldersRequest request) Returns a paginated list of your folders.RawFoldersClient.listFolders(ListFoldersRequest request, RequestOptions requestOptions) Returns a paginated list of your folders.RawFoldersClient.patchFolder(String id, PatchFolderRequest request) Partially updates a folder using an RFC 7386 JSON Merge Patch.RawFoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) Partially updates a folder using an RFC 7386 JSON Merge Patch.RawFoldersClient.updateFolder(String id, UpdateFolderRequest request) Replaces a folder's name and description.RawFoldersClient.updateFolder(String id, UpdateFolderRequest request, RequestOptions requestOptions) Replaces a folder's name and description.Methods in ai.vectros.resources.folders that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawFoldersClient.createFolder(CreateFolderRequest request) Creates a folder to organize your documents and records.AsyncRawFoldersClient.createFolder(CreateFolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.AsyncRawFoldersClient.createFolder(FolderRequest body) Creates a folder to organize your documents and records.AsyncRawFoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) Creates a folder to organize your documents and records.AsyncRawFoldersClient.deleteFolder(String id) Permanently deletes a folder.AsyncRawFoldersClient.deleteFolder(String id, RequestOptions requestOptions) Permanently deletes a folder.AsyncRawFoldersClient.deleteFolder(String id, DeleteFolderRequest request) Permanently deletes a folder.AsyncRawFoldersClient.deleteFolder(String id, DeleteFolderRequest request, RequestOptions requestOptions) Permanently deletes a folder.Retrieves a single folder by its ID.AsyncRawFoldersClient.getFolder(String id, RequestOptions requestOptions) Retrieves a single folder by its ID.AsyncRawFoldersClient.getFolder(String id, GetFolderRequest request) Retrieves a single folder by its ID.AsyncRawFoldersClient.getFolder(String id, GetFolderRequest request, RequestOptions requestOptions) Retrieves a single folder by its ID.AsyncRawFoldersClient.getFolderVersions(String id) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.AsyncRawFoldersClient.getFolderVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.AsyncRawFoldersClient.getFolderVersions(String id, GetFolderVersionsRequest request) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.AsyncRawFoldersClient.getFolderVersions(String id, GetFolderVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.AsyncRawFoldersClient.listFolders()Returns a paginated list of your folders.AsyncRawFoldersClient.listFolders(RequestOptions requestOptions) Returns a paginated list of your folders.AsyncRawFoldersClient.listFolders(ListFoldersRequest request) Returns a paginated list of your folders.AsyncRawFoldersClient.listFolders(ListFoldersRequest request, RequestOptions requestOptions) Returns a paginated list of your folders.AsyncRawFoldersClient.patchFolder(String id, PatchFolderRequest request) Partially updates a folder using an RFC 7386 JSON Merge Patch.AsyncRawFoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) Partially updates a folder using an RFC 7386 JSON Merge Patch.AsyncRawFoldersClient.updateFolder(String id, UpdateFolderRequest request) Replaces a folder's name and description.AsyncRawFoldersClient.updateFolder(String id, UpdateFolderRequest request, RequestOptions requestOptions) Replaces a folder's name and description. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawIdentityClient.createEntity(String namespace, CreateEntityRequest request) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, EntityRequest body) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.RawIdentityClient.createUser(CreateUserRequest request) Creates a user identity in your account.RawIdentityClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Creates a user identity in your account.RawIdentityClient.createUser(UserRequest body) Creates a user identity in your account.RawIdentityClient.createUser(UserRequest body, RequestOptions requestOptions) Creates a user identity in your account.RawIdentityClient.deleteEntity(String namespace, String id) Permanently deletes an entity.RawIdentityClient.deleteEntity(String namespace, String id, RequestOptions requestOptions) Permanently deletes an entity.RawIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request) Permanently deletes an entity.RawIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request, RequestOptions requestOptions) Permanently deletes an entity.RawIdentityClient.deleteNamespace(String namespace) Deletes a registered scope namespace.RawIdentityClient.deleteNamespace(String namespace, RequestOptions requestOptions) Deletes a registered scope namespace.RawIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request) Deletes a registered scope namespace.RawIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request, RequestOptions requestOptions) Deletes a registered scope namespace.RawIdentityClient.deleteUser(String id) Permanently deletes a user identity.RawIdentityClient.deleteUser(String id, RequestOptions requestOptions) Permanently deletes a user identity.RawIdentityClient.deleteUser(String id, DeleteUserRequest request) Permanently deletes a user identity.RawIdentityClient.deleteUser(String id, DeleteUserRequest request, RequestOptions requestOptions) Permanently deletes a user identity.Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntityVersions(String namespace, String id) Returns the audit trail of changes made to an entity, newest first.RawIdentityClient.getEntityVersions(String namespace, String id, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.RawIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request) Returns the audit trail of changes made to an entity, newest first.RawIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.RawIdentityClient.getNamespace(String namespace) Retrieves a single scope-namespace registration by name.RawIdentityClient.getNamespace(String namespace, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.RawIdentityClient.getNamespace(String namespace, GetNamespaceRequest request) Retrieves a single scope-namespace registration by name.RawIdentityClient.getNamespace(String namespace, GetNamespaceRequest request, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.Retrieves a single user by its Vectros-assigned ID.RawIdentityClient.getUser(String id, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.RawIdentityClient.getUser(String id, GetUserRequest request) Retrieves a single user by its Vectros-assigned ID.RawIdentityClient.getUser(String id, GetUserRequest request, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.RawIdentityClient.getUserVersions(String id) Returns the audit trail of changes to a user, most recent first.RawIdentityClient.getUserVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.RawIdentityClient.getUserVersions(String id, GetUserVersionsRequest request) Returns the audit trail of changes to a user, most recent first.RawIdentityClient.getUserVersions(String id, GetUserVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.RawIdentityClient.listEntities(String namespace) Returns a paginated list of entities in a namespace.RawIdentityClient.listEntities(String namespace, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.RawIdentityClient.listEntities(String namespace, ListEntitiesRequest request) Returns a paginated list of entities in a namespace.RawIdentityClient.listEntities(String namespace, ListEntitiesRequest request, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.RawIdentityClient.listNamespaces()Returns the scope namespaces registered in your account.RawIdentityClient.listNamespaces(RequestOptions requestOptions) Returns the scope namespaces registered in your account.RawIdentityClient.listNamespaces(ListNamespacesRequest request) Returns the scope namespaces registered in your account.RawIdentityClient.listNamespaces(ListNamespacesRequest request, RequestOptions requestOptions) Returns the scope namespaces registered in your account.RawIdentityClient.listUsers()Returns a paginated list of the users in your account.RawIdentityClient.listUsers(RequestOptions requestOptions) Returns a paginated list of the users in your account.RawIdentityClient.listUsers(ListUsersRequest request) Returns a paginated list of the users in your account.RawIdentityClient.listUsers(ListUsersRequest request, RequestOptions requestOptions) Returns a paginated list of the users in your account.RawIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupUsers(IdentityLookupRequest request) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.RawIdentityClient.lookupUsers(IdentityLookupRequest request, RequestOptions requestOptions) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.RawIdentityClient.registerNamespace(RegisterNamespaceRequest request) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).RawIdentityClient.registerNamespace(RegisterNamespaceRequest request, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).RawIdentityClient.registerNamespace(NamespaceRequest body) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).RawIdentityClient.registerNamespace(NamespaceRequest body, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).RawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, EntityRequest body) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.RawIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.RawIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.RawIdentityClient.updateNamespace(String namespace, NamespaceRequest body) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.RawIdentityClient.updateNamespace(String namespace, NamespaceRequest body, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.RawIdentityClient.updateUser(String id, UpdateUserRequest request) Updates mutable fields on an existing user (such as email, status, payload, or schema binding).RawIdentityClient.updateUser(String id, UpdateUserRequest request, RequestOptions requestOptions) Updates mutable fields on an existing user (such as email, status, payload, or schema binding).RawIdentityClient.userExistsByEmail()Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.Methods in ai.vectros.resources.identity that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawIdentityClient.createEntity(String namespace, CreateEntityRequest request) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, EntityRequest body) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncRawIdentityClient.createUser(CreateUserRequest request) Creates a user identity in your account.AsyncRawIdentityClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Creates a user identity in your account.AsyncRawIdentityClient.createUser(UserRequest body) Creates a user identity in your account.AsyncRawIdentityClient.createUser(UserRequest body, RequestOptions requestOptions) Creates a user identity in your account.AsyncRawIdentityClient.deleteEntity(String namespace, String id) Permanently deletes an entity.AsyncRawIdentityClient.deleteEntity(String namespace, String id, RequestOptions requestOptions) Permanently deletes an entity.AsyncRawIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request) Permanently deletes an entity.AsyncRawIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request, RequestOptions requestOptions) Permanently deletes an entity.AsyncRawIdentityClient.deleteNamespace(String namespace) Deletes a registered scope namespace.AsyncRawIdentityClient.deleteNamespace(String namespace, RequestOptions requestOptions) Deletes a registered scope namespace.AsyncRawIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request) Deletes a registered scope namespace.AsyncRawIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request, RequestOptions requestOptions) Deletes a registered scope namespace.AsyncRawIdentityClient.deleteUser(String id) Permanently deletes a user identity.AsyncRawIdentityClient.deleteUser(String id, RequestOptions requestOptions) Permanently deletes a user identity.AsyncRawIdentityClient.deleteUser(String id, DeleteUserRequest request) Permanently deletes a user identity.AsyncRawIdentityClient.deleteUser(String id, DeleteUserRequest request, RequestOptions requestOptions) Permanently deletes a user identity.Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntityVersions(String namespace, String id) Returns the audit trail of changes made to an entity, newest first.AsyncRawIdentityClient.getEntityVersions(String namespace, String id, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.AsyncRawIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request) Returns the audit trail of changes made to an entity, newest first.AsyncRawIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.AsyncRawIdentityClient.getNamespace(String namespace) Retrieves a single scope-namespace registration by name.AsyncRawIdentityClient.getNamespace(String namespace, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.AsyncRawIdentityClient.getNamespace(String namespace, GetNamespaceRequest request) Retrieves a single scope-namespace registration by name.AsyncRawIdentityClient.getNamespace(String namespace, GetNamespaceRequest request, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.Retrieves a single user by its Vectros-assigned ID.AsyncRawIdentityClient.getUser(String id, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.AsyncRawIdentityClient.getUser(String id, GetUserRequest request) Retrieves a single user by its Vectros-assigned ID.AsyncRawIdentityClient.getUser(String id, GetUserRequest request, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.AsyncRawIdentityClient.getUserVersions(String id) Returns the audit trail of changes to a user, most recent first.AsyncRawIdentityClient.getUserVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.AsyncRawIdentityClient.getUserVersions(String id, GetUserVersionsRequest request) Returns the audit trail of changes to a user, most recent first.AsyncRawIdentityClient.getUserVersions(String id, GetUserVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.AsyncRawIdentityClient.listEntities(String namespace) Returns a paginated list of entities in a namespace.AsyncRawIdentityClient.listEntities(String namespace, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.AsyncRawIdentityClient.listEntities(String namespace, ListEntitiesRequest request) Returns a paginated list of entities in a namespace.AsyncRawIdentityClient.listEntities(String namespace, ListEntitiesRequest request, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.AsyncRawIdentityClient.listNamespaces()Returns the scope namespaces registered in your account.AsyncRawIdentityClient.listNamespaces(RequestOptions requestOptions) Returns the scope namespaces registered in your account.AsyncRawIdentityClient.listNamespaces(ListNamespacesRequest request) Returns the scope namespaces registered in your account.AsyncRawIdentityClient.listNamespaces(ListNamespacesRequest request, RequestOptions requestOptions) Returns the scope namespaces registered in your account.AsyncRawIdentityClient.listUsers()Returns a paginated list of the users in your account.AsyncRawIdentityClient.listUsers(RequestOptions requestOptions) Returns a paginated list of the users in your account.AsyncRawIdentityClient.listUsers(ListUsersRequest request) Returns a paginated list of the users in your account.AsyncRawIdentityClient.listUsers(ListUsersRequest request, RequestOptions requestOptions) Returns a paginated list of the users in your account.AsyncRawIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupUsers(IdentityLookupRequest request) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.AsyncRawIdentityClient.lookupUsers(IdentityLookupRequest request, RequestOptions requestOptions) Looks up users by a schema lookup field, with the query criteria carried in the request body rather than the URL.AsyncRawIdentityClient.registerNamespace(RegisterNamespaceRequest request) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncRawIdentityClient.registerNamespace(RegisterNamespaceRequest request, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncRawIdentityClient.registerNamespace(NamespaceRequest body) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncRawIdentityClient.registerNamespace(NamespaceRequest body, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncRawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, EntityRequest body) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncRawIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncRawIdentityClient.updateNamespace(String namespace, NamespaceRequest body) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncRawIdentityClient.updateNamespace(String namespace, NamespaceRequest body, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncRawIdentityClient.updateUser(String id, UpdateUserRequest request) Updates mutable fields on an existing user (such as email, status, payload, or schema binding).AsyncRawIdentityClient.updateUser(String id, UpdateUserRequest request, RequestOptions requestOptions) Updates mutable fields on an existing user (such as email, status, payload, or schema binding).AsyncRawIdentityClient.userExistsByEmail()Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.inference
Methods in ai.vectros.resources.inference that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawInferenceClient.chatInference(ChatRequest request) Streams a model response as Server-Sent Events (SSE).RawInferenceClient.chatInference(ChatRequest request, RequestOptions requestOptions) Streams a model response as Server-Sent Events (SSE).RawInferenceClient.documentAsk(String id, DocumentAskRequest request) Loads a single document's extracted text, supplies it as context, and streams a model answer about it.RawInferenceClient.documentAsk(String id, DocumentAskRequest request, RequestOptions requestOptions) Loads a single document's extracted text, supplies it as context, and streams a model answer about it.RawInferenceClient.listInferenceModels()Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.RawInferenceClient.listInferenceModels(RequestOptions requestOptions) Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.RawInferenceClient.ragInference(RagRequest request) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.RawInferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.Methods in ai.vectros.resources.inference that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawInferenceClient.chatInference(ChatRequest request) Streams a model response as Server-Sent Events (SSE).AsyncRawInferenceClient.chatInference(ChatRequest request, RequestOptions requestOptions) Streams a model response as Server-Sent Events (SSE).AsyncRawInferenceClient.documentAsk(String id, DocumentAskRequest request) Loads a single document's extracted text, supplies it as context, and streams a model answer about it.AsyncRawInferenceClient.documentAsk(String id, DocumentAskRequest request, RequestOptions requestOptions) Loads a single document's extracted text, supplies it as context, and streams a model answer about it.AsyncRawInferenceClient.listInferenceModels()Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.AsyncRawInferenceClient.listInferenceModels(RequestOptions requestOptions) Returns every inference model available to you, including each model's context window, the plan tiers it's available on, and the exact credit rates charged per 1K input and output tokens.AsyncRawInferenceClient.ragInference(RagRequest request) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results.AsyncRawInferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) Runs hybrid search over your indexed content, then streams a model answer grounded in the top results. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.records
Methods in ai.vectros.resources.records that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawRecordsClient.batchGetRecords()Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(BatchGetRequest request) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchLookupRecords()Reserved endpoint for batch lookup and reference resolution.RawRecordsClient.batchLookupRecords(RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.RawRecordsClient.batchLookupRecords(BatchLookupRequest request) Reserved endpoint for batch lookup and reference resolution.RawRecordsClient.batchLookupRecords(BatchLookupRequest request, RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.RawRecordsClient.batchWriteRecords()Reserved endpoint for bulk record writes.RawRecordsClient.batchWriteRecords(RequestOptions requestOptions) Reserved endpoint for bulk record writes.RawRecordsClient.batchWriteRecords(BatchWriteRequest request) Reserved endpoint for bulk record writes.RawRecordsClient.batchWriteRecords(BatchWriteRequest request, RequestOptions requestOptions) Reserved endpoint for bulk record writes.RawRecordsClient.createRecord(CreateRecordRequest request) Creates a new record of a given type.RawRecordsClient.createRecord(CreateRecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.RawRecordsClient.createRecord(RecordRequest body) Creates a new record of a given type.RawRecordsClient.createRecord(RecordRequest body, RequestOptions requestOptions) Creates a new record of a given type.RawRecordsClient.deleteRecord(String id) Permanently deletes a record.RawRecordsClient.deleteRecord(String id, RequestOptions requestOptions) Permanently deletes a record.RawRecordsClient.deleteRecord(String id, DeleteRecordRequest request) Permanently deletes a record.RawRecordsClient.deleteRecord(String id, DeleteRecordRequest request, RequestOptions requestOptions) Permanently deletes a record.Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RawRecordsClient.getRecord(String id, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RawRecordsClient.getRecord(String id, GetRecordRequest request) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RawRecordsClient.getRecord(String id, GetRecordRequest request, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).RawRecordsClient.getRecordTombstone(String id) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.RawRecordsClient.getRecordTombstone(String id, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.RawRecordsClient.getRecordTombstone(String id, GetRecordTombstoneRequest request) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.RawRecordsClient.getRecordTombstone(String id, GetRecordTombstoneRequest request, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.RawRecordsClient.getRecordVersions(String id) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.RawRecordsClient.getRecordVersions(String id, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.RawRecordsClient.getRecordVersions(String id, GetRecordVersionsRequest request) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.RawRecordsClient.getRecordVersions(String id, GetRecordVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.RawRecordsClient.listRecords()Returns a paginated list of records in your account as a{data, nextCursor}page.RawRecordsClient.listRecords(RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.RawRecordsClient.listRecords(ListRecordsRequest request) Returns a paginated list of records in your account as a{data, nextCursor}page.RawRecordsClient.listRecords(ListRecordsRequest request, RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.RawRecordsClient.lookupRecords(LookupRecordsRequest request) Finds records by the value of a lookup field declared on the type's schema.RawRecordsClient.lookupRecords(LookupRecordsRequest request, RequestOptions requestOptions) Finds records by the value of a lookup field declared on the type's schema.RawRecordsClient.lookupRecordsByBody(RecordLookupRequest request) Body-based equivalent ofGET /v1/records/lookup.RawRecordsClient.lookupRecordsByBody(RecordLookupRequest request, RequestOptions requestOptions) Body-based equivalent ofGET /v1/records/lookup.RawRecordsClient.patchRecord(String id, PatchRecordRequest request) Partially updates a record using an RFC 7386 JSON Merge Patch.RawRecordsClient.patchRecord(String id, PatchRecordRequest request, RequestOptions requestOptions) Partially updates a record using an RFC 7386 JSON Merge Patch.RawRecordsClient.updateRecord(String id, UpdateRecordRequest request) Replaces a record's payload and mutable fields.RawRecordsClient.updateRecord(String id, UpdateRecordRequest request, RequestOptions requestOptions) Replaces a record's payload and mutable fields.RawRecordsClient.updateRecord(String id, RecordRequest body) Replaces a record's payload and mutable fields.RawRecordsClient.updateRecord(String id, RecordRequest body, RequestOptions requestOptions) Replaces a record's payload and mutable fields.Methods in ai.vectros.resources.records that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawRecordsClient.batchGetRecords()Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchLookupRecords()Reserved endpoint for batch lookup and reference resolution.AsyncRawRecordsClient.batchLookupRecords(RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.AsyncRawRecordsClient.batchLookupRecords(BatchLookupRequest request) Reserved endpoint for batch lookup and reference resolution.AsyncRawRecordsClient.batchLookupRecords(BatchLookupRequest request, RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.AsyncRawRecordsClient.batchWriteRecords()Reserved endpoint for bulk record writes.AsyncRawRecordsClient.batchWriteRecords(RequestOptions requestOptions) Reserved endpoint for bulk record writes.AsyncRawRecordsClient.batchWriteRecords(BatchWriteRequest request) Reserved endpoint for bulk record writes.AsyncRawRecordsClient.batchWriteRecords(BatchWriteRequest request, RequestOptions requestOptions) Reserved endpoint for bulk record writes.AsyncRawRecordsClient.createRecord(CreateRecordRequest request) Creates a new record of a given type.AsyncRawRecordsClient.createRecord(CreateRecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.AsyncRawRecordsClient.createRecord(RecordRequest body) Creates a new record of a given type.AsyncRawRecordsClient.createRecord(RecordRequest body, RequestOptions requestOptions) Creates a new record of a given type.AsyncRawRecordsClient.deleteRecord(String id) Permanently deletes a record.AsyncRawRecordsClient.deleteRecord(String id, RequestOptions requestOptions) Permanently deletes a record.AsyncRawRecordsClient.deleteRecord(String id, DeleteRecordRequest request) Permanently deletes a record.AsyncRawRecordsClient.deleteRecord(String id, DeleteRecordRequest request, RequestOptions requestOptions) Permanently deletes a record.Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRawRecordsClient.getRecord(String id, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRawRecordsClient.getRecord(String id, GetRecordRequest request) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRawRecordsClient.getRecord(String id, GetRecordRequest request, RequestOptions requestOptions) Retrieves a single record by its Vectros-assigned ID, including its full payload (payloads that were externalized to object storage are rehydrated for this response).AsyncRawRecordsClient.getRecordTombstone(String id) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.AsyncRawRecordsClient.getRecordTombstone(String id, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.AsyncRawRecordsClient.getRecordTombstone(String id, GetRecordTombstoneRequest request) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.AsyncRawRecordsClient.getRecordTombstone(String id, GetRecordTombstoneRequest request, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.AsyncRawRecordsClient.getRecordVersions(String id) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.AsyncRawRecordsClient.getRecordVersions(String id, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.AsyncRawRecordsClient.getRecordVersions(String id, GetRecordVersionsRequest request) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.AsyncRawRecordsClient.getRecordVersions(String id, GetRecordVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.AsyncRawRecordsClient.listRecords()Returns a paginated list of records in your account as a{data, nextCursor}page.AsyncRawRecordsClient.listRecords(RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.AsyncRawRecordsClient.listRecords(ListRecordsRequest request) Returns a paginated list of records in your account as a{data, nextCursor}page.AsyncRawRecordsClient.listRecords(ListRecordsRequest request, RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.AsyncRawRecordsClient.lookupRecords(LookupRecordsRequest request) Finds records by the value of a lookup field declared on the type's schema.AsyncRawRecordsClient.lookupRecords(LookupRecordsRequest request, RequestOptions requestOptions) Finds records by the value of a lookup field declared on the type's schema.AsyncRawRecordsClient.lookupRecordsByBody(RecordLookupRequest request) Body-based equivalent ofGET /v1/records/lookup.AsyncRawRecordsClient.lookupRecordsByBody(RecordLookupRequest request, RequestOptions requestOptions) Body-based equivalent ofGET /v1/records/lookup.AsyncRawRecordsClient.patchRecord(String id, PatchRecordRequest request) Partially updates a record using an RFC 7386 JSON Merge Patch.AsyncRawRecordsClient.patchRecord(String id, PatchRecordRequest request, RequestOptions requestOptions) Partially updates a record using an RFC 7386 JSON Merge Patch.AsyncRawRecordsClient.updateRecord(String id, UpdateRecordRequest request) Replaces a record's payload and mutable fields.AsyncRawRecordsClient.updateRecord(String id, UpdateRecordRequest request, RequestOptions requestOptions) Replaces a record's payload and mutable fields.AsyncRawRecordsClient.updateRecord(String id, RecordRequest body) Replaces a record's payload and mutable fields.AsyncRawRecordsClient.updateRecord(String id, RecordRequest body, RequestOptions requestOptions) Replaces a record's payload and mutable fields. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.schemas
Methods in ai.vectros.resources.schemas that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawSchemasClient.createSchema(CreateSchemaRequest request) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(CreateSchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest body) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.deleteSchema(String id) Permanently deletes a record schema.RawSchemasClient.deleteSchema(String id, RequestOptions requestOptions) Permanently deletes a record schema.RawSchemasClient.deleteSchema(String id, DeleteSchemaRequest request) Permanently deletes a record schema.RawSchemasClient.deleteSchema(String id, DeleteSchemaRequest request, RequestOptions requestOptions) Permanently deletes a record schema.Retrieves a single record schema by its id.RawSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.RawSchemasClient.getSchema(String id, GetSchemaRequest request) Retrieves a single record schema by its id.RawSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.RawSchemasClient.getSchemaVersions(String id) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).RawSchemasClient.getSchemaVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).RawSchemasClient.getSchemaVersions(String id, GetSchemaVersionsRequest request) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).RawSchemasClient.getSchemaVersions(String id, GetSchemaVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).RawSchemasClient.listSchemas()Returns a paginated list of the record schemas defined in your account.RawSchemasClient.listSchemas(RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.RawSchemasClient.listSchemas(ListSchemasRequest request) Returns a paginated list of the record schemas defined in your account.RawSchemasClient.listSchemas(ListSchemasRequest request, RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.RawSchemasClient.updateSchema(String id, UpdateSchemaRequest request) Updates a record schema.RawSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.Methods in ai.vectros.resources.schemas that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawSchemasClient.createSchema(CreateSchemaRequest request) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.createSchema(CreateSchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.createSchema(SchemaRequest body) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.deleteSchema(String id) Permanently deletes a record schema.AsyncRawSchemasClient.deleteSchema(String id, RequestOptions requestOptions) Permanently deletes a record schema.AsyncRawSchemasClient.deleteSchema(String id, DeleteSchemaRequest request) Permanently deletes a record schema.AsyncRawSchemasClient.deleteSchema(String id, DeleteSchemaRequest request, RequestOptions requestOptions) Permanently deletes a record schema.Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, GetSchemaRequest request) Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchemaVersions(String id) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).AsyncRawSchemasClient.getSchemaVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).AsyncRawSchemasClient.getSchemaVersions(String id, GetSchemaVersionsRequest request) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).AsyncRawSchemasClient.getSchemaVersions(String id, GetSchemaVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).AsyncRawSchemasClient.listSchemas()Returns a paginated list of the record schemas defined in your account.AsyncRawSchemasClient.listSchemas(RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.AsyncRawSchemasClient.listSchemas(ListSchemasRequest request) Returns a paginated list of the record schemas defined in your account.AsyncRawSchemasClient.listSchemas(ListSchemasRequest request, RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.AsyncRawSchemasClient.updateSchema(String id, UpdateSchemaRequest request) Updates a record schema.AsyncRawSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema. -
Uses of VectrosApiHttpResponse in ai.vectros.resources.search
Methods in ai.vectros.resources.search that return VectrosApiHttpResponseModifier and TypeMethodDescriptionRawSearchClient.content(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.RawSearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.Methods in ai.vectros.resources.search that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawSearchClient.content(SearchRequest request) Runs a hybrid, semantic, or text search across the content you have indexed.AsyncRawSearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.