@salesforce/lds-adapters-platform-cdp-machine-learning 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.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-cdp-machine-learning.js +5781 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModel.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlPredictResult.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/createMlConfiguredModel.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModel.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModelCollection.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlModelArtifact.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlModelArtifactCollection.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlWorkspace.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlWorkspaceCollection.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getMlConfiguredModel.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getMlConfiguredModelCollection.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/updateCdpMlConfiguredModel.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/updateMlConfiguredModel.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningConfiguredModels.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningConfiguredModelsByConfiguredModelIdOrName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningModelArtifacts.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningModelArtifactsByModelArtifactIdOrName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspaces.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesByWorkspaceIdOrName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotMachineLearningConfiguredModelsByConfiguredModelIdOrName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningConfiguredModels.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningPredict.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlAggregatePredictConditionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlAggregatePredictionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlBinaryClassificationPredictionResultRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelInputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFieldValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFilterCriterionBaseRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFilterRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFilterValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlGenericPredictionOutputValueRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlGenericPredictionResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactBaseRepresentation.d.ts +104 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelFieldBaseRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelInputFieldBaseRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelOutcomeDefinitionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelOutputFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterDefinitionBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideBaseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshConfigRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshRecipientRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelTypeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictRawDataInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictResultRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictSettingsInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionContributionBaseRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionContributionFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionErrorRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionFieldCustomTextRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionSuccessBaseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionWarningsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlRegressionPredictionResultRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceBaseRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceDetailRepresentation.d.ts +115 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpPaginatedResponseBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpTimeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpTimeZoneRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/MlConfiguredModelCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/MlConfiguredModelInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/MlConfiguredModelRepresentation.d.ts +107 -0
- package/dist/es/es2018/types/src/generated/types/MlConnectorEndpointRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/MlDeprecationConfigurationRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningConfiguredModelsByConfiguredModelIdOrName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningWorkspacesByWorkspaceIdOrName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/CdpMlConfiguredModelRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/CdpMlWorkspaceDetailRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/MlConfiguredModelRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameOrId.d.ts +4 -0
- package/package.json +77 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +6016 -0
- package/src/raml/api.raml +1874 -0
- package/src/raml/luvio.raml +122 -0
|
@@ -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 = "2d000afcba28d581be0fc60f6ae2d55a";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelFieldBaseRepresentation, existing: CdpMlModelFieldBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelFieldBaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelFieldBaseRepresentationNormalized, incoming: CdpMlModelFieldBaseRepresentationNormalized): 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: CdpMlModelFieldBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Model Field Base Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelFieldBaseRepresentationNormalized {
|
|
17
|
+
/** Field data type */
|
|
18
|
+
dataType: string;
|
|
19
|
+
/** label */
|
|
20
|
+
label: string;
|
|
21
|
+
/** name */
|
|
22
|
+
name: string;
|
|
23
|
+
/** Field position */
|
|
24
|
+
position: number;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Cdp Ml Model Field Base Representation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface CdpMlModelFieldBaseRepresentation {
|
|
33
|
+
dataType: string;
|
|
34
|
+
label: string;
|
|
35
|
+
name: string;
|
|
36
|
+
position: number;
|
|
37
|
+
}
|
|
@@ -0,0 +1,40 @@
|
|
|
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 = "4b3fdde5e6424e2e88fb70fefaddc4da";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelInputFieldBaseRepresentation, existing: CdpMlModelInputFieldBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelInputFieldBaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelInputFieldBaseRepresentationNormalized, incoming: CdpMlModelInputFieldBaseRepresentationNormalized): 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: CdpMlModelInputFieldBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Base Cdp Ml Model Input Field
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelInputFieldBaseRepresentationNormalized {
|
|
17
|
+
/** Field data type */
|
|
18
|
+
dataType: string;
|
|
19
|
+
/** Whether this field is a disparate impact field */
|
|
20
|
+
isDisparateImpact: boolean;
|
|
21
|
+
/** Is this field used for partition */
|
|
22
|
+
isPartitionField: boolean;
|
|
23
|
+
/** Whether this field is a sensitive field */
|
|
24
|
+
isSensitive: boolean;
|
|
25
|
+
/** Field position */
|
|
26
|
+
position: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Represents Base Cdp Ml Model Input Field
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface CdpMlModelInputFieldBaseRepresentation {
|
|
35
|
+
dataType: string;
|
|
36
|
+
isDisparateImpact: boolean;
|
|
37
|
+
isPartitionField: boolean;
|
|
38
|
+
isSensitive: boolean;
|
|
39
|
+
position: number;
|
|
40
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlModelOutcomeDefinitionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CdpMlModelOutputFieldRepresentation as CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation } from './CdpMlModelOutputFieldRepresentation';
|
|
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 = "10895460b212ed91cf35adff628f7848";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlModelOutcomeDefinitionRepresentation, existing: CdpMlModelOutcomeDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelOutcomeDefinitionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlModelOutcomeDefinitionRepresentationNormalized, incoming: CdpMlModelOutcomeDefinitionRepresentationNormalized): 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: CdpMlModelOutcomeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Cdp Ml Model Outcome Definition Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlModelOutcomeDefinitionRepresentationNormalized {
|
|
18
|
+
/** Model output fields */
|
|
19
|
+
fields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
20
|
+
/** Model outcome goal */
|
|
21
|
+
goal: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Cdp Ml Model Outcome Definition Representation
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpMlModelOutcomeDefinitionRepresentation {
|
|
30
|
+
fields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
31
|
+
goal: string;
|
|
32
|
+
}
|
|
@@ -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 = "7a299d6d550df2f166cd8033b8ac4370";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelOutputFieldRepresentation, existing: CdpMlModelOutputFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelOutputFieldRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelOutputFieldRepresentationNormalized, incoming: CdpMlModelOutputFieldRepresentationNormalized): 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: CdpMlModelOutputFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Model Output Field Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelOutputFieldRepresentationNormalized {
|
|
17
|
+
/** Field data type */
|
|
18
|
+
dataType: string;
|
|
19
|
+
/** Field position */
|
|
20
|
+
position: number;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Cdp Ml Model Output Field Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlModelOutputFieldRepresentation {
|
|
29
|
+
dataType: string;
|
|
30
|
+
position: number;
|
|
31
|
+
}
|
|
@@ -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 = "a60dc3fff730e6c2d9ae9b52fd1def5b";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelParameterDefinitionBaseRepresentation, existing: CdpMlModelParameterDefinitionBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelParameterDefinitionBaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelParameterDefinitionBaseRepresentationNormalized, incoming: CdpMlModelParameterDefinitionBaseRepresentationNormalized): 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: CdpMlModelParameterDefinitionBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Model Parameter Base Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelParameterDefinitionBaseRepresentationNormalized {
|
|
17
|
+
/** Parameter description */
|
|
18
|
+
description: string;
|
|
19
|
+
/** Parameter Name */
|
|
20
|
+
parameterName: string;
|
|
21
|
+
/** Parameter Type */
|
|
22
|
+
type: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Cdp Ml Model Parameter Base Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpMlModelParameterDefinitionBaseRepresentation {
|
|
31
|
+
description: string;
|
|
32
|
+
parameterName: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideBaseRepresentation.d.ts
ADDED
|
@@ -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 = "f86bb6b82219e3590fa98e37e07147a4";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelParameterOverrideBaseRepresentation, existing: CdpMlModelParameterOverrideBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelParameterOverrideBaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelParameterOverrideBaseRepresentationNormalized, incoming: CdpMlModelParameterOverrideBaseRepresentationNormalized): 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: CdpMlModelParameterOverrideBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Model Parameter Override Base Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelParameterOverrideBaseRepresentationNormalized {
|
|
17
|
+
/** Parameter Name */
|
|
18
|
+
parameterName: string;
|
|
19
|
+
/** Parameter Type */
|
|
20
|
+
type: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Cdp Ml Model Parameter Override Base Representation
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlModelParameterOverrideBaseRepresentation {
|
|
29
|
+
parameterName: string;
|
|
30
|
+
type: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideInputRepresentation.d.ts
ADDED
|
@@ -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 = "e2963734053da059e7c51dc0f0b25d3f";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelParameterOverrideInputRepresentation, existing: CdpMlModelParameterOverrideInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelParameterOverrideInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelParameterOverrideInputRepresentationNormalized, incoming: CdpMlModelParameterOverrideInputRepresentationNormalized): 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: CdpMlModelParameterOverrideInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for a Cdp Ml Model Parameter Override
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelParameterOverrideInputRepresentationNormalized {
|
|
17
|
+
/** Model parameter continuous value */
|
|
18
|
+
continuousValue?: number | null;
|
|
19
|
+
/** Model parameter discrete value */
|
|
20
|
+
discreteValue?: string | null;
|
|
21
|
+
/** Model parameter definition Id to which override is provided */
|
|
22
|
+
parameterName?: string | null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Input representation for a Cdp Ml Model Parameter Override
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpMlModelParameterOverrideInputRepresentation {
|
|
31
|
+
continuousValue?: number | null;
|
|
32
|
+
discreteValue?: string | null;
|
|
33
|
+
parameterName?: string | null;
|
|
34
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CdpMlModelRefreshRecipientRepresentation as CdpMlModelRefreshRecipientRepresentation_CdpMlModelRefreshRecipientRepresentation } from './CdpMlModelRefreshRecipientRepresentation';
|
|
2
|
+
import { CdpScheduleRepresentation as CdpScheduleRepresentation_CdpScheduleRepresentation } from './CdpScheduleRepresentation';
|
|
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
4
|
+
export declare const VERSION = "9fc61742978ae7f3dd466a0dd5203668";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CdpMlModelRefreshConfigRepresentation, existing: CdpMlModelRefreshConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelRefreshConfigRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: CdpMlModelRefreshConfigRepresentationNormalized, incoming: CdpMlModelRefreshConfigRepresentationNormalized): boolean;
|
|
10
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
11
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelRefreshConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Cdp Ml Model Refresh Configuration Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CdpMlModelRefreshConfigRepresentationNormalized {
|
|
19
|
+
/** Returns the value of the enabled flag (true or false) */
|
|
20
|
+
isEnabled: boolean;
|
|
21
|
+
/** List of model recipients */
|
|
22
|
+
recipients: Array<CdpMlModelRefreshRecipientRepresentation_CdpMlModelRefreshRecipientRepresentation>;
|
|
23
|
+
schedule: CdpScheduleRepresentation_CdpScheduleRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Cdp Ml Model Refresh Configuration Representation
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface CdpMlModelRefreshConfigRepresentation {
|
|
32
|
+
isEnabled: boolean;
|
|
33
|
+
recipients: Array<CdpMlModelRefreshRecipientRepresentation_CdpMlModelRefreshRecipientRepresentation>;
|
|
34
|
+
schedule: CdpScheduleRepresentation_CdpScheduleRepresentation;
|
|
35
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshRecipientRepresentation.d.ts
ADDED
|
@@ -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 = "cfa67372c19f769a616762f9c15fe795";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelRefreshRecipientRepresentation, existing: CdpMlModelRefreshRecipientRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelRefreshRecipientRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelRefreshRecipientRepresentationNormalized, incoming: CdpMlModelRefreshRecipientRepresentationNormalized): 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: CdpMlModelRefreshRecipientRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Model Refresh Recipient Representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelRefreshRecipientRepresentationNormalized {
|
|
17
|
+
/** Refresh recipient name */
|
|
18
|
+
displayName: string;
|
|
19
|
+
/** Model refresh recipient Id */
|
|
20
|
+
id: string;
|
|
21
|
+
/** Refresh recipient type */
|
|
22
|
+
type: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Cdp Ml Model Refresh Recipient Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpMlModelRefreshRecipientRepresentation {
|
|
31
|
+
displayName: string;
|
|
32
|
+
id: string;
|
|
33
|
+
type: string;
|
|
34
|
+
}
|
|
@@ -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 = "cfb19a134ac064307b21c38c215c2e34";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlModelTypeRepresentation, existing: CdpMlModelTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelTypeRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlModelTypeRepresentationNormalized, incoming: CdpMlModelTypeRepresentationNormalized): 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: CdpMlModelTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Model Type
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlModelTypeRepresentationNormalized {
|
|
17
|
+
/** Connector Type */
|
|
18
|
+
connectorType?: string | null;
|
|
19
|
+
/** Model type */
|
|
20
|
+
modelType?: string | null;
|
|
21
|
+
/** Source type */
|
|
22
|
+
sourceType?: string | null;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Cdp Ml Model Type
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpMlModelTypeRepresentation {
|
|
31
|
+
connectorType?: string | null;
|
|
32
|
+
modelType?: string | null;
|
|
33
|
+
sourceType?: string | null;
|
|
34
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { CdpAssetReferenceInputRepresentation as CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation } from './CdpAssetReferenceInputRepresentation';
|
|
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 = "63902acd83bb91162d0dfb6fff2ea7f7";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlPredictRawDataInputRepresentation, existing: CdpMlPredictRawDataInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictRawDataInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlPredictRawDataInputRepresentationNormalized, incoming: CdpMlPredictRawDataInputRepresentationNormalized): 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: CdpMlPredictRawDataInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Raw Data Input Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlPredictRawDataInputRepresentationNormalized {
|
|
18
|
+
/** Field names */
|
|
19
|
+
fieldNames: Array<string>;
|
|
20
|
+
/** Model Reference */
|
|
21
|
+
model: CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
|
|
22
|
+
/** Rows of values */
|
|
23
|
+
rows: Array<Array<string>>;
|
|
24
|
+
/** prediction type enum */
|
|
25
|
+
type: string;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Raw Data Input Representation
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface CdpMlPredictRawDataInputRepresentation {
|
|
34
|
+
fieldNames: Array<string>;
|
|
35
|
+
model: CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
|
|
36
|
+
rows: Array<Array<string>>;
|
|
37
|
+
type: string;
|
|
38
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { CdpMlAggregatePredictionRepresentation as CdpMlAggregatePredictionRepresentation_CdpMlAggregatePredictionRepresentation } from './CdpMlAggregatePredictionRepresentation';
|
|
2
|
+
import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
|
|
3
|
+
import { CdpMlPredictionBaseRepresentation as CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation } from './CdpMlPredictionBaseRepresentation';
|
|
4
|
+
import { CdpMlPredictSettingsInputRepresentation as CdpMlPredictSettingsInputRepresentation_CdpMlPredictSettingsInputRepresentation } from './CdpMlPredictSettingsInputRepresentation';
|
|
5
|
+
import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
6
|
+
import { CdpMlPredictionSuccessBaseRepresentation as CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation } from './CdpMlPredictionSuccessBaseRepresentation';
|
|
7
|
+
import { CdpMlPredictionErrorRepresentation as CdpMlPredictionErrorRepresentation_CdpMlPredictionErrorRepresentation } from './CdpMlPredictionErrorRepresentation';
|
|
8
|
+
export declare const TTL = 1000;
|
|
9
|
+
export declare const VERSION = "db91153fa53c91ab59ff4d2ae3000258";
|
|
10
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
11
|
+
export declare const RepresentationType: string;
|
|
12
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
13
|
+
predictionType: string;
|
|
14
|
+
}
|
|
15
|
+
export type CdpMlPredictResultRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export type PartialCdpMlPredictResultRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
17
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
18
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CdpMlPredictResultRepresentationNormalizedKeyMetadata;
|
|
19
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpMlPredictResultRepresentation): string;
|
|
20
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpMlPredictResultRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
21
|
+
export declare function normalize(input: CdpMlPredictResultRepresentation, existing: CdpMlPredictResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictResultRepresentationNormalized;
|
|
22
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
23
|
+
export declare function equals(existing: CdpMlPredictResultRepresentationNormalized, incoming: CdpMlPredictResultRepresentationNormalized): boolean;
|
|
24
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
25
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlPredictResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
26
|
+
/**
|
|
27
|
+
* Cdp Ml Prediction result representation
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* predictionType (string): predictionType
|
|
31
|
+
*/
|
|
32
|
+
export interface CdpMlPredictResultRepresentationNormalized {
|
|
33
|
+
/** Aggregate Result List */
|
|
34
|
+
aggregatePredictions?: Array<$64$luvio_engine_StoreLink>;
|
|
35
|
+
/** Model asset reference used as part of the prediction request */
|
|
36
|
+
model: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
37
|
+
/** Prediction Type */
|
|
38
|
+
predictionType: string;
|
|
39
|
+
/** A list of prediction results */
|
|
40
|
+
predictions?: Array<CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation>;
|
|
41
|
+
/** Settings used for the prediction */
|
|
42
|
+
settings: $64$luvio_engine_StoreLink;
|
|
43
|
+
}
|
|
44
|
+
/**
|
|
45
|
+
* Cdp Ml Prediction result representation
|
|
46
|
+
*
|
|
47
|
+
* Keys:
|
|
48
|
+
* predictionType (string): predictionType
|
|
49
|
+
*/
|
|
50
|
+
export interface CdpMlPredictResultRepresentation {
|
|
51
|
+
aggregatePredictions?: Array<CdpMlAggregatePredictionRepresentation_CdpMlAggregatePredictionRepresentation>;
|
|
52
|
+
model: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
53
|
+
predictionType: string;
|
|
54
|
+
predictions?: Array<CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation | CdpMlPredictionErrorRepresentation_CdpMlPredictionErrorRepresentation>;
|
|
55
|
+
settings: CdpMlPredictSettingsInputRepresentation_CdpMlPredictSettingsInputRepresentation;
|
|
56
|
+
}
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, 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 TTL = 1000;
|
|
3
|
+
export declare const VERSION = "256e44b9301b2e6d4c36c79f36814779";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlPredictSettingsInputRepresentation, existing: CdpMlPredictSettingsInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictSettingsInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: CdpMlPredictSettingsInputRepresentationNormalized, incoming: CdpMlPredictSettingsInputRepresentationNormalized): 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: CdpMlPredictSettingsInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Predict Settings Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlPredictSettingsInputRepresentationNormalized {
|
|
18
|
+
/** List of aggregate functions */
|
|
19
|
+
aggregateFunctions?: Array<string | null>;
|
|
20
|
+
/** Maximum recommendation count. Default value is -1 (unlimited) and the allowed range is [-1, 200] */
|
|
21
|
+
maxPrescriptions?: number;
|
|
22
|
+
/** Maximum top factor count. Default value is 0 and the allowed range is [0, 3] */
|
|
23
|
+
maxTopFactors?: number;
|
|
24
|
+
/** Impact Percentage of Prescriptions, Default is set at 0 */
|
|
25
|
+
prescriptionImpactPercentage?: number;
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* Predict Settings Representation
|
|
29
|
+
*
|
|
30
|
+
* Keys:
|
|
31
|
+
* (none)
|
|
32
|
+
*/
|
|
33
|
+
export interface CdpMlPredictSettingsInputRepresentation {
|
|
34
|
+
aggregateFunctions?: Array<string | null>;
|
|
35
|
+
maxPrescriptions?: number;
|
|
36
|
+
maxTopFactors?: number;
|
|
37
|
+
prescriptionImpactPercentage?: number;
|
|
38
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, 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 enum DiscriminatorValues {
|
|
3
|
+
Success = "Success",
|
|
4
|
+
Error = "Error"
|
|
5
|
+
}
|
|
6
|
+
export declare const VERSION = "150f60aeac8cde473d8e16cd52f1f0b7";
|
|
7
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
8
|
+
export declare const RepresentationType: string;
|
|
9
|
+
export declare function normalize(input: CdpMlPredictionBaseRepresentation, existing: CdpMlPredictionBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionBaseRepresentationNormalized;
|
|
10
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
11
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
12
|
+
export declare function equals(existing: CdpMlPredictionBaseRepresentationNormalized, incoming: CdpMlPredictionBaseRepresentationNormalized): boolean;
|
|
13
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
14
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlPredictionBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
16
|
+
/**
|
|
17
|
+
* Base representation for a prediction result
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* (none)
|
|
21
|
+
*/
|
|
22
|
+
export interface CdpMlPredictionBaseRepresentationNormalized {
|
|
23
|
+
/** prediction status */
|
|
24
|
+
status: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Base representation for a prediction result
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface CdpMlPredictionBaseRepresentation {
|
|
33
|
+
status: string;
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlPredictionContributionBaseRepresentation.d.ts
ADDED
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CdpMlPredictionContributionFieldRepresentation as CdpMlPredictionContributionFieldRepresentation_CdpMlPredictionContributionFieldRepresentation } from './CdpMlPredictionContributionFieldRepresentation';
|
|
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 = "ae3c9ebdbac9d1ad93d3dfd0d3f73b83";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlPredictionContributionBaseRepresentation, existing: CdpMlPredictionContributionBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionContributionBaseRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlPredictionContributionBaseRepresentationNormalized, incoming: CdpMlPredictionContributionBaseRepresentationNormalized): 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: CdpMlPredictionContributionBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Base representation for a Prediction Contribution
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlPredictionContributionBaseRepresentationNormalized {
|
|
18
|
+
/** List of field and values that have the same contribution value */
|
|
19
|
+
fields: Array<CdpMlPredictionContributionFieldRepresentation_CdpMlPredictionContributionFieldRepresentation>;
|
|
20
|
+
/** Contribution value */
|
|
21
|
+
value: number;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Base representation for a Prediction Contribution
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpMlPredictionContributionBaseRepresentation {
|
|
30
|
+
fields: Array<CdpMlPredictionContributionFieldRepresentation_CdpMlPredictionContributionFieldRepresentation>;
|
|
31
|
+
value: number;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlPredictionContributionFieldRepresentation.d.ts
ADDED
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { CdpMlPredictionFieldCustomTextRepresentation as CdpMlPredictionFieldCustomTextRepresentation_CdpMlPredictionFieldCustomTextRepresentation } from './CdpMlPredictionFieldCustomTextRepresentation';
|
|
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 = "06fa1155071dedd86272aef35857bf3a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlPredictionContributionFieldRepresentation, existing: CdpMlPredictionContributionFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionContributionFieldRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlPredictionContributionFieldRepresentationNormalized, incoming: CdpMlPredictionContributionFieldRepresentationNormalized): 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: CdpMlPredictionContributionFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Cdp Ml Prediction Contribution Field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlPredictionContributionFieldRepresentationNormalized {
|
|
18
|
+
customText: CdpMlPredictionFieldCustomTextRepresentation_CdpMlPredictionFieldCustomTextRepresentation;
|
|
19
|
+
/** Input value used for this field */
|
|
20
|
+
inputValue: string;
|
|
21
|
+
/** Model output value for the field (i.e. recommended value to improve prediction) */
|
|
22
|
+
prescribedValue: string;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Cdp Ml Prediction Contribution Field
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpMlPredictionContributionFieldRepresentation {
|
|
31
|
+
customText: CdpMlPredictionFieldCustomTextRepresentation_CdpMlPredictionFieldCustomTextRepresentation;
|
|
32
|
+
inputValue: string;
|
|
33
|
+
prescribedValue: string;
|
|
34
|
+
}
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import { CdpMlPredictionBaseRepresentation as CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation } from './CdpMlPredictionBaseRepresentation';
|
|
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 = "ed179e110e66d8254956a4b1c6fb0e56";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlPredictionErrorRepresentation, existing: CdpMlPredictionErrorRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionErrorRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlPredictionErrorRepresentationNormalized, incoming: CdpMlPredictionErrorRepresentationNormalized): 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: CdpMlPredictionErrorRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Failed prediction
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlPredictionErrorRepresentationNormalized extends CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation {
|
|
18
|
+
/** Error Code for the Error Message */
|
|
19
|
+
errorCode: string;
|
|
20
|
+
/** Error Message for Predict Error */
|
|
21
|
+
message: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Failed prediction
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpMlPredictionErrorRepresentation extends CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation {
|
|
30
|
+
errorCode: string;
|
|
31
|
+
message: string;
|
|
32
|
+
status: 'Error';
|
|
33
|
+
}
|