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.createAccessProfile(String contextId, CreateAccessProfileRequest request, 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.AuthClient.createAccessProfile(String contextId, CreateAccessProfileRequest request, 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.AsyncAuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.AsyncRawAuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.AuthClient.createAppContext(AppContextRequest request, RequestOptions requestOptions) Creates a new app context.RawAuthClient.createAppContext(AppContextRequest request, 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.AsyncRawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.RawAuthClient.createInvite(CreateInviteRequest request, RequestOptions requestOptions) Invite a new member to one of your app contexts by email.AsyncAuthClient.createRole(String contextId, CreateRoleRequest request, 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.AuthClient.createRole(String contextId, CreateRoleRequest request, 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.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.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.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.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.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.AsyncAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.AsyncRawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.AuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.AuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.RawAuthClient.listProfilesForPrincipal(String principalId, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.RawAuthClient.listProfilesForPrincipal(String principalId, ListProfilesForPrincipalRequest request, RequestOptions requestOptions) Returns the access profiles for the given principal across all of your contexts.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 all of your scoped API keys (ssk_*) across both your live and test environments.AsyncRawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists all of your scoped API keys (ssk_*) across both your live and test environments.AuthClient.listScopedKeys(RequestOptions requestOptions) Lists all of your scoped API keys (ssk_*) across both your live and test environments.RawAuthClient.listScopedKeys(RequestOptions requestOptions) Lists all of your scoped API keys (ssk_*) across both your live and test environments.AsyncAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AsyncRawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.AuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.RawAuthClient.mintToken(TokenRequest request, RequestOptions requestOptions) Creates a short-lived JWT bearer token restricted to specific actions and, optionally, to a particular user, organization, or client.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.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 and/or description of an app context.AsyncRawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.AuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.RawAuthClient.updateAppContext(String contextId, UpdateAppContextRequest request, RequestOptions requestOptions) Updates the name and/or description of an app context.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, client, or organization).AsyncRawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, client, or organization).ComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, client, or organization).RawComplianceClient.createErasureRequest(ErasureRequest request, RequestOptions requestOptions) Submits a right-to-erasure request for a single end-subject (a user, client, or organization).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 full extracted or ingested text body for documents that were stored withstoreText=true.AsyncDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.AsyncRawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.DocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.DocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.RawDocumentsClient.getDocumentText(String id, GetDocumentTextRequest request, RequestOptions requestOptions) Returns the full extracted or ingested text body for documents that were stored withstoreText=true.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(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.AsyncRawDocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.DocumentsClient.ingestDocument(DocumentRequest request, RequestOptions requestOptions) Creates a document from a raw text string and queues it for asynchronous indexing so it becomes searchable.RawDocumentsClient.ingestDocument(DocumentRequest request, 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 (userId,orgId, orclientId).AsyncDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).AsyncRawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).AsyncRawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).DocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).DocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).RawDocumentsClient.listDocuments(RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).RawDocumentsClient.listDocuments(ListDocumentsRequest request, RequestOptions requestOptions) Returns a paginated list of your documents, optionally filtered by folder (folderId) and/or owner (userId,orgId, orclientId).AsyncDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by a schema-declared lookup field.AsyncRawDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by a schema-declared lookup field.DocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by a schema-declared lookup field.RawDocumentsClient.lookupDocuments(LookupDocumentsRequest request, RequestOptions requestOptions) Finds documents of a given type by a schema-declared lookup field.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.AsyncRawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.DocumentsClient.updateDocument(String id, UpdateDocumentRequest request, RequestOptions requestOptions) Replaces the mutable fields of a document.RawDocumentsClient.updateDocument(String id, UpdateDocumentRequest request, 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(FolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.AsyncRawFoldersClient.createFolder(FolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.FoldersClient.createFolder(FolderRequest request, RequestOptions requestOptions) Creates a folder to organize your documents and records.RawFoldersClient.createFolder(FolderRequest request, 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.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.AsyncRawIdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.IdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.RawIdentityClient.createClient(ClientRequest request, RequestOptions requestOptions) Creates a new client identity in your account.AsyncIdentityClient.createOrg(OrgRequest request, RequestOptions requestOptions) Creates a new organization in your account.AsyncRawIdentityClient.createOrg(OrgRequest request, RequestOptions requestOptions) Creates a new organization in your account.IdentityClient.createOrg(OrgRequest request, RequestOptions requestOptions) Creates a new organization in your account.RawIdentityClient.createOrg(OrgRequest request, RequestOptions requestOptions) Creates a new organization in your account.AsyncIdentityClient.createUser(UserRequest request, RequestOptions requestOptions) Creates a user identity in your account.AsyncRawIdentityClient.createUser(UserRequest request, RequestOptions requestOptions) Creates a user identity in your account.IdentityClient.createUser(UserRequest request, RequestOptions requestOptions) Creates a user identity in your account.RawIdentityClient.createUser(UserRequest request, RequestOptions requestOptions) Creates a user identity in your account.AsyncIdentityClient.deleteClient(String id, RequestOptions requestOptions) Permanently deletes the client.AsyncIdentityClient.deleteClient(String id, DeleteClientRequest request, RequestOptions requestOptions) Permanently deletes the client.AsyncRawIdentityClient.deleteClient(String id, RequestOptions requestOptions) Permanently deletes the client.AsyncRawIdentityClient.deleteClient(String id, DeleteClientRequest request, RequestOptions requestOptions) Permanently deletes the client.voidIdentityClient.deleteClient(String id, RequestOptions requestOptions) Permanently deletes the client.voidIdentityClient.deleteClient(String id, DeleteClientRequest request, RequestOptions requestOptions) Permanently deletes the client.RawIdentityClient.deleteClient(String id, RequestOptions requestOptions) Permanently deletes the client.RawIdentityClient.deleteClient(String id, DeleteClientRequest request, RequestOptions requestOptions) Permanently deletes the client.AsyncIdentityClient.deleteOrg(String id, RequestOptions requestOptions) Permanently deletes an organization.AsyncIdentityClient.deleteOrg(String id, DeleteOrgRequest request, RequestOptions requestOptions) Permanently deletes an organization.AsyncRawIdentityClient.deleteOrg(String id, RequestOptions requestOptions) Permanently deletes an organization.AsyncRawIdentityClient.deleteOrg(String id, DeleteOrgRequest request, RequestOptions requestOptions) Permanently deletes an organization.voidIdentityClient.deleteOrg(String id, RequestOptions requestOptions) Permanently deletes an organization.voidIdentityClient.deleteOrg(String id, DeleteOrgRequest request, RequestOptions requestOptions) Permanently deletes an organization.RawIdentityClient.deleteOrg(String id, RequestOptions requestOptions) Permanently deletes an organization.RawIdentityClient.deleteOrg(String id, DeleteOrgRequest request, RequestOptions requestOptions) Permanently deletes an organization.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.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncRawIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.IdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.IdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.RawIdentityClient.getClient(String id, GetClientRequest request, RequestOptions requestOptions) Returns a single client by its Vectros-assigned UUID.AsyncIdentityClient.getClientVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.AsyncIdentityClient.getClientVersions(String id, GetClientVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.AsyncRawIdentityClient.getClientVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.AsyncRawIdentityClient.getClientVersions(String id, GetClientVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.IdentityClient.getClientVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.IdentityClient.getClientVersions(String id, GetClientVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.RawIdentityClient.getClientVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.RawIdentityClient.getClientVersions(String id, GetClientVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes to a client, newest first.AsyncIdentityClient.getOrg(String id, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncIdentityClient.getOrg(String id, GetOrgRequest request, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncRawIdentityClient.getOrg(String id, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncRawIdentityClient.getOrg(String id, GetOrgRequest request, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.IdentityClient.getOrg(String id, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.IdentityClient.getOrg(String id, GetOrgRequest request, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.RawIdentityClient.getOrg(String id, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.RawIdentityClient.getOrg(String id, GetOrgRequest request, RequestOptions requestOptions) Retrieves a single organization by its Vectros-assigned ID, returning its current name, status, payload, and schema binding.AsyncIdentityClient.getOrgVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.AsyncIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.AsyncRawIdentityClient.getOrgVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.AsyncRawIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.IdentityClient.getOrgVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.IdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.RawIdentityClient.getOrgVersions(String id, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.RawIdentityClient.getOrgVersions(String id, GetOrgVersionsRequest request, RequestOptions requestOptions) Returns the audit trail of changes made to an organization, newest first.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.listClients(RequestOptions requestOptions) Returns a paginated list of clients in your account.AsyncIdentityClient.listClients(ListClientsRequest request, RequestOptions requestOptions) Returns a paginated list of clients in your account.AsyncRawIdentityClient.listClients(RequestOptions requestOptions) Returns a paginated list of clients in your account.AsyncRawIdentityClient.listClients(ListClientsRequest request, RequestOptions requestOptions) Returns a paginated list of clients in your account.IdentityClient.listClients(RequestOptions requestOptions) Returns a paginated list of clients in your account.IdentityClient.listClients(ListClientsRequest request, RequestOptions requestOptions) Returns a paginated list of clients in your account.RawIdentityClient.listClients(RequestOptions requestOptions) Returns a paginated list of clients in your account.RawIdentityClient.listClients(ListClientsRequest request, RequestOptions requestOptions) Returns a paginated list of clients in your account.AsyncIdentityClient.listOrgs(RequestOptions requestOptions) Returns a paginated list of organizations in your account.AsyncIdentityClient.listOrgs(ListOrgsRequest request, RequestOptions requestOptions) Returns a paginated list of organizations in your account.AsyncRawIdentityClient.listOrgs(RequestOptions requestOptions) Returns a paginated list of organizations in your account.AsyncRawIdentityClient.listOrgs(ListOrgsRequest request, RequestOptions requestOptions) Returns a paginated list of organizations in your account.IdentityClient.listOrgs(RequestOptions requestOptions) Returns a paginated list of organizations in your account.IdentityClient.listOrgs(ListOrgsRequest request, RequestOptions requestOptions) Returns a paginated list of organizations in your account.RawIdentityClient.listOrgs(RequestOptions requestOptions) Returns a paginated list of organizations in your account.RawIdentityClient.listOrgs(ListOrgsRequest request, RequestOptions requestOptions) Returns a paginated list of organizations 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.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncRawIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.IdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.RawIdentityClient.lookupClients(IdentityLookupRequest request, RequestOptions requestOptions) Body-based equivalent of thetype/field/valuelookup onGET /v1/clients.AsyncIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.AsyncRawIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.IdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.RawIdentityClient.lookupOrgs(IdentityLookupRequest request, RequestOptions requestOptions) Looks up organizations by a schema-declared field value, with the search criteria sent in the request body instead of the URL.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.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.AsyncRawIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.IdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.RawIdentityClient.updateClient(String id, UpdateClientRequest request, RequestOptions requestOptions) Updates mutable fields on an existing client.AsyncIdentityClient.updateOrg(String id, UpdateOrgRequest request, RequestOptions requestOptions) Updates the mutable fields of an organization.AsyncRawIdentityClient.updateOrg(String id, UpdateOrgRequest request, RequestOptions requestOptions) Updates the mutable fields of an organization.IdentityClient.updateOrg(String id, UpdateOrgRequest request, RequestOptions requestOptions) Updates the mutable fields of an organization.RawIdentityClient.updateOrg(String id, UpdateOrgRequest request, RequestOptions requestOptions) Updates the mutable fields of an organization.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). -
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) Reserved endpoint for fetching multiple records by ID in one call.AsyncRawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.AsyncRecordsClient.batchGetRecords(RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.AsyncRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.RawRecordsClient.batchGetRecords(RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.RawRecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.RecordsClient.batchGetRecords(RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.RecordsClient.batchGetRecords(BatchGetRequest request, RequestOptions requestOptions) Reserved endpoint for fetching multiple records by ID in one call.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(RequestOptions requestOptions) Creates a new record of a given type.AsyncRawRecordsClient.createRecord(RecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.AsyncRecordsClient.createRecord(RequestOptions requestOptions) Creates a new record of a given type.AsyncRecordsClient.createRecord(RecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.RawRecordsClient.createRecord(RequestOptions requestOptions) Creates a new record of a given type.RawRecordsClient.createRecord(RecordRequest request, RequestOptions requestOptions) Creates a new record of a given type.RecordsClient.createRecord(RequestOptions requestOptions) Creates a new record of a given type.RecordsClient.createRecord(RecordRequest request, 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.AsyncRecordsClient.updateRecord(String id, UpdateRecordRequest request, 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.RecordsClient.updateRecord(String id, UpdateRecordRequest request, 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(SchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.AsyncSchemasClient.createSchema(SchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.RawSchemasClient.createSchema(SchemaRequest request, RequestOptions requestOptions) Defines a new record type with optional field definitions, validation rules, and lookup indexes.SchemasClient.createSchema(SchemaRequest request, 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.