@salesforce/lds-adapters-industries-einstein-aiaccelerator 1.124.2 → 1.124.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. package/dist/es/es2018/industries-einstein-aiaccelerator.js +3830 -3830
  2. package/dist/{types → es/es2018/types}/src/generated/adapters/adapter-utils.d.ts +66 -66
  3. package/dist/{types → es/es2018/types}/src/generated/adapters/fetchRecommendations.d.ts +15 -15
  4. package/dist/{types → es/es2018/types}/src/generated/adapters/predictions.d.ts +15 -15
  5. package/dist/{types → es/es2018/types}/src/generated/artifacts/main.d.ts +2 -2
  6. package/dist/{types → es/es2018/types}/src/generated/artifacts/sfdc.d.ts +3 -3
  7. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectAiacceleratorPredictions.d.ts +13 -13
  8. package/dist/{types → es/es2018/types}/src/generated/resources/postConnectAiacceleratorRecommendations.d.ts +13 -13
  9. package/dist/{types → es/es2018/types}/src/generated/types/Column.d.ts +38 -38
  10. package/dist/{types → es/es2018/types}/src/generated/types/ColumnMapWrap.d.ts +30 -30
  11. package/dist/{types → es/es2018/types}/src/generated/types/Error.d.ts +32 -32
  12. package/dist/{types → es/es2018/types}/src/generated/types/FeatureExtractionParametersList.d.ts +30 -30
  13. package/dist/{types → es/es2018/types}/src/generated/types/FeatureExtractionParametersMapValue.d.ts +30 -30
  14. package/dist/{types → es/es2018/types}/src/generated/types/Insight.d.ts +33 -33
  15. package/dist/{types → es/es2018/types}/src/generated/types/InsightsSettingsMap.d.ts +30 -30
  16. package/dist/{types → es/es2018/types}/src/generated/types/ModelFeature.d.ts +35 -35
  17. package/dist/{types → es/es2018/types}/src/generated/types/NullableColumnMap.d.ts +28 -28
  18. package/dist/{types → es/es2018/types}/src/generated/types/NullableFeatureExtractionParametersMapValue.d.ts +26 -26
  19. package/dist/{types → es/es2018/types}/src/generated/types/NullableInsightsSettingsMap.d.ts +28 -28
  20. package/dist/{types → es/es2018/types}/src/generated/types/NullableModel.d.ts +28 -28
  21. package/dist/{types → es/es2018/types}/src/generated/types/Prediction.d.ts +43 -43
  22. package/dist/{types → es/es2018/types}/src/generated/types/PredictionInputRepresentation.d.ts +106 -106
  23. package/dist/{types → es/es2018/types}/src/generated/types/PredictionInputWrapperRepresentation.d.ts +29 -29
  24. package/dist/{types → es/es2018/types}/src/generated/types/PredictionObject.d.ts +41 -41
  25. package/dist/{types → es/es2018/types}/src/generated/types/PredictionOutputRepresentation.d.ts +99 -99
  26. package/dist/{types → es/es2018/types}/src/generated/types/Prescription.d.ts +33 -33
  27. package/dist/{types → es/es2018/types}/src/generated/types/RawDataInputRepresentation.d.ts +29 -29
  28. package/dist/{types → es/es2018/types}/src/generated/types/RawDataInputWrap.d.ts +29 -29
  29. package/dist/{types → es/es2018/types}/src/generated/types/RawDataList.d.ts +30 -30
  30. package/dist/{types → es/es2018/types}/src/generated/types/RcmdStrategyResult.d.ts +46 -46
  31. package/dist/{types → es/es2018/types}/src/generated/types/Recommendation.d.ts +60 -60
  32. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationActionParam.d.ts +35 -35
  33. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationInputRepresentation.d.ts +54 -54
  34. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationInputWrapperRepresentation.d.ts +29 -29
  35. package/dist/{types → es/es2018/types}/src/generated/types/RecommendationOutputRepresentation.d.ts +62 -62
  36. package/dist/{types → es/es2018/types}/src/generated/types/Status.d.ts +32 -32
  37. package/dist/{types → es/es2018/types}/src/generated/types/Suggestion.d.ts +33 -33
  38. package/dist/{types → es/es2018/types}/src/generated/types/WrappedList.d.ts +29 -29
  39. package/dist/{types → es/es2018/types}/src/generated/types/type-utils.d.ts +39 -39
  40. package/package.json +5 -5
  41. package/sfdc/index.d.ts +1 -1
  42. package/sfdc/index.js +3849 -3849
  43. package/dist/umd/es2018/industries-einstein-aiaccelerator.js +0 -3914
  44. package/dist/umd/es5/industries-einstein-aiaccelerator.js +0 -4056
