Socket
Socket
Sign inDemoInstall

@lucidtech/las-sdk-core

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lucidtech/las-sdk-core - npm Package Compare versions

Comparing version 11.1.0 to 11.1.1

23

lib/types.d.ts

@@ -252,2 +252,3 @@ /// <reference types="node" />

confidence: number;
page: number;
};

@@ -394,2 +395,4 @@ export declare type PredictionResponse = {

export declare type Organization = {
deploymentsAllowed: Record<any, any>;
deploymentsCreated: Record<any, any>;
description: string | null;

@@ -404,2 +407,3 @@ documentRetentionInDays: number;

monthlyNumberOfGpuHoursUsed: number;
monthlyNumberOfModelDeploymentUnitsUsed: number;
monthlyNumberOfPredictionsAllowed: number;

@@ -533,2 +537,3 @@ monthlyNumberOfPredictionsCreated: number;

numberOfRunningTrainings: number;
organizationId: string;
postprocessConfig: PostprocessConfig;

@@ -544,3 +549,3 @@ preprocessConfig: PreprocessConfig;

export declare type ListDeploymentEnvironmentsOptions = RequestConfig & PaginationOptions & {
owner?: string;
owner?: string | Array<string>;
};

@@ -596,5 +601,8 @@ export declare type DeploymentEnvironmentStatus = 'available' | 'unavailable';

name?: string | null;
warmStartConfig?: {
trainingId: string;
};
};
export declare type UpdateTrainingOptions = {
deploymentEnvironmentId?: string;
deploymentEnvironmentId?: string | null;
description?: string | null;

@@ -633,13 +641,14 @@ metadata?: Record<string, JSONValue> | null;

export declare type Plan = {
activeModels?: Record<any, any>;
billingCycle: number;
currency: PlanCurrency;
description?: string | null;
fieldPredictions?: Record<any, any>;
gpuHours?: Record<any, any>;
latest: number;
license?: Record<any, any>;
modelDeploymentUnits: Record<any, any>;
name: string | null;
organizationId: string | null;
planId: string;
license?: Record<any, any>;
gpuHours?: Record<any, any>;
fieldPredictions?: Record<any, any>;
activeModels?: Record<any, any>;
description?: string | null;
};

@@ -646,0 +655,0 @@ export declare type PlanList = {

{
"name": "@lucidtech/las-sdk-core",
"version": "11.1.0",
"version": "11.1.1",
"author": "Lucidtech AS <hello@lucidtech.ai>",

@@ -5,0 +5,0 @@ "maintainers": [

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc