- Client - Class in ai.lucidtech.las.sdk
-
- Client(Credentials) - Constructor for class ai.lucidtech.las.sdk.Client
-
A client to invoke api methods from Lucidtech AI Services.
- ContentType - Enum in ai.lucidtech.las.sdk
-
- createAppClient(CreateAppClientOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create an app client, calls the POST /appClients endpoint.
- createAppClient() - Method in class ai.lucidtech.las.sdk.Client
-
Create an app client, calls the POST /appClients endpoint.
- CreateAppClientOptions - Class in ai.lucidtech.las.sdk
-
- CreateAppClientOptions() - Constructor for class ai.lucidtech.las.sdk.CreateAppClientOptions
-
- createAsset(byte[], CreateAssetOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create an asset, calls the POST /assets endpoint.
- createAsset(InputStream, CreateAssetOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create an asset, calls the POST /assets endpoint.
- createAsset(byte[]) - Method in class ai.lucidtech.las.sdk.Client
-
Create an asset, calls the POST /assets endpoint.
- createAsset(InputStream) - Method in class ai.lucidtech.las.sdk.Client
-
Create an asset, calls the POST /assets endpoint.
- CreateAssetOptions - Class in ai.lucidtech.las.sdk
-
- CreateAssetOptions() - Constructor for class ai.lucidtech.las.sdk.CreateAssetOptions
-
- createBatch(CreateBatchOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a batch, calls the POST /batches endpoint.
- createBatch() - Method in class ai.lucidtech.las.sdk.Client
-
Create a batch, calls the POST /batches endpoint.
- CreateBatchOptions - Class in ai.lucidtech.las.sdk
-
- CreateBatchOptions() - Constructor for class ai.lucidtech.las.sdk.CreateBatchOptions
-
- createDocument(byte[], ContentType, CreateDocumentOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a document, calls the POST /documents endpoint.
- createDocument(InputStream, ContentType, CreateDocumentOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a document, calls the POST /documents endpoint.
- createDocument(InputStream, ContentType) - Method in class ai.lucidtech.las.sdk.Client
-
Create a document, calls the POST /documents endpoint.
- createDocument(byte[], ContentType) - Method in class ai.lucidtech.las.sdk.Client
-
Create a document, calls the POST /documents endpoint.
- CreateDocumentOptions - Class in ai.lucidtech.las.sdk
-
- CreateDocumentOptions() - Constructor for class ai.lucidtech.las.sdk.CreateDocumentOptions
-
- createModel(int, int, FieldConfig, CreateModelOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a model, calls the POST /models endpoint.
- createModel(int, int, FieldConfig) - Method in class ai.lucidtech.las.sdk.Client
-
Create a model, calls the POST /models endpoint.
- CreateModelOptions - Class in ai.lucidtech.las.sdk
-
- CreateModelOptions() - Constructor for class ai.lucidtech.las.sdk.CreateModelOptions
-
- createPrediction(String, String, CreatePredictionOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a prediction on a document using specified model, calls the POST /predictions endpoint.
- createPrediction(String, String) - Method in class ai.lucidtech.las.sdk.Client
-
Create a prediction on a document using specified model, calls the POST /predictions endpoint.
- CreatePredictionOptions - Class in ai.lucidtech.las.sdk
-
- CreatePredictionOptions() - Constructor for class ai.lucidtech.las.sdk.CreatePredictionOptions
-
- createSecret(JSONObject, CreateSecretOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create secret, calls the POST /secrets endpoint.
- createSecret(Map<String, String>, CreateSecretOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a secret, calls the POST /secrets endpoint.
- createSecret(Map<String, String>) - Method in class ai.lucidtech.las.sdk.Client
-
Create a secret, calls the POST /secrets endpoint.
- createSecret(JSONObject) - Method in class ai.lucidtech.las.sdk.Client
-
Create a secret, calls the POST /secrets endpoint.
- CreateSecretOptions - Class in ai.lucidtech.las.sdk
-
- CreateSecretOptions() - Constructor for class ai.lucidtech.las.sdk.CreateSecretOptions
-
- createTransition(TransitionType, CreateTransitionOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a transition, calls the POST /transitions endpoint.
- createTransition(TransitionType) - Method in class ai.lucidtech.las.sdk.Client
-
Create a transition, calls the POST /transitions endpoint.
- CreateTransitionOptions - Class in ai.lucidtech.las.sdk
-
- CreateTransitionOptions() - Constructor for class ai.lucidtech.las.sdk.CreateTransitionOptions
-
- createUser(String, CreateUserOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Create a user, calls the POST /users endpoint.
- createUser(String) - Method in class ai.lucidtech.las.sdk.Client
-
Create a user, calls the POST /users endpoint.
- CreateUserOptions - Class in ai.lucidtech.las.sdk
-
- CreateUserOptions() - Constructor for class ai.lucidtech.las.sdk.CreateUserOptions
-
- createWorkflow(JSONObject, CreateWorkflowOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a new workflow, calls the POST /workflows endpoint.
- createWorkflow(JSONObject) - Method in class ai.lucidtech.las.sdk.Client
-
Creates a new workflow, calls the POST /workflows endpoint.
- CreateWorkflowOptions - Class in ai.lucidtech.las.sdk
-
- CreateWorkflowOptions() - Constructor for class ai.lucidtech.las.sdk.CreateWorkflowOptions
-
- Credentials - Class in ai.lucidtech.las.sdk
-
- Credentials(String, String, String, String, String) - Constructor for class ai.lucidtech.las.sdk.Credentials
-
Used to fetch and store credentials.
- deleteAppClient(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete an appClient, calls the DELETE /appClients/{appClientId} endpoint.
- deleteAsset(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete an asset, calls the DELETE /assets/{assetId} endpoint.
- deleteBatch(String, boolean) - Method in class ai.lucidtech.las.sdk.Client
-
Delete a batch, calls the DELETE /batches/{batchId} endpoint.
- deleteBatch(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete a batch, calls the DELETE /batches/{batchId} endpoint.
- deleteDocuments(DeleteDocumentsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
Delete documents, calls the DELETE /documents endpoint.
- deleteDocuments() - Method in class ai.lucidtech.las.sdk.Client
-
Delete documents, calls the DELETE /documents endpoint.
- DeleteDocumentsOptions - Class in ai.lucidtech.las.sdk
-
- DeleteDocumentsOptions() - Constructor for class ai.lucidtech.las.sdk.DeleteDocumentsOptions
-
- DeleteResourcesOptions<T> - Class in ai.lucidtech.las.sdk
-
- DeleteResourcesOptions() - Constructor for class ai.lucidtech.las.sdk.DeleteResourcesOptions
-
- deleteSecret(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete a secret, calls the DELETE /secrets/{secretId} endpoint.
- deleteTransition(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete a transition, calls the DELETE /transitions/{transitionId} endpoint.
- deleteUser(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete a user, calls the PATCH /users/{userId} endpoint.
- deleteWorkflow(String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete a workflow, calls the DELETE /workflows/{workflowId} endpoint.
- deleteWorkflowExecution(String, String) - Method in class ai.lucidtech.las.sdk.Client
-
Delete execution from workflow,
calls the DELETE /workflows/{workflowId}/executions/{executionId} endpoint.
- DockerTransitionParameters - Class in ai.lucidtech.las.sdk
-
- DockerTransitionParameters() - Constructor for class ai.lucidtech.las.sdk.DockerTransitionParameters
-
- listAppClients(ListAppClientsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List appClients available, calls the GET /appClients endpoint.
- listAppClients() - Method in class ai.lucidtech.las.sdk.Client
-
List appClients available, calls the GET /appClients endpoint.
- ListAppClientsOptions - Class in ai.lucidtech.las.sdk
-
- ListAppClientsOptions() - Constructor for class ai.lucidtech.las.sdk.ListAppClientsOptions
-
- listAssets(ListAssetsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List assets available, calls the GET /assets endpoint.
- listAssets() - Method in class ai.lucidtech.las.sdk.Client
-
List assets available, calls the GET /assets endpoint.
- ListAssetsOptions - Class in ai.lucidtech.las.sdk
-
- ListAssetsOptions() - Constructor for class ai.lucidtech.las.sdk.ListAssetsOptions
-
- listBatches(ListBatchesOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List batches available, calls the GET /batches endpoint.
- listBatches() - Method in class ai.lucidtech.las.sdk.Client
-
List batches available, calls the GET /batches endpoint.
- ListBatchesOptions - Class in ai.lucidtech.las.sdk
-
- ListBatchesOptions() - Constructor for class ai.lucidtech.las.sdk.ListBatchesOptions
-
- listDocuments(ListDocumentsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List documents, calls the GET /documents endpoint.
- listDocuments() - Method in class ai.lucidtech.las.sdk.Client
-
List documents, calls the GET /documents endpoint.
- ListDocumentsOptions - Class in ai.lucidtech.las.sdk
-
- ListDocumentsOptions() - Constructor for class ai.lucidtech.las.sdk.ListDocumentsOptions
-
- listLogs(ListLogsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List logs, calls the GET /logs endpoint.
- listLogs() - Method in class ai.lucidtech.las.sdk.Client
-
List logs, calls the GET /logs endpoint.
- ListLogsOptions - Class in ai.lucidtech.las.sdk
-
- ListLogsOptions() - Constructor for class ai.lucidtech.las.sdk.ListLogsOptions
-
- listModels(ListModelsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List models, calls the GET /models endpoint.
- listModels() - Method in class ai.lucidtech.las.sdk.Client
-
List models available, calls the GET /models endpoint.
- ListModelsOptions - Class in ai.lucidtech.las.sdk
-
- ListModelsOptions() - Constructor for class ai.lucidtech.las.sdk.ListModelsOptions
-
- listPredictions(ListPredictionsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List predictions available, calls the GET /predictions endpoint.
- listPredictions() - Method in class ai.lucidtech.las.sdk.Client
-
List predictions available, calls the GET /predictions endpoint.
- ListPredictionsOptions - Class in ai.lucidtech.las.sdk
-
- ListPredictionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListPredictionsOptions
-
- ListResourcesOptions<T> - Class in ai.lucidtech.las.sdk
-
- ListResourcesOptions() - Constructor for class ai.lucidtech.las.sdk.ListResourcesOptions
-
- listSecrets(ListSecretsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List secrets, calls the GET /secrets endpoint.
- listSecrets() - Method in class ai.lucidtech.las.sdk.Client
-
List secrets, calls the GET /secrets endpoint.
- ListSecretsOptions - Class in ai.lucidtech.las.sdk
-
- ListSecretsOptions() - Constructor for class ai.lucidtech.las.sdk.ListSecretsOptions
-
- ListSortablesOptions<T> - Class in ai.lucidtech.las.sdk
-
- ListSortablesOptions() - Constructor for class ai.lucidtech.las.sdk.ListSortablesOptions
-
- listTransitionExecutions(String, ListTransitionExecutionsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List executions in a transition, calls the GET /transitions/{transitionId}/executions endpoint.
- listTransitionExecutions(String) - Method in class ai.lucidtech.las.sdk.Client
-
List executions in a transition, calls the GET /transitions/{transitionId}/executions endpoint.
- ListTransitionExecutionsOptions - Class in ai.lucidtech.las.sdk
-
- ListTransitionExecutionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListTransitionExecutionsOptions
-
- listTransitions(ListTransitionsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List transitions, calls the GET /transitions endpoint.
- listTransitions() - Method in class ai.lucidtech.las.sdk.Client
-
List transitions, calls the GET /transitions endpoint.
- ListTransitionsOptions - Class in ai.lucidtech.las.sdk
-
- ListTransitionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListTransitionsOptions
-
- listUsers(ListUsersOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List users, calls the GET /users endpoint.
- listUsers() - Method in class ai.lucidtech.las.sdk.Client
-
List users, calls the GET /users endpoint.
- ListUsersOptions - Class in ai.lucidtech.las.sdk
-
- ListUsersOptions() - Constructor for class ai.lucidtech.las.sdk.ListUsersOptions
-
- listWorkflowExecutions(String, ListWorkflowExecutionsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List executions in a workflow, calls the GET /workflows/{workflowId}/executions endpoint.
- listWorkflowExecutions(String) - Method in class ai.lucidtech.las.sdk.Client
-
List executions in a workflow, calls the GET /workflows/{workflowId}/executions endpoint.
- ListWorkflowExecutionsOptions - Class in ai.lucidtech.las.sdk
-
- ListWorkflowExecutionsOptions() - Constructor for class ai.lucidtech.las.sdk.ListWorkflowExecutionsOptions
-
- listWorkflows(ListWorkflowsOptions) - Method in class ai.lucidtech.las.sdk.Client
-
List workflows, calls the GET /workflows endpoint.
- listWorkflows() - Method in class ai.lucidtech.las.sdk.Client
-
List workflows, calls the GET /workflows endpoint.
- ListWorkflowsOptions - Class in ai.lucidtech.las.sdk
-
- ListWorkflowsOptions() - Constructor for class ai.lucidtech.las.sdk.ListWorkflowsOptions
-
- value - Variable in enum ai.lucidtech.las.sdk.FieldType
-
- value - Variable in enum ai.lucidtech.las.sdk.ImageQuality
-
- value - Variable in enum ai.lucidtech.las.sdk.ModelStatus
-
- value - Variable in enum ai.lucidtech.las.sdk.Order
-
- value - Variable in enum ai.lucidtech.las.sdk.TransitionExecutionStatus
-
- value - Variable in enum ai.lucidtech.las.sdk.TransitionType
-
- value - Variable in enum ai.lucidtech.las.sdk.WorkflowExecutionStatus
-
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.ContentType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.FieldType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.ImageQuality
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.ModelStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.Order
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.TransitionExecutionStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.TransitionType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum ai.lucidtech.las.sdk.WorkflowExecutionStatus
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum ai.lucidtech.las.sdk.ContentType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.FieldType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.ImageQuality
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.ModelStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.Order
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.TransitionExecutionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.TransitionType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum ai.lucidtech.las.sdk.WorkflowExecutionStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.