@salesforce/lds-adapters-industries-einstein-aiaccelerator 0.1.0-dev1

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 (58) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/industries-einstein-aiaccelerator.js +4683 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/fetchRecommendations.d.ts +16 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getPredictions.d.ts +23 -0
  6. package/dist/es/es2018/types/src/generated/adapters/predictions.d.ts +16 -0
  7. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +3 -0
  8. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +4 -0
  9. package/dist/es/es2018/types/src/generated/resources/postConnectAiacceleratorPredictions.d.ts +13 -0
  10. package/dist/es/es2018/types/src/generated/resources/postConnectAiacceleratorRecommendations.d.ts +13 -0
  11. package/dist/es/es2018/types/src/generated/resources/postConnectAiacceleratorV2Predictions.d.ts +20 -0
  12. package/dist/es/es2018/types/src/generated/types/Column.d.ts +37 -0
  13. package/dist/es/es2018/types/src/generated/types/ColumnMapWrap.d.ts +29 -0
  14. package/dist/es/es2018/types/src/generated/types/CustomAttributesMap.d.ts +29 -0
  15. package/dist/es/es2018/types/src/generated/types/Error.d.ts +31 -0
  16. package/dist/es/es2018/types/src/generated/types/FeatureExtractionParametersList.d.ts +29 -0
  17. package/dist/es/es2018/types/src/generated/types/FeatureExtractionParametersMapValue.d.ts +29 -0
  18. package/dist/es/es2018/types/src/generated/types/FieldCount.d.ts +31 -0
  19. package/dist/es/es2018/types/src/generated/types/Insight.d.ts +32 -0
  20. package/dist/es/es2018/types/src/generated/types/InsightsSettingsMap.d.ts +29 -0
  21. package/dist/es/es2018/types/src/generated/types/ModelFeature.d.ts +34 -0
  22. package/dist/es/es2018/types/src/generated/types/NullableColumnMap.d.ts +27 -0
  23. package/dist/es/es2018/types/src/generated/types/NullableCustomAttributesMap.d.ts +27 -0
  24. package/dist/es/es2018/types/src/generated/types/NullableFeatureExtractionParametersMapValue.d.ts +25 -0
  25. package/dist/es/es2018/types/src/generated/types/NullableInsightsSettingsMap.d.ts +27 -0
  26. package/dist/es/es2018/types/src/generated/types/NullableModel.d.ts +27 -0
  27. package/dist/es/es2018/types/src/generated/types/Prediction.d.ts +42 -0
  28. package/dist/es/es2018/types/src/generated/types/PredictionInputRepresentation.d.ts +105 -0
  29. package/dist/es/es2018/types/src/generated/types/PredictionInputWrapperRepresentation.d.ts +28 -0
  30. package/dist/es/es2018/types/src/generated/types/PredictionObject.d.ts +40 -0
  31. package/dist/es/es2018/types/src/generated/types/PredictionOutput.d.ts +39 -0
  32. package/dist/es/es2018/types/src/generated/types/PredictionOutputObject.d.ts +43 -0
  33. package/dist/es/es2018/types/src/generated/types/PredictionOutputRepresentation.d.ts +98 -0
  34. package/dist/es/es2018/types/src/generated/types/PredictionRequestRepresentation.d.ts +49 -0
  35. package/dist/es/es2018/types/src/generated/types/PredictionRequestWrapperRepresentation.d.ts +29 -0
  36. package/dist/es/es2018/types/src/generated/types/PredictionResponseRepresentation.d.ts +54 -0
  37. package/dist/es/es2018/types/src/generated/types/PredictionWarning.d.ts +32 -0
  38. package/dist/es/es2018/types/src/generated/types/Predictor.d.ts +32 -0
  39. package/dist/es/es2018/types/src/generated/types/PredictorField.d.ts +40 -0
  40. package/dist/es/es2018/types/src/generated/types/Prescription.d.ts +32 -0
  41. package/dist/es/es2018/types/src/generated/types/RawDataInputRepresentation.d.ts +28 -0
  42. package/dist/es/es2018/types/src/generated/types/RawDataInputWrap.d.ts +28 -0
  43. package/dist/es/es2018/types/src/generated/types/RawDataList.d.ts +29 -0
  44. package/dist/es/es2018/types/src/generated/types/RcmdStrategyResult.d.ts +45 -0
  45. package/dist/es/es2018/types/src/generated/types/Recommendation.d.ts +59 -0
  46. package/dist/es/es2018/types/src/generated/types/RecommendationActionParam.d.ts +34 -0
  47. package/dist/es/es2018/types/src/generated/types/RecommendationInputRepresentation.d.ts +53 -0
  48. package/dist/es/es2018/types/src/generated/types/RecommendationInputWrapperRepresentation.d.ts +28 -0
  49. package/dist/es/es2018/types/src/generated/types/RecommendationOutputRepresentation.d.ts +61 -0
  50. package/dist/es/es2018/types/src/generated/types/Status.d.ts +31 -0
  51. package/dist/es/es2018/types/src/generated/types/Suggestion.d.ts +32 -0
  52. package/dist/es/es2018/types/src/generated/types/WrappedList.d.ts +28 -0
  53. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  54. package/package.json +71 -0
  55. package/sfdc/index.d.ts +1 -0
  56. package/sfdc/index.js +4715 -0
  57. package/src/raml/api.raml +937 -0
  58. package/src/raml/luvio.raml +39 -0