@@ -1,33 +1,33 @@
1
- import { Column as Column_Column } from './Column';
2
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "62f43071a3b1700b664f94821d9d5813";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: Insight, existing: InsightNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InsightNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: InsightNormalized, incoming: InsightNormalized): boolean;
9
- export declare function deepFreeze(input: Insight): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Insight, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * .
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface InsightNormalized {
19
- /** . */
20
- columns?: Array<Column_Column | null>;
21
- /** . */
22
- value?: number;
23
- }
24
- /**
25
- * .
26
- *
27
- * Keys:
28
- * (none)
29
- */
30
- export interface Insight {
31
- columns?: Array<Column_Column | null>;
32
- value?: number;
33
- }
1
+ import { Column as Column_Column } from './Column';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "62f43071a3b1700b664f94821d9d5813";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: Insight, existing: InsightNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InsightNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: InsightNormalized, incoming: InsightNormalized): boolean;
9
+ export declare function deepFreeze(input: Insight): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Insight, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * .
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface InsightNormalized {
19
+ /** . */
20
+ columns?: Array<Column_Column | null>;
21
+ /** . */
22
+ value?: number;
23
+ }
24
+ /**
25
+ * .
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface Insight {
31
+ columns?: Array<Column_Column | null>;
32
+ value?: number;
33
+ }
@@ -1,30 +1,30 @@
1
- import { NullableInsightsSettingsMap as NullableInsightsSettingsMap_NullableInsightsSettingsMap } from './NullableInsightsSettingsMap';
2
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
- export declare const VERSION = "d19a446831b94a8486f99ba7ddbe6bd0";
4
- export declare function validate(obj: any, path?: string): TypeError | null;
5
- export declare const RepresentationType: string;
6
- export declare function normalize(input: InsightsSettingsMap, existing: InsightsSettingsMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InsightsSettingsMapNormalized;
7
- export declare const select: () => $64$luvio_engine_FragmentSelection;
8
- export declare function equals(existing: InsightsSettingsMapNormalized, incoming: InsightsSettingsMapNormalized): boolean;
9
- export declare function deepFreeze(input: InsightsSettingsMap): void;
10
- export declare const ingest: $64$luvio_engine_ResourceIngest;
11
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InsightsSettingsMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
- /**
13
- * InsightsSettingsMap wrapper object for use in PredictionInputRepresentation.
14
- *
15
- * Keys:
16
- * (none)
17
- */
18
- export interface InsightsSettingsMapNormalized {
19
- /** insightsSettings */
20
- insightsSettings?: NullableInsightsSettingsMap_NullableInsightsSettingsMap | null;
21
- }
22
- /**
23
- * InsightsSettingsMap wrapper object for use in PredictionInputRepresentation.
24
- *
25
- * Keys:
26
- * (none)
27
- */
28
- export interface InsightsSettingsMap {
29
- insightsSettings?: NullableInsightsSettingsMap_NullableInsightsSettingsMap | null;
30
- }
1
+ import { NullableInsightsSettingsMap as NullableInsightsSettingsMap_NullableInsightsSettingsMap } from './NullableInsightsSettingsMap';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
3
+ export declare const VERSION = "d19a446831b94a8486f99ba7ddbe6bd0";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: InsightsSettingsMap, existing: InsightsSettingsMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): InsightsSettingsMapNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: InsightsSettingsMapNormalized, incoming: InsightsSettingsMapNormalized): boolean;
9
+ export declare function deepFreeze(input: InsightsSettingsMap): void;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: InsightsSettingsMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
12
+ /**
13
+ * InsightsSettingsMap wrapper object for use in PredictionInputRepresentation.
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface InsightsSettingsMapNormalized {
19
+ /** insightsSettings */
20
+ insightsSettings?: NullableInsightsSettingsMap_NullableInsightsSettingsMap | null;
21
+ }
22
+ /**
23
+ * InsightsSettingsMap wrapper object for use in PredictionInputRepresentation.
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface InsightsSettingsMap {
29
+ insightsSettings?: NullableInsightsSettingsMap_NullableInsightsSettingsMap | null;
30
+ }
@@ -1,35 +1,35 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "2391d313628499ae91421820db631aad";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: ModelFeature, existing: ModelFeatureNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ModelFeatureNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: ModelFeatureNormalized, incoming: ModelFeatureNormalized): boolean;
8
- export declare function deepFreeze(input: ModelFeature): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ModelFeature, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * .
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface ModelFeatureNormalized {
18
- /** Model field label */
19
- label?: string | null;
20
- /** Model field name */
21
- name?: string | null;
22
- /** Model field type */
23
- type?: string | null;
24
- }
25
- /**
26
- * .
27
- *
28
- * Keys:
29
- * (none)
30
- */
31
- export interface ModelFeature {
32
- label?: string | null;
33
- name?: string | null;
34
- type?: string | null;
35
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "2391d313628499ae91421820db631aad";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: ModelFeature, existing: ModelFeatureNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ModelFeatureNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ModelFeatureNormalized, incoming: ModelFeatureNormalized): boolean;
8
+ export declare function deepFreeze(input: ModelFeature): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: ModelFeature, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * .
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ModelFeatureNormalized {
18
+ /** Model field label */
19
+ label?: string | null;
20
+ /** Model field name */
21
+ name?: string | null;
22
+ /** Model field type */
23
+ type?: string | null;
24
+ }
25
+ /**
26
+ * .
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface ModelFeature {
32
+ label?: string | null;
33
+ name?: string | null;
34
+ type?: string | null;
35
+ }
@@ -1,28 +1,28 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "4d72a0be32c821912c7079c765253af6";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: NullableColumnMap, existing: NullableColumnMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableColumnMapNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: NullableColumnMapNormalized, incoming: NullableColumnMapNormalized): boolean;
8
- export declare function deepFreeze(input: NullableColumnMap): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableColumnMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface NullableColumnMapNormalized {
18
- [key: string]: string | null;
19
- }
20
- /**
21
- * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
22
- *
23
- * Keys:
24
- * (none)
25
- */
26
- export interface NullableColumnMap {
27
- [key: string]: string | null;
28
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "4d72a0be32c821912c7079c765253af6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NullableColumnMap, existing: NullableColumnMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableColumnMapNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NullableColumnMapNormalized, incoming: NullableColumnMapNormalized): boolean;
8
+ export declare function deepFreeze(input: NullableColumnMap): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableColumnMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface NullableColumnMapNormalized {
18
+ [key: string]: string | null;
19
+ }
20
+ /**
21
+ * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface NullableColumnMap {
27
+ [key: string]: string | null;
28
+ }
@@ -1,26 +1,26 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "93e96c7f3e0663306e7f4647cfd3c5f1";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: NullableFeatureExtractionParametersMapValue, existing: NullableFeatureExtractionParametersMapValueNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableFeatureExtractionParametersMapValueNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: NullableFeatureExtractionParametersMapValueNormalized, incoming: NullableFeatureExtractionParametersMapValueNormalized): boolean;
8
- export declare function deepFreeze(input: NullableFeatureExtractionParametersMapValue): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableFeatureExtractionParametersMapValue, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Wrapper to make the object null
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface NullableFeatureExtractionParametersMapValueNormalized {
18
- }
19
- /**
20
- * Wrapper to make the object null
21
- *
22
- * Keys:
23
- * (none)
24
- */
25
- export interface NullableFeatureExtractionParametersMapValue {
26
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "93e96c7f3e0663306e7f4647cfd3c5f1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NullableFeatureExtractionParametersMapValue, existing: NullableFeatureExtractionParametersMapValueNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableFeatureExtractionParametersMapValueNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NullableFeatureExtractionParametersMapValueNormalized, incoming: NullableFeatureExtractionParametersMapValueNormalized): boolean;
8
+ export declare function deepFreeze(input: NullableFeatureExtractionParametersMapValue): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableFeatureExtractionParametersMapValue, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Wrapper to make the object null
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface NullableFeatureExtractionParametersMapValueNormalized {
18
+ }
19
+ /**
20
+ * Wrapper to make the object null
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface NullableFeatureExtractionParametersMapValue {
26
+ }
@@ -1,28 +1,28 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "a1bf7208ed8f8eaa8c3c3d8d7a49558d";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: NullableInsightsSettingsMap, existing: NullableInsightsSettingsMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableInsightsSettingsMapNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: NullableInsightsSettingsMapNormalized, incoming: NullableInsightsSettingsMapNormalized): boolean;
8
- export declare function deepFreeze(input: NullableInsightsSettingsMap): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableInsightsSettingsMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * Wrapper for Nullable Map Object.
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface NullableInsightsSettingsMapNormalized {
18
- [key: string]: number | null;
19
- }
20
- /**
21
- * Wrapper for Nullable Map Object.
22
- *
23
- * Keys:
24
- * (none)
25
- */
26
- export interface NullableInsightsSettingsMap {
27
- [key: string]: number | null;
28
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "a1bf7208ed8f8eaa8c3c3d8d7a49558d";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NullableInsightsSettingsMap, existing: NullableInsightsSettingsMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableInsightsSettingsMapNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NullableInsightsSettingsMapNormalized, incoming: NullableInsightsSettingsMapNormalized): boolean;
8
+ export declare function deepFreeze(input: NullableInsightsSettingsMap): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableInsightsSettingsMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * Wrapper for Nullable Map Object.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface NullableInsightsSettingsMapNormalized {
18
+ [key: string]: number | null;
19
+ }
20
+ /**
21
+ * Wrapper for Nullable Map Object.
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface NullableInsightsSettingsMap {
27
+ [key: string]: number | null;
28
+ }
@@ -1,28 +1,28 @@
1
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
- export declare const VERSION = "deb76ebadf836326b696ab39d3cbed7b";
3
- export declare function validate(obj: any, path?: string): TypeError | null;
4
- export declare const RepresentationType: string;
5
- export declare function normalize(input: NullableModel, existing: NullableModelNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableModelNormalized;
6
- export declare const select: () => $64$luvio_engine_FragmentSelection;
7
- export declare function equals(existing: NullableModelNormalized, incoming: NullableModelNormalized): boolean;
8
- export declare function deepFreeze(input: NullableModel): void;
9
- export declare const ingest: $64$luvio_engine_ResourceIngest;
10
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableModel, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
- /**
12
- * .
13
- *
14
- * Keys:
15
- * (none)
16
- */
17
- export interface NullableModelNormalized {
18
- [key: string]: string | null;
19
- }
20
- /**
21
- * .
22
- *
23
- * Keys:
24
- * (none)
25
- */
26
- export interface NullableModel {
27
- [key: string]: string | null;
28
- }
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
2
+ export declare const VERSION = "deb76ebadf836326b696ab39d3cbed7b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NullableModel, existing: NullableModelNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableModelNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NullableModelNormalized, incoming: NullableModelNormalized): boolean;
8
+ export declare function deepFreeze(input: NullableModel): void;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: NullableModel, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
11
+ /**
12
+ * .
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface NullableModelNormalized {
18
+ [key: string]: string | null;
19
+ }
20
+ /**
21
+ * .
22
+ *
23
+ * Keys:
24
+ * (none)
25
+ */
26
+ export interface NullableModel {
27
+ [key: string]: string | null;
28
+ }
@@ -1,43 +1,43 @@
1
- import { Insight as Insight_Insight } from './Insight';
2
- import { Column as Column_Column } from './Column';
3
- import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
- export declare const VERSION = "f2062ae8e5785cf390bf5879410b38c1";
5
- export declare function validate(obj: any, path?: string): TypeError | null;
6
- export declare const RepresentationType: string;
7
- export declare function normalize(input: Prediction, existing: PredictionNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PredictionNormalized;
8
- export declare const select: () => $64$luvio_engine_FragmentSelection;
9
- export declare function equals(existing: PredictionNormalized, incoming: PredictionNormalized): boolean;
10
- export declare function deepFreeze(input: Prediction): void;
11
- export declare const ingest: $64$luvio_engine_ResourceIngest;
12
- export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Prediction, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
- /**
14
- * .
15
- *
16
- * Keys:
17
- * (none)
18
- */
19
- export interface PredictionNormalized {
20
- /** . */
21
- historyRefPointScore?: number;
22
- /** . */
23
- insights?: Array<Insight_Insight | null>;
24
- /** . */
25
- missingColumns?: Array<string | null>;
26
- /** . */
27
- outOfBoundsColumns?: Array<Column_Column | null>;
28
- /** . */
29
- score?: number;
30
- }
31
- /**
32
- * .
33
- *
34
- * Keys:
35
- * (none)
36
- */
37
- export interface Prediction {
38
- historyRefPointScore?: number;
39
- insights?: Array<Insight_Insight | null>;
40
- missingColumns?: Array<string | null>;
41
- outOfBoundsColumns?: Array<Column_Column | null>;
42
- score?: number;
43
- }
1
+ import { Insight as Insight_Insight } from './Insight';
2
+ import { Column as Column_Column } from './Column';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
4
+ export declare const VERSION = "f2062ae8e5785cf390bf5879410b38c1";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: Prediction, existing: PredictionNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): PredictionNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: PredictionNormalized, incoming: PredictionNormalized): boolean;
10
+ export declare function deepFreeze(input: Prediction): void;
11
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
12
+ export declare function getTypeCacheKeys(luvio: $64$luvio_engine_Luvio, input: Prediction, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): $64$luvio_engine_DurableStoreKeyMetadataMap;
13
+ /**
14
+ * .
15
+ *
16
+ * Keys:
17
+ * (none)
18
+ */
19
+ export interface PredictionNormalized {
20
+ /** . */
21
+ historyRefPointScore?: number;
22
+ /** . */
23
+ insights?: Array<Insight_Insight | null>;
24
+ /** . */
25
+ missingColumns?: Array<string | null>;
26
+ /** . */
27
+ outOfBoundsColumns?: Array<Column_Column | null>;
28
+ /** . */
29
+ score?: number;
30
+ }
31
+ /**
32
+ * .
33
+ *
34
+ * Keys:
35
+ * (none)
36
+ */
37
+ export interface Prediction {
38
+ historyRefPointScore?: number;
39
+ insights?: Array<Insight_Insight | null>;
40
+ missingColumns?: Array<string | null>;
41
+ outOfBoundsColumns?: Array<Column_Column | null>;
42
+ score?: number;
43
+ }