- Fix
secretIdtypo inSecrettype - Add
pagestoGroundTruthItem
- Remove
heightandwidthfrom allModel-related types - Add optional
ownerquery parameter tolistModelsmethod - Update
Workflowtype with missing fields - Make some
Workflowfields optional - Remove
avatar,email,namefrom allUser-related types - Add
statustoUser - Add optional
modelIdquery parameter tolistPredictionsmethod - Add
getProfileandupdateProfilemethods
- Fix missing export of
Role-related types
- Add
listRolesandgetRolemethods - Add
roleIdstoUserandAppClient - Add optional
roleIdstoCreateAppClientOptions,UpdateAppClientOptions,CreateUserOptions, andUpdateUserOptions
Update to make use of new file server feature for LasDocument:
- BREAKING:
createDocumentnow takes in Buffer/ArrayBuffer/Uint8Array - Fix
getDocumentmethod to be compatible with new API changes
- Internal refactor of type structure.
- Add
Profiletype - Add
ArrayPredictiontype, to narrow downPredictionResponsereturn type - Update
User,Organization,UpdateOrganizationOptionstypes
- Add
monthlyNumberOfFieldPredictionsAllowedtoOrganization
- Add missing type properties to
CreateTrainingOption,Prediction,Organization,Model,ListDeploymentEnvironmentsOptions,UpdateTrainingOptions, andPlan - Export missing types for
las-sdk-browserpackage
- Add
getDeploymentEnvironment, andlistDeploymentEnvironmentsmethods - Add types for deployment environment:
DeploymentEnvironment,ListDeploymentEnvironmentsOptions,DeploymentEnvironmentStatus,DeploymentEnvironmentList,GetDeploymentEnvironmentOptions. - Add
dataScientistAssistancetoUpdateTrainingOptions
- Add
events, andcompletedTaskLogIdtoWorkflowExecution - Add
fromStartTime, andtoStartTimetoListWorkflowExecutionsOptions - Remove deprecated
timestamponPrediction
- Fix GET and DELETE requests getting
?appended to URLs, even without any search parameters present. - Fix
createdTime,description,name, andupdatedTimeinDatasetto be nullable. - Remove deprecated
Fieldtypes - Add new
Fieldtypenumeric - Add
contentMD5toLasDocument - Add
dataScientistAssistancetoTraining - Add
retentionInDaystoDataBundle - Add
contentMD5,createdBy,createdTime,description,name,updatedBy,updatedTimetoAsset
- Fix typo in Training type declaration;
evalution->evaluation.
- Add
evaluationto Training type.
- Fix issue with reexport of Client, Credentials, Token, and TokenStorage classes
- Add
postprocessConfigtoModeltype. - Add missing
gpuHourstoTrainingtype - Reexport types from
las-sdk-corein bothlas-sdk-nodeandlas-sdk-browser
- Allow
trainingIdto benullinUpdateModelOptions.
- Add methods and types for handling payment methods:
createPaymentMethod,updatePaymentMethod,listPaymentMethods,getPaymentMethod, anddeletePaymentMethod. - Add
paymentMethodIdtoOrganizationtype. - Add
paymentMethodIdandplanIdtoUpdateOrganizationOptions.
- Allow null value as groundTruth in UpdateDocumentOptions
- Add
sortBy('createdTime') andorder('ascending' | 'descending') toListDocumentOptionsandListPredictionsOptions - Add
createdBy, andcreatedTimeto PredictionResponse
- Fix Prediction type
Add support for line items.
- Add optional
fieldsto FieldConfig type, allowing nesting FieldConfig for line items - BREAKING:
GroundTruthtype has been renamed toGroundTruthItem - BREAKING: Every occurence of
Array<GroundTruth>has been made into a newGroundTruthtype, which is equal toArray<GroundTruthItem>
- Add trainingId to PredictionResponse type
- Add metadata to User type
- Remove width and height from createModel method parameters
- Add width and height as optional parameters for CreateModelOptions type
- Add new enum Field type in FieldConfig
- Make maxLength and description optional for Field type in FieldConfig
- Add monthlyNumberOfActiveModelsUsed, monthlyNumberOfFieldPredictionsUsed, and monthlyNumberOfGpuHoursUsed to Organization type
- Add fieldPredictions to Plan type
- Add optional trainingId to CreatePredictionOptions type. You can now make predictions with a trainingId to test out new trainings.
- Add trainingId to Model type. The trainingId for a model specifies which training is the one that's currently being used when making predictions.
- Add optional trainingId to UpdateModelOptions type.
- Fix build error in version 7.1.4
- Add metadata to LasDocument, Model, Dataset, and Training types
- Added debug messages to AuthorizationCodeCredentials
- Fixed a bug causing refresh token to be overwritten
- Add name, and description to LasDocument type, createDocument, and updateDocument methods
- Add retentionInDays, containsPersonallyIdentifiableInformation to updateDataset method
- Add getPlan, and listPlans method to Client
- Add listTrainings, createTraining, and updateTraining methods to Client
- Add numberOfRunningTrainings to Model
- Add monthlyNumberOfTrainingsAllowed, monthlyNumberOfTrainingsCreated, and planId to Organization
- Add support for AbortController signal for all requests through requestConfig.signal
- Removed 'training' from Model.status
- Renamed 'ready' to 'succeeded' in DataBundle.status
- Renamed 'processing' to 'running' in DataBundle.status
- Removed status from UpdateModelOptions
- Add numberOfDataBundles to Model type
- Add postprocessConfig field to CreatePredictionsOptions type
- Remove deprecated methods createBatch, updateBatch, listBatches, deleteBatch
- Add retentionInDays field to CreateDatasetOptions type
- Add documentRetentionInDays field to Organization type
- Add missing type fields for AppClient, DataBundle, Dataset, Model, and User
- Add optional retentionInDays parameter to CreateDocumentOptions for createDocument
- Add optional retentionInDays parameter to UpdateDocumentOptions for updateDocument
- Add retentionInDays, createdBy, updatedBy, createdTime, updatedTime to LasDocument type
- Add groundTruthSummary to Dataset type
- Add 'string' and 'digits' to Field type
- Add optional appClientId parameter to CreateUserOptions for createUser
- Fix broken build
- BREAKING: Removed the need for apiKey
- Updated listTransitionExecution to accept array as status input
- Added updatedTime to AppClient type
- Added getDataset
- deleteDataset: Wait for numberOfDocuments to be asynchronously updated before attempting to delete dataset
- Fixed Dataset type properties
- Added createDataBundle
- Added updateDataBundle
- Added deleteDataBundle
- Added listDataBundles
- Added defaultLoginUrl and loginUrls to updateAppClient options
- Added monthlyNumberOfDataBundlesAllowed, monthlyNumberOfDataBundlesCreated, numberOfDatasetsAllowed and numberOfDatasetsCreated to Organization
- Added deleteDocument
- Added createDataset
- Added updateDataset
- Added deleteDataset
- Added listDatasets
- Deprecated createBatch
- Deprecated updateBatch
- Deprecated deleteBatch
- Deprecated listBatches
- Fixed return type of createDocument
- Added getOrganization
- Added updateOrganization
- Updated Workflow, CreateWorkflowOptions, and UpdateWorkflowOptions types
- Added deleteAsset
- Added deleteModel
- Added defaultLoginUrl and loginUrls to AppClient
- Added createModel
- Added updateModel
- Added getModel
- Added new possible value 'inactive' for status in Model
- Added CreateAppClientOptions type for createAppClient. You may now create app clients for both the code and client_credentials OAuth2 grant.
- Added updateAppClient
- Added updateBatch