@@ -0,0 +1,62 @@
1
+ import { Adapter as $64$luvio_engine_Adapter, Snapshot as $64$luvio_engine_Snapshot, UnfulfilledSnapshot as $64$luvio_engine_UnfulfilledSnapshot, AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata } from '@luvio/engine';
2
+ export declare const ObjectPrototypeHasOwnProperty: (v: PropertyKey) => boolean;
3
+ declare const ObjectKeys: {
4
+ (o: object): string[];
5
+ (o: {}): string[];
6
+ }, ObjectCreate: {
7
+ (o: object | null): any;
8
+ (o: object | null, properties: PropertyDescriptorMap & ThisType<any>): any;
9
+ };
10
+ export { ObjectCreate, ObjectKeys };
11
+ export declare const ArrayIsArray: (arg: any) => arg is any[];
12
+ export declare const ArrayPrototypePush: (...items: any[]) => number;
13
+ export interface AdapterValidationConfig {
14
+ displayName: string;
15
+ parameters: {
16
+ required: string[];
17
+ optional: string[];
18
+ unsupported?: string[];
19
+ };
20
+ }
21
+ /**
22
+ * Validates an adapter config is well-formed.
23
+ * @param config The config to validate.
24
+ * @param adapter The adapter validation configuration.
25
+ * @param oneOf The keys the config must contain at least one of.
26
+ * @throws A TypeError if config doesn't satisfy the adapter's config validation.
27
+ */
28
+ export declare function validateConfig<T>(config: Untrusted<T>, adapter: AdapterValidationConfig, oneOf?: string[]): void;
29
+ export declare function untrustedIsObject<Base>(untrusted: unknown): untrusted is Untrusted<Base>;
30
+ export type UncoercedConfiguration<Base, Options extends {
31
+ [key in keyof Base]?: any;
32
+ }> = {
33
+ [Key in keyof Base]?: Base[Key] | Options[Key];
34
+ };
35
+ export type Untrusted<Base> = Partial<Base>;
36
+ export declare function areRequiredParametersPresent<T>(config: any, configPropertyNames: AdapterValidationConfig): config is T;
37
+ export declare function refreshable<C, D, R>(adapter: $64$luvio_engine_Adapter<C, D>, resolve: (config: unknown) => Promise<$64$luvio_engine_Snapshot<R>>): $64$luvio_engine_Adapter<C, D>;
38
+ export declare const SNAPSHOT_STATE_FULFILLED = "Fulfilled";
39
+ export declare const SNAPSHOT_STATE_UNFULFILLED = "Unfulfilled";
40
+ export declare const snapshotRefreshOptions: {
41
+ overrides: {
42
+ headers: {
43
+ 'Cache-Control': string;
44
+ };
45
+ };
46
+ };
47
+ /**
48
+ * A deterministic JSON stringify implementation. Heavily adapted from https://github.com/epoberezkin/fast-json-stable-stringify.
49
+ * This is needed because insertion order for JSON.stringify(object) affects output:
50
+ * JSON.stringify({a: 1, b: 2})
51
+ * "{"a":1,"b":2}"
52
+ * JSON.stringify({b: 2, a: 1})
53
+ * "{"b":2,"a":1}"
54
+ * @param data Data to be JSON-stringified.
55
+ * @returns JSON.stringified value with consistent ordering of keys.
56
+ */
57
+ export declare function stableJSONStringify(node: any): string | undefined;
58
+ export declare function getFetchResponseStatusText(status: number): string;
59
+ export declare function isUnfulfilledSnapshot<T, U>(snapshot: $64$luvio_engine_Snapshot<T, U>): snapshot is $64$luvio_engine_UnfulfilledSnapshot<T, U>;
60
+ export declare function generateParamConfigMetadata(name: string, required: boolean, resourceType: $64$luvio_engine_AdapterConfigMetadata['resourceType'], typeCheckShape: $64$luvio_engine_AdapterConfigMetadata['typeCheckShape'], isArrayShape?: boolean, coerceFn?: (v: unknown) => unknown): $64$luvio_engine_AdapterConfigMetadata;
61
+ export declare function buildAdapterValidationConfig(displayName: string, paramsMeta: $64$luvio_engine_AdapterConfigMetadata[]): AdapterValidationConfig;
62
+ export declare const keyPrefix = "Einstein-AIAccelerator";
@@ -0,0 +1,16 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { RecommendationInputRepresentation as types_RecommendationInputRepresentation_RecommendationInputRepresentation } from '../types/RecommendationInputRepresentation';
4
+ import { ResourceRequestConfig as resources_postConnectAiacceleratorRecommendations_ResourceRequestConfig } from '../resources/postConnectAiacceleratorRecommendations';
5
+ import { RecommendationOutputRepresentation as types_RecommendationOutputRepresentation_RecommendationOutputRepresentation } from '../types/RecommendationOutputRepresentation';
6
+ export declare const adapterName = "fetchRecommendations";
7
+ export declare const fetchRecommendations_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const fetchRecommendations_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface FetchRecommendationsConfig {
10
+ recommendationInput: types_RecommendationInputRepresentation_RecommendationInputRepresentation;
11
+ }
12
+ export declare const createResourceParams: (config: FetchRecommendationsConfig) => resources_postConnectAiacceleratorRecommendations_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<FetchRecommendationsConfig>): adapter$45$utils_Untrusted<FetchRecommendationsConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): FetchRecommendationsConfig | null;
15
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: FetchRecommendationsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation, any>>;
16
+ export declare const fetchRecommendationsAdapterFactory: $64$luvio_engine_AdapterFactory<FetchRecommendationsConfig, types_RecommendationOutputRepresentation_RecommendationOutputRepresentation>;
@@ -0,0 +1,23 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { WrappedList as types_WrappedList_WrappedList } from '../types/WrappedList';
4
+ import { ResourceRequestConfig as resources_postConnectAiacceleratorV2Predictions_ResourceRequestConfig } from '../resources/postConnectAiacceleratorV2Predictions';
5
+ import { PredictionResponseRepresentation as types_PredictionResponseRepresentation_PredictionResponseRepresentation } from '../types/PredictionResponseRepresentation';
6
+ export declare const adapterName = "getPredictions";
7
+ export declare const getPredictions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const getPredictions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface GetPredictionsConfig {
10
+ maxInsights?: number | null;
11
+ predictionModel: string;
12
+ predictionPlatform?: string | null;
13
+ records?: types_WrappedList_WrappedList | null;
14
+ scoreFilterCriteria?: string | null;
15
+ scoringThreshold?: number;
16
+ sortingOrder?: string | null;
17
+ usecaseName: string;
18
+ }
19
+ export declare const createResourceParams: (config: GetPredictionsConfig) => resources_postConnectAiacceleratorV2Predictions_ResourceRequestConfig;
20
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetPredictionsConfig>): adapter$45$utils_Untrusted<GetPredictionsConfig>;
21
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetPredictionsConfig | null;
22
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetPredictionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_PredictionResponseRepresentation_PredictionResponseRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_PredictionResponseRepresentation_PredictionResponseRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_PredictionResponseRepresentation_PredictionResponseRepresentation, any>>;
23
+ export declare const getPredictionsAdapterFactory: $64$luvio_engine_AdapterFactory<GetPredictionsConfig, types_PredictionResponseRepresentation_PredictionResponseRepresentation>;
@@ -0,0 +1,16 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { PredictionInputRepresentation as types_PredictionInputRepresentation_PredictionInputRepresentation } from '../types/PredictionInputRepresentation';
4
+ import { ResourceRequestConfig as resources_postConnectAiacceleratorPredictions_ResourceRequestConfig } from '../resources/postConnectAiacceleratorPredictions';
5
+ import { PredictionOutputRepresentation as types_PredictionOutputRepresentation_PredictionOutputRepresentation } from '../types/PredictionOutputRepresentation';
6
+ export declare const adapterName = "predictions";
7
+ export declare const predictions_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
8
+ export declare const predictions_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
9
+ export interface PredictionsConfig {
10
+ predictionInput: types_PredictionInputRepresentation_PredictionInputRepresentation;
11
+ }
12
+ export declare const createResourceParams: (config: PredictionsConfig) => resources_postConnectAiacceleratorPredictions_ResourceRequestConfig;
13
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<PredictionsConfig>): adapter$45$utils_Untrusted<PredictionsConfig>;
14
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): PredictionsConfig | null;
15
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: PredictionsConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_PredictionOutputRepresentation_PredictionOutputRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_PredictionOutputRepresentation_PredictionOutputRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_PredictionOutputRepresentation_PredictionOutputRepresentation, any>>;
16
+ export declare const predictionsAdapterFactory: $64$luvio_engine_AdapterFactory<PredictionsConfig, types_PredictionOutputRepresentation_PredictionOutputRepresentation>;
@@ -0,0 +1,3 @@
1
+ export { predictionsAdapterFactory } from '../adapters/predictions';
2
+ export { fetchRecommendationsAdapterFactory } from '../adapters/fetchRecommendations';
3
+ export { getPredictionsAdapterFactory } from '../adapters/getPredictions';
@@ -0,0 +1,4 @@
1
+ declare let fetchRecommendations: any;
2
+ declare let getPredictions: any;
3
+ declare let predictions: any;
4
+ export { fetchRecommendations, getPredictions, predictions };
@@ -0,0 +1,13 @@
1
+ import { PredictionInputRepresentation as types_PredictionInputRepresentation_PredictionInputRepresentation } from '../types/PredictionInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { PredictionOutputRepresentation as types_PredictionOutputRepresentation_PredictionOutputRepresentation } from '../types/PredictionOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ predictionInput: types_PredictionInputRepresentation_PredictionInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PredictionOutputRepresentation_PredictionOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PredictionOutputRepresentation_PredictionOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PredictionOutputRepresentation_PredictionOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PredictionOutputRepresentation_PredictionOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PredictionOutputRepresentation_PredictionOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,13 @@
1
+ import { RecommendationInputRepresentation as types_RecommendationInputRepresentation_RecommendationInputRepresentation } from '../types/RecommendationInputRepresentation';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { RecommendationOutputRepresentation as types_RecommendationOutputRepresentation_RecommendationOutputRepresentation } from '../types/RecommendationOutputRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ recommendationInput: types_RecommendationInputRepresentation_RecommendationInputRepresentation;
7
+ };
8
+ }
9
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
10
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_RecommendationOutputRepresentation_RecommendationOutputRepresentation): void;
11
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_RecommendationOutputRepresentation_RecommendationOutputRepresentation, any>;
12
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
13
+ export default createResourceRequest;
@@ -0,0 +1,20 @@
1
+ import { WrappedList as types_WrappedList_WrappedList } from '../types/WrappedList';
2
+ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
3
+ import { PredictionResponseRepresentation as types_PredictionResponseRepresentation_PredictionResponseRepresentation } from '../types/PredictionResponseRepresentation';
4
+ export interface ResourceRequestConfig {
5
+ body: {
6
+ maxInsights?: number | null;
7
+ predictionModel: string;
8
+ predictionPlatform?: string | null;
9
+ records?: types_WrappedList_WrappedList | null;
10
+ scoreFilterCriteria?: string | null;
11
+ scoringThreshold?: number;
12
+ sortingOrder?: string | null;
13
+ usecaseName: string;
14
+ };
15
+ }
16
+ export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
17
+ export declare function getResponseCacheKeys(storeKeyMap: any, luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: types_PredictionResponseRepresentation_PredictionResponseRepresentation): void;
18
+ export declare function ingestSuccess(luvio: $64$luvio_engine_Luvio, resourceParams: ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_PredictionResponseRepresentation_PredictionResponseRepresentation>): $64$luvio_engine_FulfilledSnapshot<types_PredictionResponseRepresentation_PredictionResponseRepresentation, {}> | $64$luvio_engine_StaleSnapshot<types_PredictionResponseRepresentation_PredictionResponseRepresentation, {}> | $64$luvio_engine_PendingSnapshot<types_PredictionResponseRepresentation_PredictionResponseRepresentation, any>;
19
+ export declare function createResourceRequest(config: ResourceRequestConfig): $64$luvio_engine_ResourceRequest;
20
+ export default createResourceRequest;
@@ -0,0 +1,37 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "891e4f58c988e1152f7da0ead81789af";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: Column, existing: ColumnNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ColumnNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ColumnNormalized, incoming: ColumnNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: Column, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * .
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ColumnNormalized {
17
+ /** . */
18
+ columnLabel?: string | null;
19
+ /** . */
20
+ columnName?: string | null;
21
+ /** . */
22
+ columnValue?: string | null;
23
+ /** . */
24
+ initialValue?: string | null;
25
+ }
26
+ /**
27
+ * .
28
+ *
29
+ * Keys:
30
+ * (none)
31
+ */
32
+ export interface Column {
33
+ columnLabel?: string | null;
34
+ columnName?: string | null;
35
+ columnValue?: string | null;
36
+ initialValue?: string | null;
37
+ }
@@ -0,0 +1,29 @@
1
+ import { NullableColumnMap as NullableColumnMap_NullableColumnMap } from './NullableColumnMap';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "39897a50b88c40101a148d8252475eb8";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: ColumnMapWrap, existing: ColumnMapWrapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ColumnMapWrapNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: ColumnMapWrapNormalized, incoming: ColumnMapWrapNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ColumnMapWrap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface ColumnMapWrapNormalized {
18
+ /** Map of the Field Map. */
19
+ columnMap: NullableColumnMap_NullableColumnMap | null;
20
+ }
21
+ /**
22
+ * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface ColumnMapWrap {
28
+ columnMap: NullableColumnMap_NullableColumnMap | null;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { NullableCustomAttributesMap as NullableCustomAttributesMap_NullableCustomAttributesMap } from './NullableCustomAttributesMap';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "bfcb89e96ae97268ce284c0ed73a0ef1";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CustomAttributesMap, existing: CustomAttributesMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CustomAttributesMapNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CustomAttributesMapNormalized, incoming: CustomAttributesMapNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CustomAttributesMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * CustomAttributesMap wrapper object for use in PredictionInputRepresentation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CustomAttributesMapNormalized {
18
+ /** customAttributes */
19
+ customAttributes?: NullableCustomAttributesMap_NullableCustomAttributesMap | null;
20
+ }
21
+ /**
22
+ * CustomAttributesMap wrapper object for use in PredictionInputRepresentation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface CustomAttributesMap {
28
+ customAttributes?: NullableCustomAttributesMap_NullableCustomAttributesMap | null;
29
+ }
@@ -0,0 +1,31 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "084d9246e8a459002bb171c4c8ca7e18";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: Error, existing: ErrorNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): ErrorNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: ErrorNormalized, incoming: ErrorNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: Error, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * .
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ErrorNormalized {
17
+ /** The message that’s displayed for the error. */
18
+ message?: string | null;
19
+ /** The status code that indicates error. */
20
+ statusCode?: string | null;
21
+ }
22
+ /**
23
+ * .
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface Error {
29
+ message?: string | null;
30
+ statusCode?: string | null;
31
+ }
@@ -0,0 +1,29 @@
1
+ import { FeatureExtractionParametersMapValue as FeatureExtractionParametersMapValue_FeatureExtractionParametersMapValue } from './FeatureExtractionParametersMapValue';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "e533b6f70967181f3409e9f4a3709f11";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FeatureExtractionParametersList, existing: FeatureExtractionParametersListNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FeatureExtractionParametersListNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FeatureExtractionParametersListNormalized, incoming: FeatureExtractionParametersListNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FeatureExtractionParametersList, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * featureExtractionParametersList wrapper object for use in PredictionInputRepresentation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FeatureExtractionParametersListNormalized {
18
+ /** FeatureExtractionParameters */
19
+ featureExtractionParameters?: Array<FeatureExtractionParametersMapValue_FeatureExtractionParametersMapValue | null>;
20
+ }
21
+ /**
22
+ * featureExtractionParametersList wrapper object for use in PredictionInputRepresentation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FeatureExtractionParametersList {
28
+ featureExtractionParameters?: Array<FeatureExtractionParametersMapValue_FeatureExtractionParametersMapValue | null>;
29
+ }
@@ -0,0 +1,29 @@
1
+ import { NullableFeatureExtractionParametersMapValue as NullableFeatureExtractionParametersMapValue_NullableFeatureExtractionParametersMapValue } from './NullableFeatureExtractionParametersMapValue';
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "f90960269723c2624d1ca3f129c1bae4";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: FeatureExtractionParametersMapValue, existing: FeatureExtractionParametersMapValueNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FeatureExtractionParametersMapValueNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: FeatureExtractionParametersMapValueNormalized, incoming: FeatureExtractionParametersMapValueNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FeatureExtractionParametersMapValue, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * featureExtractionParameterMapValue wrapper object for use as child wrapper of FeatureExtractionParametersMap.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface FeatureExtractionParametersMapValueNormalized {
18
+ /** Map of the Field Map. */
19
+ featureExtractionParametersMapValue?: NullableFeatureExtractionParametersMapValue_NullableFeatureExtractionParametersMapValue | null;
20
+ }
21
+ /**
22
+ * featureExtractionParameterMapValue wrapper object for use as child wrapper of FeatureExtractionParametersMap.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface FeatureExtractionParametersMapValue {
28
+ featureExtractionParametersMapValue?: NullableFeatureExtractionParametersMapValue_NullableFeatureExtractionParametersMapValue | null;
29
+ }
@@ -0,0 +1,31 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "21639c6b776afbe1959723c916272617";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: FieldCount, existing: FieldCountNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): FieldCountNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: FieldCountNormalized, incoming: FieldCountNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: FieldCount, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * .
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface FieldCountNormalized {
17
+ /** . */
18
+ count?: number | null;
19
+ /** . */
20
+ fieldValue?: string | null;
21
+ }
22
+ /**
23
+ * .
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface FieldCount {
29
+ count?: number | null;
30
+ fieldValue?: string | null;
31
+ }
@@ -0,0 +1,32 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: Insight, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * .
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface InsightNormalized {
18
+ /** . */
19
+ columns?: Array<Column_Column | null>;
20
+ /** . */
21
+ value?: number;
22
+ }
23
+ /**
24
+ * .
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface Insight {
30
+ columns?: Array<Column_Column | null>;
31
+ value?: number;
32
+ }
@@ -0,0 +1,29 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: InsightsSettingsMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * InsightsSettingsMap wrapper object for use in PredictionInputRepresentation.
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface InsightsSettingsMapNormalized {
18
+ /** insightsSettings */
19
+ insightsSettings?: NullableInsightsSettingsMap_NullableInsightsSettingsMap | null;
20
+ }
21
+ /**
22
+ * InsightsSettingsMap wrapper object for use in PredictionInputRepresentation.
23
+ *
24
+ * Keys:
25
+ * (none)
26
+ */
27
+ export interface InsightsSettingsMap {
28
+ insightsSettings?: NullableInsightsSettingsMap_NullableInsightsSettingsMap | null;
29
+ }
@@ -0,0 +1,34 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: ModelFeature, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * .
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface ModelFeatureNormalized {
17
+ /** Model field label */
18
+ label?: string | null;
19
+ /** Model field name */
20
+ name?: string | null;
21
+ /** Model field type */
22
+ type?: string | null;
23
+ }
24
+ /**
25
+ * .
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface ModelFeature {
31
+ label?: string | null;
32
+ name?: string | null;
33
+ type?: string | null;
34
+ }
@@ -0,0 +1,27 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: NullableColumnMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface NullableColumnMapNormalized {
17
+ [key: string]: string | null;
18
+ }
19
+ /**
20
+ * ColumnMapWrap wrapper object for use in PredictionInputRepresentation.
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface NullableColumnMap {
26
+ [key: string]: string | null;
27
+ }
@@ -0,0 +1,27 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "516d8713643bedd96108b2e77fd64906";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: NullableCustomAttributesMap, existing: NullableCustomAttributesMapNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): NullableCustomAttributesMapNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: NullableCustomAttributesMapNormalized, incoming: NullableCustomAttributesMapNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: NullableCustomAttributesMap, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Wrapper for Nullable Map Object.
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface NullableCustomAttributesMapNormalized {
17
+ [key: string]: string | null;
18
+ }
19
+ /**
20
+ * Wrapper for Nullable Map Object.
21
+ *
22
+ * Keys:
23
+ * (none)
24
+ */
25
+ export interface NullableCustomAttributesMap {
26
+ [key: string]: string | null;
27
+ }
@@ -0,0 +1,25 @@
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } 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 const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: NullableFeatureExtractionParametersMapValue, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Wrapper to make the object null
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface NullableFeatureExtractionParametersMapValueNormalized {
17
+ }
18
+ /**
19
+ * Wrapper to make the object null
20
+ *
21
+ * Keys:
22
+ * (none)
23
+ */
24
+ export interface NullableFeatureExtractionParametersMapValue {
25
+ }