Uses of Class
ai.vectros.core.RequestOptions
Packages that use RequestOptions
Package
Description
-
Uses of RequestOptions in ai.vectros.core
Methods in ai.vectros.core that return RequestOptionsMethods in ai.vectros.core with parameters of type RequestOptionsModifier and TypeMethodDescriptionClientOptions.headers(RequestOptions requestOptions) okhttp3.OkHttpClientClientOptions.httpClientWithTimeout(RequestOptions requestOptions) intClientOptions.timeout(RequestOptions requestOptions) -
Uses of RequestOptions in ai.vectros.resources.auth
Methods in ai.vectros.resources.auth with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncAuthClient.assumeToken(Map<String, Object> request, RequestOptions requestOptions) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.AsyncRawAuthClient.assumeToken(Map<String, Object> request, RequestOptions requestOptions) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.AuthClient.assumeToken(Map<String, Object> request, RequestOptions requestOptions) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.RawAuthClient.assumeToken(Map<String, Object> request, RequestOptions requestOptions) Re-mints the presentedst_*scoped token with one or moreidentity.<namespace>values changed — for a caller whose ROLE explicitly grants assuming those values (an invited hr-admin, a multi-org case-handler) and needs to change which value new writes place records under.AsyncAuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncAuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a new access profile under the given app context.AuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, RequestOptions requestOptions) Creates a new access profile under the given app context.AuthClient.createAccessProfile(String contextId, AccessProfileRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a new access profile under the given app context.AsyncAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.AuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.AuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(CreateAppContextRequest request, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest body, RequestOptions requestOptions) Creates a new app context.AsyncAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email, OR grant an existing member access to an additional app context by inviting their same email again.AsyncAuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.AsyncAuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a new role under the given app context.AuthClient.createRole(String contextId, CreateRoleRequest request, RequestOptions requestOptions) Creates a new role under the given app context.AuthClient.createRole(String contextId, RoleRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a new role under the given app context.AsyncAuthClient.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.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AuthClient.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.createScopedKey(CreateScopedKeyRequest request, RequestOptions requestOptions) Creates a scoped API key (anssk_*secret) that inherits its permissions from an existing access profile in your account.AsyncAuthClient.deleteAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Deletes an access profile.AsyncAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request, RequestOptions requestOptions) Deletes an access profile.AsyncRawAuthClient.deleteAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Deletes an access profile.AsyncRawAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request, RequestOptions requestOptions) Deletes an access profile.voidAuthClient.deleteAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Deletes an access profile.voidAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request, RequestOptions requestOptions) Deletes an access profile.RawAuthClient.deleteAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Deletes an access profile.RawAuthClient.deleteAccessProfile(String contextId, String principalId, DeleteAccessProfileRequest request, RequestOptions requestOptions) Deletes an access profile.AsyncAuthClient.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.AsyncAuthClient.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.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, RequestOptions requestOptions) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.voidAuthClient.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.voidAuthClient.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.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, RequestOptions requestOptions) Permanently deletes an app context and everything in it — every record, document, folder, schema, role, and access profile belonging to the context.AsyncAuthClient.deleteIssuer(String issuerId, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.AsyncAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.AsyncRawAuthClient.deleteIssuer(String issuerId, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.AsyncRawAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.voidAuthClient.deleteIssuer(String issuerId, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.voidAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.RawAuthClient.deleteIssuer(String issuerId, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.RawAuthClient.deleteIssuer(String issuerId, DeleteIssuerRequest request, RequestOptions requestOptions) Deregisters a trusted third-party IdP issuer.AsyncAuthClient.deleteRole(String contextId, String roleId, RequestOptions requestOptions) Deletes a role.AsyncAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request, RequestOptions requestOptions) Deletes a role.AsyncRawAuthClient.deleteRole(String contextId, String roleId, RequestOptions requestOptions) Deletes a role.AsyncRawAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request, RequestOptions requestOptions) Deletes a role.voidAuthClient.deleteRole(String contextId, String roleId, RequestOptions requestOptions) Deletes a role.voidAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request, RequestOptions requestOptions) Deletes a role.RawAuthClient.deleteRole(String contextId, String roleId, RequestOptions requestOptions) Deletes a role.RawAuthClient.deleteRole(String contextId, String roleId, DeleteRoleRequest request, RequestOptions requestOptions) Deletes a role.AsyncAuthClient.exchangeToken(TokenExchangeRequest request, RequestOptions requestOptions) RFC 8693 OAuth 2.0 Token Exchange.AsyncRawAuthClient.exchangeToken(TokenExchangeRequest request, RequestOptions requestOptions) RFC 8693 OAuth 2.0 Token Exchange.AuthClient.exchangeToken(TokenExchangeRequest request, RequestOptions requestOptions) RFC 8693 OAuth 2.0 Token Exchange.RawAuthClient.exchangeToken(TokenExchangeRequest request, RequestOptions requestOptions) RFC 8693 OAuth 2.0 Token Exchange.AsyncAuthClient.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.AsyncAuthClient.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.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, 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.AuthClient.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.AuthClient.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.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, 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.AsyncAuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncAuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AuthClient.getAccessProfile(String contextId, String principalId, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AuthClient.getAccessProfile(String contextId, String principalId, GetAccessProfileRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single access profile by itsprincipalIdwithin the given app context.AsyncAuthClient.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.AsyncAuthClient.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.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, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.AuthClient.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.AuthClient.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.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, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for an access profile, most recent first.AsyncAuthClient.getAdminLogs(GetAdminLogsRequest request, RequestOptions requestOptions) Returns recent API call logs for your account.AsyncRawAuthClient.getAdminLogs(GetAdminLogsRequest request, RequestOptions requestOptions) Returns recent API call logs for your account.AuthClient.getAdminLogs(GetAdminLogsRequest request, RequestOptions requestOptions) Returns recent API call logs for your account.RawAuthClient.getAdminLogs(GetAdminLogsRequest request, RequestOptions requestOptions) Returns recent API call logs for your account.AsyncAuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncAuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single app context by itscontextId.AuthClient.getAppContext(String contextId, RequestOptions requestOptions) Returns a single app context by itscontextId.AuthClient.getAppContext(String contextId, GetAppContextRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single app context by itscontextId.AsyncAuthClient.getIssuer(String issuerId, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AsyncAuthClient.getIssuer(String issuerId, GetIssuerRequest request, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AsyncRawAuthClient.getIssuer(String issuerId, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AsyncRawAuthClient.getIssuer(String issuerId, GetIssuerRequest request, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AuthClient.getIssuer(String issuerId, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AuthClient.getIssuer(String issuerId, GetIssuerRequest request, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.RawAuthClient.getIssuer(String issuerId, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.RawAuthClient.getIssuer(String issuerId, GetIssuerRequest request, RequestOptions requestOptions) Retrieves a single registered issuer by issuerId.AsyncAuthClient.getJwks(RequestOptions requestOptions) 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.AuthClient.getJwks(RequestOptions requestOptions) 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.AsyncAuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncAuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AuthClient.getRole(String contextId, String roleId, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AuthClient.getRole(String contextId, String roleId, GetRoleRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single role by itsroleIdwithin the given app context.AsyncAuthClient.getRoleVersions(String contextId, String roleId, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncAuthClient.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.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, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AuthClient.getRoleVersions(String contextId, String roleId, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AuthClient.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.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, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a role, newest first.AsyncAuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncAuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AuthClient.getScopedKey(String keyId, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AuthClient.getScopedKey(String keyId, GetScopedKeyRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the metadata for a single scoped API key.AsyncAuthClient.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.AsyncAuthClient.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.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, 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.AuthClient.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.AuthClient.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.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, 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.AsyncAuthClient.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.AsyncAuthClient.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.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, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AuthClient.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.AuthClient.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.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, RequestOptions requestOptions) Returns the access profiles assigned within the given app context — in effect, who has access to this context and with what scopes.AsyncAuthClient.listAppContexts(RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.AsyncAuthClient.listAppContexts(ListAppContextsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.AuthClient.listAppContexts(RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.AuthClient.listAppContexts(ListAppContextsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a paginated list of the app contexts in your account.AsyncAuthClient.listIssuers(RequestOptions requestOptions) Returns the issuers registered in your tenant.AsyncAuthClient.listIssuers(ListIssuersRequest request, RequestOptions requestOptions) Returns the issuers registered in your tenant.AsyncRawAuthClient.listIssuers(RequestOptions requestOptions) Returns the issuers registered in your tenant.AsyncRawAuthClient.listIssuers(ListIssuersRequest request, RequestOptions requestOptions) Returns the issuers registered in your tenant.AuthClient.listIssuers(RequestOptions requestOptions) Returns the issuers registered in your tenant.AuthClient.listIssuers(ListIssuersRequest request, RequestOptions requestOptions) Returns the issuers registered in your tenant.RawAuthClient.listIssuers(RequestOptions requestOptions) Returns the issuers registered in your tenant.RawAuthClient.listIssuers(ListIssuersRequest request, RequestOptions requestOptions) Returns the issuers registered in your tenant.AsyncAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal.AsyncAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal.AuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal.AuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal.RawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal.RawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal.AsyncAuthClient.listRoles(String contextId, RequestOptions requestOptions) Returns the roles defined under the given app context.AsyncAuthClient.listRoles(String contextId, ListRolesRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the roles defined under the given app context.AuthClient.listRoles(String contextId, RequestOptions requestOptions) Returns the roles defined under the given app context.AuthClient.listRoles(String contextId, ListRolesRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the roles defined under the given app context.AsyncAuthClient.listScopedKeys(RequestOptions requestOptions) Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.AsyncRawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.AuthClient.listScopedKeys(RequestOptions requestOptions) Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.RawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists your scoped API keys (ssk_*) in your credential's own environment — a live key lists live keys, a test key lists test keys.AsyncAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AsyncRawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).RawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user or identity entity (in any namespace).AsyncAuthClient.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.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.AuthClient.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.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.AsyncAuthClient.registerIssuer(IssuerRequest request, RequestOptions requestOptions) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.AsyncRawAuthClient.registerIssuer(IssuerRequest request, RequestOptions requestOptions) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.AuthClient.registerIssuer(IssuerRequest request, RequestOptions requestOptions) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.RawAuthClient.registerIssuer(IssuerRequest request, RequestOptions requestOptions) Registers a trusted third-party IdP issuer that BYO-IdP token exchange (POST /v1/auth/token/exchange) may accept asubject_tokenfrom.AsyncAuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) 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.AuthClient.resendInvite(CreateInviteRequest request, RequestOptions requestOptions) 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.AsyncAuthClient.revokeScopedKey(String keyId, RequestOptions requestOptions) Revokes a scoped API key.AsyncAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request, RequestOptions requestOptions) Revokes a scoped API key.AsyncRawAuthClient.revokeScopedKey(String keyId, RequestOptions requestOptions) Revokes a scoped API key.AsyncRawAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request, RequestOptions requestOptions) Revokes a scoped API key.voidAuthClient.revokeScopedKey(String keyId, RequestOptions requestOptions) Revokes a scoped API key.voidAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request, RequestOptions requestOptions) Revokes a scoped API key.RawAuthClient.revokeScopedKey(String keyId, RequestOptions requestOptions) Revokes a scoped API key.RawAuthClient.revokeScopedKey(String keyId, RevokeScopedKeyRequest request, RequestOptions requestOptions) Revokes a scoped API key.AsyncAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.AsyncRawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.AuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.RawAuthClient.updateAccessProfile(String contextId, String principalId, UpdateAccessProfileRequest request, RequestOptions requestOptions) Updates an access profile.AsyncAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.AuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name, description, and/or companyName of an app context.AsyncAuthClient.updateIssuer(String issuerId, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncRawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AuthClient.updateIssuer(String issuerId, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.RawAuthClient.updateIssuer(String issuerId, IssuerUpdateRequest request, RequestOptions requestOptions) Updates the mutable fields of a registered issuer:subClaim,emailClaim,status(active/suspended— a suspended issuer's tokens are rejected identically to an unregistered issuer at exchange time), andselfSignupPolicies.AsyncAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.AsyncRawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.AuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role.RawAuthClient.updateRole(String contextId, String roleId, UpdateRoleRequest request, RequestOptions requestOptions) Updates a role. -
Uses of RequestOptions in ai.vectros.resources.compliance
Methods in ai.vectros.resources.compliance with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).AsyncRawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).ComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).RawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, or an identity entity in any namespace).AsyncComplianceClient.createExport(RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.AsyncComplianceClient.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.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, RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.ComplianceClient.createExport(RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.ComplianceClient.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.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, RequestOptions requestOptions) Submits an asynchronous job to export your account's data, or a single end-subject's data, across the requested contexts.AsyncComplianceClient.getErasureRequest(String id, RequestOptions requestOptions) Polls an erasure request by id.AsyncComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request, RequestOptions requestOptions) Polls an erasure request by id.AsyncRawComplianceClient.getErasureRequest(String id, RequestOptions requestOptions) Polls an erasure request by id.AsyncRawComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request, RequestOptions requestOptions) Polls an erasure request by id.ComplianceClient.getErasureRequest(String id, RequestOptions requestOptions) Polls an erasure request by id.ComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request, RequestOptions requestOptions) Polls an erasure request by id.RawComplianceClient.getErasureRequest(String id, RequestOptions requestOptions) Polls an erasure request by id.RawComplianceClient.getErasureRequest(String id, GetErasureRequestRequest request, RequestOptions requestOptions) Polls an erasure request by id.AsyncComplianceClient.getExport(String id, RequestOptions requestOptions) Polls an export job by id.AsyncComplianceClient.getExport(String id, GetExportRequest request, RequestOptions requestOptions) Polls an export job by id.AsyncRawComplianceClient.getExport(String id, RequestOptions requestOptions) Polls an export job by id.AsyncRawComplianceClient.getExport(String id, GetExportRequest request, RequestOptions requestOptions) Polls an export job by id.ComplianceClient.getExport(String id, RequestOptions requestOptions) Polls an export job by id.ComplianceClient.getExport(String id, GetExportRequest request, RequestOptions requestOptions) Polls an export job by id.RawComplianceClient.getExport(String id, RequestOptions requestOptions) Polls an export job by id.RawComplianceClient.getExport(String id, GetExportRequest request, RequestOptions requestOptions) Polls an export job by id. -
Uses of RequestOptions in ai.vectros.resources.documents
Methods in ai.vectros.resources.documents with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncDocumentsClient.deleteDocument(String id, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.AsyncDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.voidDocumentsClient.deleteDocument(String id, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.voidDocumentsClient.deleteDocument(String id, DeleteDocumentRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Permanently deletes the document and removes it from the search index.AsyncDocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncDocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.DocumentsClient.getDocument(String id, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.DocumentsClient.getDocument(String id, GetDocumentRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a single document by its ID, including its full structured payload.AsyncDocumentsClient.getDocumentDownloadUrl(String id, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.AsyncDocumentsClient.getDocumentDownloadUrl(String id, GetDocumentDownloadUrlRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.DocumentsClient.getDocumentDownloadUrl(String id, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.DocumentsClient.getDocumentDownloadUrl(String id, GetDocumentDownloadUrlRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a short-lived presigned S3 GET URL for the original uploaded file.AsyncDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).DocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).DocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the document's full text body when it is retained: always available for text-ingested documents, and for file-uploaded documents unless they were uploaded withstoreText=false(which discards the extracted text once indexing completes — the original file remains available viaGET /{id}/download).AsyncDocumentsClient.getDocumentVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.AsyncDocumentsClient.getDocumentVersions(String id, GetDocumentVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.DocumentsClient.getDocumentVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.DocumentsClient.getDocumentVersions(String id, GetDocumentVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes (CREATE, UPDATE, DELETE) for a document.AsyncDocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncDocumentsClient.ingestDocument(DocumentRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(IngestDocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(DocumentRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncRawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncRawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).DocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).DocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).RawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).RawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userIdorscope).AsyncDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by field value.AsyncRawDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by field value.DocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by field value.RawDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by field value.AsyncDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request, RequestOptions requestOptions) Request-body equivalent of GET /v1/documents/lookup.AsyncRawDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request, RequestOptions requestOptions) Request-body equivalent of GET /v1/documents/lookup.DocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request, RequestOptions requestOptions) Request-body equivalent of GET /v1/documents/lookup.RawDocumentsClient.lookupDocumentsByBody(DocumentLookupRequest request, RequestOptions requestOptions) Request-body equivalent of GET /v1/documents/lookup.AsyncDocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) 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.DocumentsClient.patchDocument(String id, PatchDocumentRequest request, RequestOptions requestOptions) 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.AsyncDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncDocumentsClient.updateDocument(String id, DocumentRequest body, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncRawDocumentsClient.updateDocument(String id, DocumentRequest body, RequestOptions requestOptions) Replaces the mutable fields of a document.DocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.DocumentsClient.updateDocument(String id, DocumentRequest body, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, DocumentRequest body, RequestOptions requestOptions) Replaces the mutable fields of a document.AsyncDocumentsClient.uploadDocument(FileUploadRequest request, RequestOptions requestOptions) 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.DocumentsClient.uploadDocument(FileUploadRequest request, RequestOptions requestOptions) 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. -
Uses of RequestOptions in ai.vectros.resources.folders
Methods in ai.vectros.resources.folders with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncFoldersClient.createFolder(CreateFolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.AsyncFoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a folder to organize your documents and records.FoldersClient.createFolder(CreateFolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.FoldersClient.createFolder(FolderRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a folder to organize your documents and records.AsyncFoldersClient.deleteFolder(String id, RequestOptions requestOptions) Permanently deletes a folder.AsyncFoldersClient.deleteFolder(String id, DeleteFolderRequest request, RequestOptions requestOptions) Permanently deletes a folder.AsyncRawFoldersClient.deleteFolder(String id, RequestOptions requestOptions) Permanently deletes a folder.AsyncRawFoldersClient.deleteFolder(String id, DeleteFolderRequest request, RequestOptions requestOptions) Permanently deletes a folder.voidFoldersClient.deleteFolder(String id, RequestOptions requestOptions) Permanently deletes a folder.voidFoldersClient.deleteFolder(String id, DeleteFolderRequest request, RequestOptions requestOptions) Permanently deletes a folder.RawFoldersClient.deleteFolder(String id, RequestOptions requestOptions) Permanently deletes a folder.RawFoldersClient.deleteFolder(String id, DeleteFolderRequest request, RequestOptions requestOptions) Permanently deletes a folder.AsyncFoldersClient.getFolder(String id, RequestOptions requestOptions) Retrieves a single folder by its ID.AsyncFoldersClient.getFolder(String id, GetFolderRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Retrieves a single folder by its ID.FoldersClient.getFolder(String id, RequestOptions requestOptions) Retrieves a single folder by its ID.FoldersClient.getFolder(String id, GetFolderRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Retrieves a single folder by its ID.AsyncFoldersClient.getFolderVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.AsyncFoldersClient.getFolderVersions(String id, GetFolderVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.FoldersClient.getFolderVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.FoldersClient.getFolderVersions(String id, GetFolderVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes (create, update, and delete events) for a folder, newest first.AsyncFoldersClient.listFolders(RequestOptions requestOptions) Returns a paginated list of your folders.AsyncFoldersClient.listFolders(ListFoldersRequest request, RequestOptions requestOptions) Returns a paginated list of your folders.AsyncRawFoldersClient.listFolders(RequestOptions requestOptions) Returns a paginated list of your folders.AsyncRawFoldersClient.listFolders(ListFoldersRequest request, RequestOptions requestOptions) Returns a paginated list of your folders.FoldersClient.listFolders(RequestOptions requestOptions) Returns a paginated list of your folders.FoldersClient.listFolders(ListFoldersRequest request, RequestOptions requestOptions) Returns a paginated list of your folders.RawFoldersClient.listFolders(RequestOptions requestOptions) Returns a paginated list of your folders.RawFoldersClient.listFolders(ListFoldersRequest request, RequestOptions requestOptions) Returns a paginated list of your folders.AsyncFoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) 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.FoldersClient.patchFolder(String id, PatchFolderRequest request, RequestOptions requestOptions) 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.AsyncFoldersClient.updateFolder(String id, UpdateFolderRequest request, RequestOptions requestOptions) Replaces a folder's name and description.AsyncRawFoldersClient.updateFolder(String id, UpdateFolderRequest request, RequestOptions requestOptions) Replaces a folder's name and description.FoldersClient.updateFolder(String id, UpdateFolderRequest request, RequestOptions requestOptions) Replaces a folder's name and description.RawFoldersClient.updateFolder(String id, UpdateFolderRequest request, RequestOptions requestOptions) Replaces a folder's name and description. -
Uses of RequestOptions in ai.vectros.resources.identity
Methods in ai.vectros.resources.identity with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncRawIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.IdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.IdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, CreateEntityRequest request, RequestOptions requestOptions) Creates a new entity in the given namespace.RawIdentityClient.createEntity(String namespace, EntityRequest body, RequestOptions requestOptions) Creates a new entity in the given namespace.AsyncIdentityClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Creates a user identity in your account.AsyncIdentityClient.createUser(UserRequest body, RequestOptions requestOptions) Creates a user identity in your account.AsyncRawIdentityClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Creates a user identity in your account.AsyncRawIdentityClient.createUser(UserRequest body, RequestOptions requestOptions) Creates a user identity in your account.IdentityClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Creates a user identity in your account.IdentityClient.createUser(UserRequest body, RequestOptions requestOptions) Creates a user identity in your account.RawIdentityClient.createUser(CreateUserRequest request, RequestOptions requestOptions) Creates a user identity in your account.RawIdentityClient.createUser(UserRequest body, RequestOptions requestOptions) Creates a user identity in your account.AsyncIdentityClient.deleteEntity(String namespace, String id, RequestOptions requestOptions) Permanently deletes an entity.AsyncIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request, RequestOptions requestOptions) Permanently deletes an entity.AsyncRawIdentityClient.deleteEntity(String namespace, String id, RequestOptions requestOptions) Permanently deletes an entity.AsyncRawIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request, RequestOptions requestOptions) Permanently deletes an entity.voidIdentityClient.deleteEntity(String namespace, String id, RequestOptions requestOptions) Permanently deletes an entity.voidIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request, RequestOptions requestOptions) Permanently deletes an entity.RawIdentityClient.deleteEntity(String namespace, String id, RequestOptions requestOptions) Permanently deletes an entity.RawIdentityClient.deleteEntity(String namespace, String id, DeleteEntityRequest request, RequestOptions requestOptions) Permanently deletes an entity.AsyncIdentityClient.deleteNamespace(String namespace, RequestOptions requestOptions) Deletes a registered scope namespace.AsyncIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request, RequestOptions requestOptions) Deletes a registered scope namespace.AsyncRawIdentityClient.deleteNamespace(String namespace, RequestOptions requestOptions) Deletes a registered scope namespace.AsyncRawIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request, RequestOptions requestOptions) Deletes a registered scope namespace.voidIdentityClient.deleteNamespace(String namespace, RequestOptions requestOptions) Deletes a registered scope namespace.voidIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request, RequestOptions requestOptions) Deletes a registered scope namespace.RawIdentityClient.deleteNamespace(String namespace, RequestOptions requestOptions) Deletes a registered scope namespace.RawIdentityClient.deleteNamespace(String namespace, DeleteNamespaceRequest request, RequestOptions requestOptions) Deletes a registered scope namespace.AsyncIdentityClient.deleteUser(String id, RequestOptions requestOptions) Permanently deletes a user identity.AsyncIdentityClient.deleteUser(String id, DeleteUserRequest request, RequestOptions requestOptions) Permanently deletes a user identity.AsyncRawIdentityClient.deleteUser(String id, RequestOptions requestOptions) Permanently deletes a user identity.AsyncRawIdentityClient.deleteUser(String id, DeleteUserRequest request, RequestOptions requestOptions) Permanently deletes a user identity.voidIdentityClient.deleteUser(String id, RequestOptions requestOptions) Permanently deletes a user identity.voidIdentityClient.deleteUser(String id, DeleteUserRequest request, RequestOptions requestOptions) Permanently deletes a user identity.RawIdentityClient.deleteUser(String id, RequestOptions requestOptions) Permanently deletes a user identity.RawIdentityClient.deleteUser(String id, DeleteUserRequest request, RequestOptions requestOptions) Permanently deletes a user identity.AsyncIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncRawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.IdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.IdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.RawIdentityClient.getEntity(String namespace, String id, GetEntityRequest request, RequestOptions requestOptions) Retrieves a single entity by its namespace and Vectros-assigned ID.AsyncIdentityClient.getEntityVersions(String namespace, String id, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.AsyncIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.AsyncRawIdentityClient.getEntityVersions(String namespace, String id, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.AsyncRawIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.IdentityClient.getEntityVersions(String namespace, String id, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.IdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.RawIdentityClient.getEntityVersions(String namespace, String id, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.RawIdentityClient.getEntityVersions(String namespace, String id, GetEntityVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an entity, newest first.AsyncIdentityClient.getNamespace(String namespace, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.AsyncIdentityClient.getNamespace(String namespace, GetNamespaceRequest request, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.AsyncRawIdentityClient.getNamespace(String namespace, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.AsyncRawIdentityClient.getNamespace(String namespace, GetNamespaceRequest request, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.IdentityClient.getNamespace(String namespace, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.IdentityClient.getNamespace(String namespace, GetNamespaceRequest request, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.RawIdentityClient.getNamespace(String namespace, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.RawIdentityClient.getNamespace(String namespace, GetNamespaceRequest request, RequestOptions requestOptions) Retrieves a single scope-namespace registration by name.AsyncIdentityClient.getUser(String id, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.AsyncIdentityClient.getUser(String id, GetUserRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.IdentityClient.getUser(String id, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.IdentityClient.getUser(String id, GetUserRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Retrieves a single user by its Vectros-assigned ID.AsyncIdentityClient.getUserVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.AsyncIdentityClient.getUserVersions(String id, GetUserVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.IdentityClient.getUserVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.IdentityClient.getUserVersions(String id, GetUserVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes to a user, most recent first.AsyncIdentityClient.listEntities(String namespace, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.AsyncIdentityClient.listEntities(String namespace, ListEntitiesRequest request, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.AsyncRawIdentityClient.listEntities(String namespace, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.AsyncRawIdentityClient.listEntities(String namespace, ListEntitiesRequest request, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.IdentityClient.listEntities(String namespace, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.IdentityClient.listEntities(String namespace, ListEntitiesRequest request, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.RawIdentityClient.listEntities(String namespace, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.RawIdentityClient.listEntities(String namespace, ListEntitiesRequest request, RequestOptions requestOptions) Returns a paginated list of entities in a namespace.AsyncIdentityClient.listNamespaces(RequestOptions requestOptions) Returns the scope namespaces registered in your account.AsyncIdentityClient.listNamespaces(ListNamespacesRequest request, RequestOptions requestOptions) Returns the scope namespaces registered in your account.AsyncRawIdentityClient.listNamespaces(RequestOptions requestOptions) Returns the scope namespaces registered in your account.AsyncRawIdentityClient.listNamespaces(ListNamespacesRequest request, RequestOptions requestOptions) Returns the scope namespaces registered in your account.IdentityClient.listNamespaces(RequestOptions requestOptions) Returns the scope namespaces registered in your account.IdentityClient.listNamespaces(ListNamespacesRequest request, RequestOptions requestOptions) Returns the scope namespaces registered in your account.RawIdentityClient.listNamespaces(RequestOptions requestOptions) Returns the scope namespaces registered in your account.RawIdentityClient.listNamespaces(ListNamespacesRequest request, RequestOptions requestOptions) Returns the scope namespaces registered in your account.AsyncIdentityClient.listUsers(RequestOptions requestOptions) Returns a paginated list of the users in your account.AsyncIdentityClient.listUsers(ListUsersRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a paginated list of the users in your account.IdentityClient.listUsers(RequestOptions requestOptions) Returns a paginated list of the users in your account.IdentityClient.listUsers(ListUsersRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a paginated list of the users in your account.AsyncIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncRawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.IdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.IdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, LookupEntitiesRequest request, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.RawIdentityClient.lookupEntities(String namespace, IdentityLookupRequest body, RequestOptions requestOptions) Looks up entities in a namespace by a schema-declared field value, with the criteria in the request body instead of the URL.AsyncIdentityClient.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.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.IdentityClient.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.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.AsyncIdentityClient.registerNamespace(RegisterNamespaceRequest request, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncIdentityClient.registerNamespace(NamespaceRequest body, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncRawIdentityClient.registerNamespace(RegisterNamespaceRequest request, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncRawIdentityClient.registerNamespace(NamespaceRequest body, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).IdentityClient.registerNamespace(RegisterNamespaceRequest request, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).IdentityClient.registerNamespace(NamespaceRequest body, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).RawIdentityClient.registerNamespace(RegisterNamespaceRequest request, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).RawIdentityClient.registerNamespace(NamespaceRequest body, RequestOptions requestOptions) Registers a new scope namespace and declares whether its values resolve to identity entities (entityBacked).AsyncIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncRawIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.IdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.IdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, UpdateEntityRequest request, RequestOptions requestOptions) Updates the mutable fields of an entity.RawIdentityClient.updateEntity(String namespace, String id, EntityRequest body, RequestOptions requestOptions) Updates the mutable fields of an entity.AsyncIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncIdentityClient.updateNamespace(String namespace, NamespaceRequest body, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncRawIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncRawIdentityClient.updateNamespace(String namespace, NamespaceRequest body, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.IdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.IdentityClient.updateNamespace(String namespace, NamespaceRequest body, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.RawIdentityClient.updateNamespace(String namespace, UpdateNamespaceRequest request, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.RawIdentityClient.updateNamespace(String namespace, NamespaceRequest body, RequestOptions requestOptions) Updates the mutable fields (entityBacked,defaultSchemaId,specificityRank) of a registered namespace.AsyncIdentityClient.updateUser(String id, UpdateUserRequest request, RequestOptions requestOptions) 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).IdentityClient.updateUser(String id, UpdateUserRequest request, RequestOptions requestOptions) 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).AsyncIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.AsyncRawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.IdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup.RawIdentityClient.userExistsByEmail(UserExistsByEmailRequest request, RequestOptions requestOptions) Answers "does a user with this email hold an ACTIVE access profile in this app context" — a narrow existence check, not a general lookup. -
Uses of RequestOptions in ai.vectros.resources.inference
Methods in ai.vectros.resources.inference with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncInferenceClient.chatInference(ChatRequest request, RequestOptions requestOptions) Streams a model response as Server-Sent Events (SSE).AsyncRawInferenceClient.chatInference(ChatRequest request, RequestOptions requestOptions) Streams a model response as Server-Sent Events (SSE).InferenceClient.chatInference(ChatRequest request, RequestOptions requestOptions) Streams a model response as Server-Sent Events (SSE).RawInferenceClient.chatInference(ChatRequest request, RequestOptions requestOptions) Streams a model response as Server-Sent Events (SSE).AsyncInferenceClient.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.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.InferenceClient.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.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.AsyncInferenceClient.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.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.InferenceClient.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.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.AsyncInferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) 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.InferenceClient.ragInference(RagRequest request, RequestOptions requestOptions) 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. -
Uses of RequestOptions in ai.vectros.resources.records
Methods in ai.vectros.resources.records with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncRawRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RecordsClient.batchGetRecords(RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).RecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Fetches multiple records by ID in one call (ids, maximum 100).AsyncRawRecordsClient.batchLookupRecords(RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.AsyncRawRecordsClient.batchLookupRecords(BatchLookupRequest request, RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.AsyncRecordsClient.batchLookupRecords(RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.AsyncRecordsClient.batchLookupRecords(BatchLookupRequest request, RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.RawRecordsClient.batchLookupRecords(RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.RawRecordsClient.batchLookupRecords(BatchLookupRequest request, RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.RecordsClient.batchLookupRecords(RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.RecordsClient.batchLookupRecords(BatchLookupRequest request, RequestOptions requestOptions) Reserved endpoint for batch lookup and reference resolution.AsyncRawRecordsClient.batchWriteRecords(RequestOptions requestOptions) Reserved endpoint for bulk record writes.AsyncRawRecordsClient.batchWriteRecords(BatchWriteRequest request, RequestOptions requestOptions) Reserved endpoint for bulk record writes.AsyncRecordsClient.batchWriteRecords(RequestOptions requestOptions) Reserved endpoint for bulk record writes.AsyncRecordsClient.batchWriteRecords(BatchWriteRequest request, RequestOptions requestOptions) Reserved endpoint for bulk record writes.RawRecordsClient.batchWriteRecords(RequestOptions requestOptions) Reserved endpoint for bulk record writes.RawRecordsClient.batchWriteRecords(BatchWriteRequest request, RequestOptions requestOptions) Reserved endpoint for bulk record writes.RecordsClient.batchWriteRecords(RequestOptions requestOptions) Reserved endpoint for bulk record writes.RecordsClient.batchWriteRecords(BatchWriteRequest request, RequestOptions requestOptions) Reserved endpoint for bulk record writes.AsyncRawRecordsClient.createRecord(CreateRecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.AsyncRawRecordsClient.createRecord(RecordRequest body, RequestOptions requestOptions) Creates a new record of a given type.AsyncRecordsClient.createRecord(CreateRecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.AsyncRecordsClient.createRecord(RecordRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Creates a new record of a given type.RecordsClient.createRecord(CreateRecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.RecordsClient.createRecord(RecordRequest body, RequestOptions requestOptions) Creates a new record of a given type.AsyncRawRecordsClient.deleteRecord(String id, RequestOptions requestOptions) Permanently deletes a record.AsyncRawRecordsClient.deleteRecord(String id, DeleteRecordRequest request, RequestOptions requestOptions) Permanently deletes a record.AsyncRecordsClient.deleteRecord(String id, RequestOptions requestOptions) Permanently deletes a record.AsyncRecordsClient.deleteRecord(String id, DeleteRecordRequest request, RequestOptions requestOptions) Permanently deletes a record.RawRecordsClient.deleteRecord(String id, RequestOptions requestOptions) Permanently deletes a record.RawRecordsClient.deleteRecord(String id, DeleteRecordRequest request, RequestOptions requestOptions) Permanently deletes a record.voidRecordsClient.deleteRecord(String id, RequestOptions requestOptions) Permanently deletes a record.voidRecordsClient.deleteRecord(String id, DeleteRecordRequest request, RequestOptions requestOptions) Permanently deletes a record.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, 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).AsyncRecordsClient.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).AsyncRecordsClient.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.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, 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).RecordsClient.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).RecordsClient.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, 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, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.AsyncRecordsClient.getRecordTombstone(String id, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.AsyncRecordsClient.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.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, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.RecordsClient.getRecordTombstone(String id, RequestOptions requestOptions) Returns the tombstone left behind when a record was hard-deleted, confirming the deletion and recording when it happened.RecordsClient.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, RequestOptions requestOptions) 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.AsyncRecordsClient.getRecordVersions(String id, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.AsyncRecordsClient.getRecordVersions(String id, GetRecordVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.RecordsClient.getRecordVersions(String id, RequestOptions requestOptions) Returns the audit trail of past versions for a record, as a paginated{data, nextCursor}page.RecordsClient.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(RequestOptions requestOptions) 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.AsyncRecordsClient.listRecords(RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.AsyncRecordsClient.listRecords(ListRecordsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.RecordsClient.listRecords(RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.RecordsClient.listRecords(ListRecordsRequest request, RequestOptions requestOptions) Returns a paginated list of records in your account as a{data, nextCursor}page.AsyncRawRecordsClient.lookupRecords(LookupRecordsRequest request, RequestOptions requestOptions) Finds records by the value of a lookup field declared on the type's schema.AsyncRecordsClient.lookupRecords(LookupRecordsRequest request, RequestOptions requestOptions) 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.RecordsClient.lookupRecords(LookupRecordsRequest request, RequestOptions requestOptions) Finds records by the value of a lookup field declared on the type's schema.AsyncRawRecordsClient.lookupRecordsByBody(RecordLookupRequest request, RequestOptions requestOptions) Body-based equivalent ofGET /v1/records/lookup.AsyncRecordsClient.lookupRecordsByBody(RecordLookupRequest request, RequestOptions requestOptions) Body-based equivalent ofGET /v1/records/lookup.RawRecordsClient.lookupRecordsByBody(RecordLookupRequest request, RequestOptions requestOptions) Body-based equivalent ofGET /v1/records/lookup.RecordsClient.lookupRecordsByBody(RecordLookupRequest request, RequestOptions requestOptions) Body-based equivalent ofGET /v1/records/lookup.AsyncRawRecordsClient.patchRecord(String id, PatchRecordRequest request, RequestOptions requestOptions) Partially updates a record using an RFC 7386 JSON Merge Patch.AsyncRecordsClient.patchRecord(String id, PatchRecordRequest request, RequestOptions requestOptions) 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.RecordsClient.patchRecord(String id, PatchRecordRequest request, RequestOptions requestOptions) Partially updates a record using an RFC 7386 JSON Merge Patch.AsyncRawRecordsClient.updateRecord(String id, UpdateRecordRequest request, RequestOptions requestOptions) Replaces a record's payload and mutable fields.AsyncRawRecordsClient.updateRecord(String id, RecordRequest body, RequestOptions requestOptions) Replaces a record's payload and mutable fields.AsyncRecordsClient.updateRecord(String id, UpdateRecordRequest request, RequestOptions requestOptions) Replaces a record's payload and mutable fields.AsyncRecordsClient.updateRecord(String id, RecordRequest body, RequestOptions requestOptions) Replaces a record's payload and mutable fields.RawRecordsClient.updateRecord(String id, UpdateRecordRequest request, RequestOptions requestOptions) Replaces a record's payload and mutable fields.RawRecordsClient.updateRecord(String id, RecordRequest body, RequestOptions requestOptions) Replaces a record's payload and mutable fields.RecordsClient.updateRecord(String id, UpdateRecordRequest request, RequestOptions requestOptions) Replaces a record's payload and mutable fields.RecordsClient.updateRecord(String id, RecordRequest body, RequestOptions requestOptions) Replaces a record's payload and mutable fields. -
Uses of RequestOptions in ai.vectros.resources.schemas
Methods in ai.vectros.resources.schemas with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncRawSchemasClient.createSchema(CreateSchemaRequest request, RequestOptions requestOptions) 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.AsyncSchemasClient.createSchema(CreateSchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncSchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) 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, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(CreateSchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(SchemaRequest body, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncRawSchemasClient.deleteSchema(String id, RequestOptions requestOptions) Permanently deletes a record schema.AsyncRawSchemasClient.deleteSchema(String id, DeleteSchemaRequest request, RequestOptions requestOptions) Permanently deletes a record schema.AsyncSchemasClient.deleteSchema(String id, RequestOptions requestOptions) Permanently deletes a record schema.AsyncSchemasClient.deleteSchema(String id, DeleteSchemaRequest request, RequestOptions requestOptions) Permanently deletes a record schema.RawSchemasClient.deleteSchema(String id, RequestOptions requestOptions) Permanently deletes a record schema.RawSchemasClient.deleteSchema(String id, DeleteSchemaRequest request, RequestOptions requestOptions) Permanently deletes a record schema.voidSchemasClient.deleteSchema(String id, RequestOptions requestOptions) Permanently deletes a record schema.voidSchemasClient.deleteSchema(String id, DeleteSchemaRequest request, RequestOptions requestOptions) Permanently deletes a record schema.AsyncRawSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncRawSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncSchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.AsyncSchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Retrieves a single record schema by its id.SchemasClient.getSchema(String id, RequestOptions requestOptions) Retrieves a single record schema by its id.SchemasClient.getSchema(String id, GetSchemaRequest request, RequestOptions requestOptions) Retrieves a single record schema by its id.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, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).AsyncSchemasClient.getSchemaVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).AsyncSchemasClient.getSchemaVersions(String id, GetSchemaVersionsRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).SchemasClient.getSchemaVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a record schema, newest first (create, update, and delete).SchemasClient.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(RequestOptions requestOptions) 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.AsyncSchemasClient.listSchemas(RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.AsyncSchemasClient.listSchemas(ListSchemasRequest request, RequestOptions requestOptions) 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, RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.SchemasClient.listSchemas(RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.SchemasClient.listSchemas(ListSchemasRequest request, RequestOptions requestOptions) Returns a paginated list of the record schemas defined in your account.AsyncRawSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.AsyncSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.RawSchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema.SchemasClient.updateSchema(String id, UpdateSchemaRequest request, RequestOptions requestOptions) Updates a record schema. -
Uses of RequestOptions in ai.vectros.resources.search
Methods in ai.vectros.resources.search with parameters of type RequestOptionsModifier and TypeMethodDescriptionAsyncRawSearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.AsyncSearchClient.content(SearchRequest request, RequestOptions requestOptions) 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.SearchClient.content(SearchRequest request, RequestOptions requestOptions) Runs a hybrid, semantic, or text search across the content you have indexed.