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.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.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.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.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.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.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.listProfilesForPrincipal(String principalId) Returns the access profiles for the given principal across all of your contexts.RawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.RawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request) Returns the access profiles for the given principal across all of your contexts.RawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.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 all of your scoped API keys (ssk_*) across both your live and test environments.RawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists all of your scoped API keys (ssk_*) across both your live and test environments.RawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.RawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.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.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 and/or description of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.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.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.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.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.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.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.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.listProfilesForPrincipal(String principalId) Returns the access profiles for the given principal across all of your contexts.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request) Returns the access profiles for the given principal across all of your contexts.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.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 all of your scoped API keys (ssk_*) across both your live and test environments.AsyncRawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists all of your scoped API keys (ssk_*) across both your live and test environments.AsyncRawAuthClient.mintToken(TokenRequest request) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AsyncRawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.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.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 and/or description of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.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, client, or organization).RawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, client, or organization).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, client, or organization).AsyncRawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, client, or organization).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 full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.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 (userId,orgId, orclientId).RawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).RawDocumentsClient.listDocuments(ListDocumentsRequest request) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).RawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).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.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 full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.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 (userId,orgId, orclientId).AsyncRawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).AsyncRawDocumentsClient.listDocuments(ListDocumentsRequest request) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).AsyncRawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).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.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.createClient(CreateClientRequest request) Creates a new client identity in your account.RawIdentityClient.createClient(CreateClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.RawIdentityClient.createClient(ClientRequest body) Creates a new client identity in your account.RawIdentityClient.createClient(ClientRequest body, RequestOptions requestOptions) Creates a new client identity in your account.RawIdentityClient.createOrg(CreateOrgRequest request) Creates a new organization in your account.RawIdentityClient.createOrg(CreateOrgRequest request, RequestOptions requestOptions) Creates a new organization in your account.RawIdentityClient.createOrg(OrgRequest body) Creates a new organization in your account.RawIdentityClient.createOrg(OrgRequest body, RequestOptions requestOptions) Creates a new organization in your account.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.deleteClient(String id) Permanently deletes the client.RawIdentityClient.deleteClient(String id, RequestOptions requestOptions) Permanently deletes the client.RawIdentityClient.deleteClient(String id, DeleteClientRequest request) Permanently deletes the client.RawIdentityClient.deleteClient(String id, DeleteClientRequest request, RequestOptions requestOptions) Permanently deletes the client.Permanently deletes an organization.RawIdentityClient.deleteOrg(String id, RequestOptions requestOptions) Permanently deletes an organization.RawIdentityClient.deleteOrg(String id, DeleteOrgRequest request) Permanently deletes an organization.RawIdentityClient.deleteOrg(String id, DeleteOrgRequest request, RequestOptions requestOptions) Permanently deletes an organization.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.Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, GetClientRequest request) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClientVersions(String id) Returns the audit trail of changes to a client, newest first.RawIdentityClient.getClientVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.RawIdentityClient.getClientVersions(String id, GetClientVersionsRequest request) Returns the audit trail of changes to a client, newest first.RawIdentityClient.getClientVersions(String id, GetClientVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.RawIdentityClient.getOrg(String id, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.RawIdentityClient.getOrg(String id, GetOrgRequest request) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.RawIdentityClient.getOrg(String id, GetOrgRequest request, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.RawIdentityClient.getOrgVersions(String id) Returns the audit trail of changes made to an organization, newest first.RawIdentityClient.getOrgVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.RawIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request) Returns the audit trail of changes made to an organization, newest first.RawIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.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.listClients()Returns a paginated list of clients in your account.RawIdentityClient.listClients(RequestOptions requestOptions) Returns a paginated list of clients in your account.RawIdentityClient.listClients(ListClientsRequest request) Returns a paginated list of clients in your account.RawIdentityClient.listClients(ListClientsRequest request, RequestOptions requestOptions) Returns a paginated list of clients in your account.RawIdentityClient.listOrgs()Returns a paginated list of organizations in your account.RawIdentityClient.listOrgs(RequestOptions requestOptions) Returns a paginated list of organizations in your account.RawIdentityClient.listOrgs(ListOrgsRequest request) Returns a paginated list of organizations in your account.RawIdentityClient.listOrgs(ListOrgsRequest request, RequestOptions requestOptions) Returns a paginated list of organizations 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.lookupClients(IdentityLookupRequest request) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.RawIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.RawIdentityClient.lookupOrgs(IdentityLookupRequest request) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.RawIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent 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.updateClient(String id, UpdateClientRequest request) Updates mutable fields on an existing client.RawIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.RawIdentityClient.updateOrg(String id, UpdateOrgRequest request) Updates the mutable fields of an organization.RawIdentityClient.updateOrg(String id, UpdateOrgRequest request, RequestOptions requestOptions) Updates the mutable fields of an organization.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).Methods in ai.vectros.resources.identity that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawIdentityClient.createClient(CreateClientRequest request) Creates a new client identity in your account.AsyncRawIdentityClient.createClient(CreateClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.AsyncRawIdentityClient.createClient(ClientRequest body) Creates a new client identity in your account.AsyncRawIdentityClient.createClient(ClientRequest body, RequestOptions requestOptions) Creates a new client identity in your account.AsyncRawIdentityClient.createOrg(CreateOrgRequest request) Creates a new organization in your account.AsyncRawIdentityClient.createOrg(CreateOrgRequest request, RequestOptions requestOptions) Creates a new organization in your account.AsyncRawIdentityClient.createOrg(OrgRequest body) Creates a new organization in your account.AsyncRawIdentityClient.createOrg(OrgRequest body, RequestOptions requestOptions) Creates a new organization in your account.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.deleteClient(String id) Permanently deletes the client.AsyncRawIdentityClient.deleteClient(String id, RequestOptions requestOptions) Permanently deletes the client.AsyncRawIdentityClient.deleteClient(String id, DeleteClientRequest request) Permanently deletes the client.AsyncRawIdentityClient.deleteClient(String id, DeleteClientRequest request, RequestOptions requestOptions) Permanently deletes the client.Permanently deletes an organization.AsyncRawIdentityClient.deleteOrg(String id, RequestOptions requestOptions) Permanently deletes an organization.AsyncRawIdentityClient.deleteOrg(String id, DeleteOrgRequest request) Permanently deletes an organization.AsyncRawIdentityClient.deleteOrg(String id, DeleteOrgRequest request, RequestOptions requestOptions) Permanently deletes an organization.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.Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, GetClientRequest request) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClientVersions(String id) Returns the audit trail of changes to a client, newest first.AsyncRawIdentityClient.getClientVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.AsyncRawIdentityClient.getClientVersions(String id, GetClientVersionsRequest request) Returns the audit trail of changes to a client, newest first.AsyncRawIdentityClient.getClientVersions(String id, GetClientVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncRawIdentityClient.getOrg(String id, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncRawIdentityClient.getOrg(String id, GetOrgRequest request) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncRawIdentityClient.getOrg(String id, GetOrgRequest request, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncRawIdentityClient.getOrgVersions(String id) Returns the audit trail of changes made to an organization, newest first.AsyncRawIdentityClient.getOrgVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.AsyncRawIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request) Returns the audit trail of changes made to an organization, newest first.AsyncRawIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.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.listClients()Returns a paginated list of clients in your account.AsyncRawIdentityClient.listClients(RequestOptions requestOptions) Returns a paginated list of clients in your account.AsyncRawIdentityClient.listClients(ListClientsRequest request) Returns a paginated list of clients in your account.AsyncRawIdentityClient.listClients(ListClientsRequest request, RequestOptions requestOptions) Returns a paginated list of clients in your account.AsyncRawIdentityClient.listOrgs()Returns a paginated list of organizations in your account.AsyncRawIdentityClient.listOrgs(RequestOptions requestOptions) Returns a paginated list of organizations in your account.AsyncRawIdentityClient.listOrgs(ListOrgsRequest request) Returns a paginated list of organizations in your account.AsyncRawIdentityClient.listOrgs(ListOrgsRequest request, RequestOptions requestOptions) Returns a paginated list of organizations 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.lookupClients(IdentityLookupRequest request) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncRawIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncRawIdentityClient.lookupOrgs(IdentityLookupRequest request) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.AsyncRawIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent 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.updateClient(String id, UpdateClientRequest request) Updates mutable fields on an existing client.AsyncRawIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.AsyncRawIdentityClient.updateOrg(String id, UpdateOrgRequest request) Updates the mutable fields of an organization.AsyncRawIdentityClient.updateOrg(String id, UpdateOrgRequest request, RequestOptions requestOptions) Updates the mutable fields of an organization.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). -
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()Reserved endpoint for fetching multiple records by ID in one call.RawRecordsClient.batchGetRecords(RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.RawRecordsClient.batchGetRecords(BatchGetRequest request) Reserved endpoint for fetching multiple records by ID in one call.RawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.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.Methods in ai.vectros.resources.records that return types with arguments of type VectrosApiHttpResponseModifier and TypeMethodDescriptionAsyncRawRecordsClient.batchGetRecords()Reserved endpoint for fetching multiple records by ID in one call.AsyncRawRecordsClient.batchGetRecords(RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request) Reserved endpoint for fetching multiple records by ID in one call.AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.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. -
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.