- Fix
secretId
typo inSecret
type - Add
pages
toGroundTruthItem
- Remove
height
andwidth
from allModel
-related types - Add optional
owner
query parameter tolistModels
method - Update
Workflow
type with missing fields - Make some
Workflow
fields optional - Remove
avatar
,email
,name
from allUser
-related types - Add
status
toUser
- Add optional
modelId
query parameter tolistPredictions
method - Add
getProfile
andupdateProfile
methods
- Fix missing export of
Role
-related types
- Add
listRoles
andgetRole
methods - Add
roleIds
toUser
andAppClient
- Add optional
roleIds
toCreateAppClientOptions
,UpdateAppClientOptions
,CreateUserOptions
, andUpdateUserOptions
Update to make use of new file server feature for LasDocument
:
- BREAKING:
createDocument
now takes in Buffer/ArrayBuffer/Uint8Array - Fix
getDocument
method to be compatible with new API changes
- Internal refactor of type structure.
- Add
Profile
type - Add
ArrayPrediction
type, to narrow downPredictionResponse
return type - Update
User
,Organization
,UpdateOrganizationOptions
types
- Add
monthlyNumberOfFieldPredictionsAllowed
toOrganization
- Add missing type properties to
CreateTrainingOption
,Prediction
,Organization
,Model
,ListDeploymentEnvironmentsOptions
,UpdateTrainingOptions
, andPlan
- Export missing types for
las-sdk-browser
package
- Add
getDeploymentEnvironment
, andlistDeploymentEnvironments
methods - Add types for deployment environment:
DeploymentEnvironment
,ListDeploymentEnvironmentsOptions
,DeploymentEnvironmentStatus
,DeploymentEnvironmentList
,GetDeploymentEnvironmentOptions
. - Add
dataScientistAssistance
toUpdateTrainingOptions
- Add
events
, andcompletedTaskLogId
toWorkflowExecution
- Add
fromStartTime
, andtoStartTime
toListWorkflowExecutionsOptions
- Remove deprecated
timestamp
onPrediction
- Fix GET and DELETE requests getting
?
appended to URLs, even without any search parameters present. - Fix
createdTime
,description
,name
, andupdatedTime
inDataset
to be nullable. - Remove deprecated
Field
types - Add new
Field
typenumeric
- Add
contentMD5
toLasDocument
- Add
dataScientistAssistance
toTraining
- Add
retentionInDays
toDataBundle
- Add
contentMD5
,createdBy
,createdTime
,description
,name
,updatedBy
,updatedTime
toAsset
- Fix typo in Training type declaration;
evalution
->evaluation
.
- Add
evaluation
to Training type.
- Fix issue with reexport of Client, Credentials, Token, and TokenStorage classes
- Add
postprocessConfig
toModel
type. - Add missing
gpuHours
toTraining
type - Reexport types from
las-sdk-core
in bothlas-sdk-node
andlas-sdk-browser
- Allow
trainingId
to benull
inUpdateModelOptions
.
- Add methods and types for handling payment methods:
createPaymentMethod
,updatePaymentMethod
,listPaymentMethods
,getPaymentMethod
, anddeletePaymentMethod
. - Add
paymentMethodId
toOrganization
type. - Add
paymentMethodId
andplanId
toUpdateOrganizationOptions
.
- Allow null value as groundTruth in UpdateDocumentOptions
- Add
sortBy
('createdTime') andorder
('ascending' | 'descending') toListDocumentOptions
andListPredictionsOptions
- Add
createdBy
, andcreatedTime
to PredictionResponse
- Fix Prediction type
Add support for line items.
- Add optional
fields
to FieldConfig type, allowing nesting FieldConfig for line items - BREAKING:
GroundTruth
type has been renamed toGroundTruthItem
- BREAKING: Every occurence of
Array<GroundTruth>
has been made into a newGroundTruth
type, 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