@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,102 @@
|
|
|
1
|
+
import { CdpMlCustomizableFieldRepresentation as CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation } from './CdpMlCustomizableFieldRepresentation';
|
|
2
|
+
import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
|
|
3
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
4
|
+
import { CdpMlFilterRepresentation as CdpMlFilterRepresentation_CdpMlFilterRepresentation } from './CdpMlFilterRepresentation';
|
|
5
|
+
import { CdpMlModelParameterOverrideBaseRepresentation as CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation } from './CdpMlModelParameterOverrideBaseRepresentation';
|
|
6
|
+
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
|
|
7
|
+
export declare const TTL = 1000;
|
|
8
|
+
export declare const VERSION = "f9608bc4ae3825a8da2fc0992ae87b6e";
|
|
9
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
|
+
export declare const RepresentationType: string;
|
|
11
|
+
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
12
|
+
modelIdOrName: string;
|
|
13
|
+
}
|
|
14
|
+
export type CdpMlConfiguredModelRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
|
|
15
|
+
export type PartialCdpMlConfiguredModelRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
|
|
16
|
+
export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: KeyParams): string;
|
|
17
|
+
export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: KeyParams): CdpMlConfiguredModelRepresentationNormalizedKeyMetadata;
|
|
18
|
+
export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpMlConfiguredModelRepresentation): string;
|
|
19
|
+
export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpMlConfiguredModelRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
|
|
20
|
+
export declare function normalize(input: CdpMlConfiguredModelRepresentation, existing: CdpMlConfiguredModelRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlConfiguredModelRepresentationNormalized;
|
|
21
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
22
|
+
export declare function equals(existing: CdpMlConfiguredModelRepresentationNormalized, incoming: CdpMlConfiguredModelRepresentationNormalized): boolean;
|
|
23
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
24
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlConfiguredModelRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
25
|
+
/**
|
|
26
|
+
* Represents Cdp Ml Configured Model (Active Partition)
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* modelIdOrName (string): name
|
|
30
|
+
*/
|
|
31
|
+
export interface CdpMlConfiguredModelRepresentationNormalized {
|
|
32
|
+
/** List of actionable fields */
|
|
33
|
+
actionableFields?: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
34
|
+
/** AI model */
|
|
35
|
+
artifact: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
36
|
+
/** Model capability */
|
|
37
|
+
capability: string;
|
|
38
|
+
/** Created by */
|
|
39
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
40
|
+
/** Created date */
|
|
41
|
+
createdDate?: string | null;
|
|
42
|
+
/** List of customizable fields */
|
|
43
|
+
customizableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
44
|
+
/** Model description */
|
|
45
|
+
description?: string | null;
|
|
46
|
+
filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
|
|
47
|
+
/** The 18 character ID of the asset */
|
|
48
|
+
id?: string;
|
|
49
|
+
/** Label of the asset */
|
|
50
|
+
label?: string | null;
|
|
51
|
+
/** Last activated by */
|
|
52
|
+
lastActivatedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
53
|
+
/** Last activated date */
|
|
54
|
+
lastActivatedDate?: string;
|
|
55
|
+
/** Last modified by */
|
|
56
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
57
|
+
/** Last modified date */
|
|
58
|
+
lastModifiedDate?: string | null;
|
|
59
|
+
/** Live metrics url */
|
|
60
|
+
metricsUrl?: string | null;
|
|
61
|
+
/** Name of the asset */
|
|
62
|
+
name: string;
|
|
63
|
+
/** Namespace of the asset */
|
|
64
|
+
namespace?: string | null;
|
|
65
|
+
/** List of Model Parameter Overrides */
|
|
66
|
+
parameterOverrides: Array<CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation>;
|
|
67
|
+
/** Model position */
|
|
68
|
+
position: number;
|
|
69
|
+
/** Model status */
|
|
70
|
+
status: string;
|
|
71
|
+
/** Url */
|
|
72
|
+
url: string;
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Represents Cdp Ml Configured Model (Active Partition)
|
|
76
|
+
*
|
|
77
|
+
* Keys:
|
|
78
|
+
* modelIdOrName (string): name
|
|
79
|
+
*/
|
|
80
|
+
export interface CdpMlConfiguredModelRepresentation {
|
|
81
|
+
actionableFields?: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
82
|
+
artifact: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
83
|
+
capability: string;
|
|
84
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
85
|
+
createdDate?: string | null;
|
|
86
|
+
customizableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
87
|
+
description?: string | null;
|
|
88
|
+
filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
|
|
89
|
+
id?: string;
|
|
90
|
+
label?: string | null;
|
|
91
|
+
lastActivatedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
92
|
+
lastActivatedDate?: string;
|
|
93
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
94
|
+
lastModifiedDate?: string | null;
|
|
95
|
+
metricsUrl?: string | null;
|
|
96
|
+
name: string;
|
|
97
|
+
namespace?: string | null;
|
|
98
|
+
parameterOverrides: Array<CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation>;
|
|
99
|
+
position: number;
|
|
100
|
+
status: string;
|
|
101
|
+
url: string;
|
|
102
|
+
}
|
|
@@ -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 = "2649e55f9d472f8e9ded81f24039ca35";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlCustomizableFieldDefinitionInputRepresentation, existing: CdpMlCustomizableFieldDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlCustomizableFieldDefinitionInputRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlCustomizableFieldDefinitionInputRepresentationNormalized, incoming: CdpMlCustomizableFieldDefinitionInputRepresentationNormalized): 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: CdpMlCustomizableFieldDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Input representation for a Cdp Ml Customizable Field Definition
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlCustomizableFieldDefinitionInputRepresentationNormalized {
|
|
17
|
+
/** Filter */
|
|
18
|
+
filter: {};
|
|
19
|
+
/** Template Text */
|
|
20
|
+
templateText: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Input representation for a Cdp Ml Customizable Field Definition
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlCustomizableFieldDefinitionInputRepresentation {
|
|
29
|
+
filter: {};
|
|
30
|
+
templateText: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { CdpMlFilterRepresentation as CdpMlFilterRepresentation_CdpMlFilterRepresentation } from './CdpMlFilterRepresentation';
|
|
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 = "3e98796c943662c3c6ca999a014e1283";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlCustomizableFieldDefinitionRepresentation, existing: CdpMlCustomizableFieldDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlCustomizableFieldDefinitionRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlCustomizableFieldDefinitionRepresentationNormalized, incoming: CdpMlCustomizableFieldDefinitionRepresentationNormalized): 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: CdpMlCustomizableFieldDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Ml Customizable Field Definition
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlCustomizableFieldDefinitionRepresentationNormalized {
|
|
18
|
+
filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
|
|
19
|
+
/** Template text to be replaced with */
|
|
20
|
+
templateText: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Ml Customizable Field Definition
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlCustomizableFieldDefinitionRepresentation {
|
|
29
|
+
filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
|
|
30
|
+
templateText: string;
|
|
31
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldInputRepresentation.d.ts
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CdpMlCustomizableFieldDefinitionInputRepresentation as CdpMlCustomizableFieldDefinitionInputRepresentation_CdpMlCustomizableFieldDefinitionInputRepresentation } from './CdpMlCustomizableFieldDefinitionInputRepresentation';
|
|
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 = "a0835397620ac991fcb43b5d4ad9123f";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlCustomizableFieldInputRepresentation, existing: CdpMlCustomizableFieldInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlCustomizableFieldInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlCustomizableFieldInputRepresentationNormalized, incoming: CdpMlCustomizableFieldInputRepresentationNormalized): 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: CdpMlCustomizableFieldInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for a Cdp Ml Customizable Field
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlCustomizableFieldInputRepresentationNormalized {
|
|
18
|
+
/** Custom Definitions */
|
|
19
|
+
customDefinitions: Array<CdpMlCustomizableFieldDefinitionInputRepresentation_CdpMlCustomizableFieldDefinitionInputRepresentation>;
|
|
20
|
+
/** Name */
|
|
21
|
+
name: string;
|
|
22
|
+
/** Type */
|
|
23
|
+
type: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Input representation for a Cdp Ml Customizable Field
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface CdpMlCustomizableFieldInputRepresentation {
|
|
32
|
+
customDefinitions: Array<CdpMlCustomizableFieldDefinitionInputRepresentation_CdpMlCustomizableFieldDefinitionInputRepresentation>;
|
|
33
|
+
name: string;
|
|
34
|
+
type: string;
|
|
35
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CdpMlCustomizableFieldDefinitionRepresentation as CdpMlCustomizableFieldDefinitionRepresentation_CdpMlCustomizableFieldDefinitionRepresentation } from './CdpMlCustomizableFieldDefinitionRepresentation';
|
|
2
|
+
import { CdpMlModelInputFieldBaseRepresentation as CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation } from './CdpMlModelInputFieldBaseRepresentation';
|
|
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 = "a607580b2c3a3fe158ada85da271bc9e";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CdpMlCustomizableFieldRepresentation, existing: CdpMlCustomizableFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlCustomizableFieldRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: CdpMlCustomizableFieldRepresentationNormalized, incoming: CdpMlCustomizableFieldRepresentationNormalized): 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: CdpMlCustomizableFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents Cdp Ml Customizable Field
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CdpMlCustomizableFieldRepresentationNormalized {
|
|
19
|
+
/** List of customizable field definitions */
|
|
20
|
+
customDefinitions: Array<CdpMlCustomizableFieldDefinitionRepresentation_CdpMlCustomizableFieldDefinitionRepresentation>;
|
|
21
|
+
field: CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation;
|
|
22
|
+
/** Customizable field type */
|
|
23
|
+
type: string;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents Cdp Ml Customizable Field
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface CdpMlCustomizableFieldRepresentation {
|
|
32
|
+
customDefinitions: Array<CdpMlCustomizableFieldDefinitionRepresentation_CdpMlCustomizableFieldDefinitionRepresentation>;
|
|
33
|
+
field: CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation;
|
|
34
|
+
type: string;
|
|
35
|
+
}
|
|
@@ -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 = "ff8cef42dc5ed8fea989afb25bf9bf22";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlFieldRepresentation, existing: CdpMlFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlFieldRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlFieldRepresentationNormalized, incoming: CdpMlFieldRepresentationNormalized): 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: CdpMlFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Field
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlFieldRepresentationNormalized {
|
|
17
|
+
/** label */
|
|
18
|
+
label: string;
|
|
19
|
+
/** name */
|
|
20
|
+
name: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Cdp Ml Field
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlFieldRepresentation {
|
|
29
|
+
label: string;
|
|
30
|
+
name: string;
|
|
31
|
+
}
|
|
@@ -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 = "52b36f94dc6725557282372c9912e7cd";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlFieldValueRepresentation, existing: CdpMlFieldValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlFieldValueRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlFieldValueRepresentationNormalized, incoming: CdpMlFieldValueRepresentationNormalized): 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: CdpMlFieldValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Field Value
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlFieldValueRepresentationNormalized {
|
|
17
|
+
/** Count of the value */
|
|
18
|
+
count: number;
|
|
19
|
+
/** Field value */
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Cdp Ml Field Value
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlFieldValueRepresentation {
|
|
29
|
+
count: number;
|
|
30
|
+
value: string;
|
|
31
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CdpMlFilterValueRepresentation as CdpMlFilterValueRepresentation_CdpMlFilterValueRepresentation } from './CdpMlFilterValueRepresentation';
|
|
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 = "b66e87fa5af0367d0aeb50f3fdcf4dc4";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlFilterCriterionBaseRepresentation, existing: CdpMlFilterCriterionBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlFilterCriterionBaseRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlFilterCriterionBaseRepresentationNormalized, incoming: CdpMlFilterCriterionBaseRepresentationNormalized): 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: CdpMlFilterCriterionBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Base Cdp Ml Filter Criterion
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlFilterCriterionBaseRepresentationNormalized {
|
|
18
|
+
/** Operator type */
|
|
19
|
+
operator: string;
|
|
20
|
+
/** Filter type */
|
|
21
|
+
type: string;
|
|
22
|
+
/** Ordered list of values to be applied in the filter */
|
|
23
|
+
values: Array<CdpMlFilterValueRepresentation_CdpMlFilterValueRepresentation>;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Represents Base Cdp Ml Filter Criterion
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface CdpMlFilterCriterionBaseRepresentation {
|
|
32
|
+
operator: string;
|
|
33
|
+
type: string;
|
|
34
|
+
values: Array<CdpMlFilterValueRepresentation_CdpMlFilterValueRepresentation>;
|
|
35
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
import { CdpMlFilterCriterionBaseRepresentation as CdpMlFilterCriterionBaseRepresentation_CdpMlFilterCriterionBaseRepresentation } from './CdpMlFilterCriterionBaseRepresentation';
|
|
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 = "78c805ddc72e8b787a008c83938f36df";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlFilterRepresentation, existing: CdpMlFilterRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlFilterRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlFilterRepresentationNormalized, incoming: CdpMlFilterRepresentationNormalized): 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: CdpMlFilterRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Ml filter
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlFilterRepresentationNormalized {
|
|
18
|
+
/** filter criteria */
|
|
19
|
+
criteria: Array<CdpMlFilterCriterionBaseRepresentation_CdpMlFilterCriterionBaseRepresentation>;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Represents Cdp Ml filter
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface CdpMlFilterRepresentation {
|
|
28
|
+
criteria: Array<CdpMlFilterCriterionBaseRepresentation_CdpMlFilterCriterionBaseRepresentation>;
|
|
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 = "f8f9ccb48875d29dfda6c999597ee2d3";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlFilterValueRepresentation, existing: CdpMlFilterValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlFilterValueRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlFilterValueRepresentationNormalized, incoming: CdpMlFilterValueRepresentationNormalized): 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: CdpMlFilterValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Represents Cdp Ml Filter Value
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlFilterValueRepresentationNormalized {
|
|
17
|
+
/** Filter value type */
|
|
18
|
+
type: string;
|
|
19
|
+
/** Filter value can be a constant or a valid placeholder */
|
|
20
|
+
value: string;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Represents Cdp Ml Filter Value
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlFilterValueRepresentation {
|
|
29
|
+
type: string;
|
|
30
|
+
value: string;
|
|
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 = "36c5eb04623915c81d60b731bde083fe";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlGenericPredictionOutputValueRepresentation, existing: CdpMlGenericPredictionOutputValueRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlGenericPredictionOutputValueRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlGenericPredictionOutputValueRepresentationNormalized, incoming: CdpMlGenericPredictionOutputValueRepresentationNormalized): 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: CdpMlGenericPredictionOutputValueRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Representation for a successful generic prediction result
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlGenericPredictionOutputValueRepresentationNormalized {
|
|
17
|
+
/** Name */
|
|
18
|
+
name: string;
|
|
19
|
+
/** Output Data type */
|
|
20
|
+
type: string;
|
|
21
|
+
/** Output Value */
|
|
22
|
+
value: {};
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Representation for a successful generic prediction result
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpMlGenericPredictionOutputValueRepresentation {
|
|
31
|
+
name: string;
|
|
32
|
+
type: string;
|
|
33
|
+
value: {};
|
|
34
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlGenericPredictionResultRepresentation.d.ts
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { CdpMlPredictionSuccessBaseRepresentation as CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation } from './CdpMlPredictionSuccessBaseRepresentation';
|
|
2
|
+
import { CdpMlGenericPredictionOutputValueRepresentation as CdpMlGenericPredictionOutputValueRepresentation_CdpMlGenericPredictionOutputValueRepresentation } from './CdpMlGenericPredictionOutputValueRepresentation';
|
|
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 = "5e7012033c0bfc12c74b010090ffd1a4";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CdpMlGenericPredictionResultRepresentation, existing: CdpMlGenericPredictionResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlGenericPredictionResultRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
9
|
+
export declare function equals(existing: CdpMlGenericPredictionResultRepresentationNormalized, incoming: CdpMlGenericPredictionResultRepresentationNormalized): 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: CdpMlGenericPredictionResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Representation for a successful generic prediction result
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CdpMlGenericPredictionResultRepresentationNormalized extends CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation {
|
|
19
|
+
/** Name */
|
|
20
|
+
outputs: Array<CdpMlGenericPredictionOutputValueRepresentation_CdpMlGenericPredictionOutputValueRepresentation>;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Representation for a successful generic prediction result
|
|
24
|
+
*
|
|
25
|
+
* Keys:
|
|
26
|
+
* (none)
|
|
27
|
+
*/
|
|
28
|
+
export interface CdpMlGenericPredictionResultRepresentation extends CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation {
|
|
29
|
+
outputs: Array<CdpMlGenericPredictionOutputValueRepresentation_CdpMlGenericPredictionOutputValueRepresentation>;
|
|
30
|
+
type: 'Generic';
|
|
31
|
+
}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { MlDeprecationConfigurationRepresentation as MlDeprecationConfigurationRepresentation_MlDeprecationConfigurationRepresentation } from './MlDeprecationConfigurationRepresentation';
|
|
3
|
+
import { CdpMlModelInputFieldBaseRepresentation as CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation } from './CdpMlModelInputFieldBaseRepresentation';
|
|
4
|
+
import { MlConnectorEndpointRepresentation as MlConnectorEndpointRepresentation_MlConnectorEndpointRepresentation } from './MlConnectorEndpointRepresentation';
|
|
5
|
+
import { CdpMlModelOutputFieldRepresentation as CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation } from './CdpMlModelOutputFieldRepresentation';
|
|
6
|
+
import { CdpMlModelParameterDefinitionBaseRepresentation as CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation } from './CdpMlModelParameterDefinitionBaseRepresentation';
|
|
7
|
+
import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
|
|
8
|
+
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';
|
|
9
|
+
export declare const TTL = 1000;
|
|
10
|
+
export declare const VERSION = "ae56a591d51de237bc7e4d4f66b7505e";
|
|
11
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
12
|
+
export declare const RepresentationType: string;
|
|
13
|
+
export declare function normalize(input: CdpMlModelArtifactBaseRepresentation, existing: CdpMlModelArtifactBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelArtifactBaseRepresentationNormalized;
|
|
14
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
15
|
+
export declare function equals(existing: CdpMlModelArtifactBaseRepresentationNormalized, incoming: CdpMlModelArtifactBaseRepresentationNormalized): boolean;
|
|
16
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
17
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelArtifactBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
18
|
+
/**
|
|
19
|
+
* Cdp Ml Model Artifact Base Representation
|
|
20
|
+
*
|
|
21
|
+
* Keys:
|
|
22
|
+
* (none)
|
|
23
|
+
*/
|
|
24
|
+
export interface CdpMlModelArtifactBaseRepresentationNormalized {
|
|
25
|
+
/** Created by */
|
|
26
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
27
|
+
/** Created date */
|
|
28
|
+
createdDate?: string | null;
|
|
29
|
+
deprecationConfiguration?: MlDeprecationConfigurationRepresentation_MlDeprecationConfigurationRepresentation;
|
|
30
|
+
/** Description */
|
|
31
|
+
description?: string | null;
|
|
32
|
+
/** The 18 character ID of the asset */
|
|
33
|
+
id?: string;
|
|
34
|
+
/** Input Fields */
|
|
35
|
+
inputFields: Array<CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation>;
|
|
36
|
+
/** Label of the asset */
|
|
37
|
+
label?: string | null;
|
|
38
|
+
/** Last modified by */
|
|
39
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
40
|
+
/** Last modified date */
|
|
41
|
+
lastModifiedDate?: string | null;
|
|
42
|
+
/** Model connector endpoint definition */
|
|
43
|
+
modelConnectorEndpoint?: MlConnectorEndpointRepresentation_MlConnectorEndpointRepresentation;
|
|
44
|
+
/** Number of configured models from this model artifact */
|
|
45
|
+
modelCount?: number;
|
|
46
|
+
/** Model Type */
|
|
47
|
+
modelType: string;
|
|
48
|
+
/** Name of the asset */
|
|
49
|
+
name: string;
|
|
50
|
+
/** Namespace of the asset */
|
|
51
|
+
namespace?: string | null;
|
|
52
|
+
/** Output Fields */
|
|
53
|
+
outputFields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
54
|
+
/** List of Model Parameter Definitions */
|
|
55
|
+
parameters: Array<CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation>;
|
|
56
|
+
/** Runtime Type */
|
|
57
|
+
runtimeType: string;
|
|
58
|
+
/** Setup Container */
|
|
59
|
+
setupContainer?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
60
|
+
/** Source */
|
|
61
|
+
source?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
62
|
+
/** Source Container */
|
|
63
|
+
sourceContainer?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
64
|
+
/** SourceType */
|
|
65
|
+
sourceType: string;
|
|
66
|
+
/** Model artifact status */
|
|
67
|
+
status?: string;
|
|
68
|
+
/** Sync status */
|
|
69
|
+
syncStatus?: string;
|
|
70
|
+
/** Url */
|
|
71
|
+
url: string;
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Cdp Ml Model Artifact Base Representation
|
|
75
|
+
*
|
|
76
|
+
* Keys:
|
|
77
|
+
* (none)
|
|
78
|
+
*/
|
|
79
|
+
export interface CdpMlModelArtifactBaseRepresentation {
|
|
80
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
81
|
+
createdDate?: string | null;
|
|
82
|
+
deprecationConfiguration?: MlDeprecationConfigurationRepresentation_MlDeprecationConfigurationRepresentation;
|
|
83
|
+
description?: string | null;
|
|
84
|
+
id?: string;
|
|
85
|
+
inputFields: Array<CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation>;
|
|
86
|
+
label?: string | null;
|
|
87
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
88
|
+
lastModifiedDate?: string | null;
|
|
89
|
+
modelConnectorEndpoint?: MlConnectorEndpointRepresentation_MlConnectorEndpointRepresentation;
|
|
90
|
+
modelCount?: number;
|
|
91
|
+
modelType: string;
|
|
92
|
+
name: string;
|
|
93
|
+
namespace?: string | null;
|
|
94
|
+
outputFields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
95
|
+
parameters: Array<CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation>;
|
|
96
|
+
runtimeType: string;
|
|
97
|
+
setupContainer?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
98
|
+
source?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
99
|
+
sourceContainer?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
100
|
+
sourceType: string;
|
|
101
|
+
status?: string;
|
|
102
|
+
syncStatus?: string;
|
|
103
|
+
url: string;
|
|
104
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
import { CdpMlModelArtifactBaseRepresentation as CdpMlModelArtifactBaseRepresentation_CdpMlModelArtifactBaseRepresentation } from './CdpMlModelArtifactBaseRepresentation';
|
|
2
|
+
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, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
|
+
export declare const TTL = 1000;
|
|
4
|
+
export declare const VERSION = "31baba639dc891173a7ce2db82dae35f";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CdpMlModelArtifactCollectionRepresentation, existing: CdpMlModelArtifactCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelArtifactCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: CdpMlModelArtifactCollectionRepresentationNormalized, incoming: CdpMlModelArtifactCollectionRepresentationNormalized): 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: CdpMlModelArtifactCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Cdp Ml Model Artifact Collection Representation
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CdpMlModelArtifactCollectionRepresentationNormalized {
|
|
19
|
+
/** Current page url */
|
|
20
|
+
currentPageUrl: string;
|
|
21
|
+
/** List of model artifacts */
|
|
22
|
+
modelArtifacts: Array<$64$luvio_engine_StoreLink>;
|
|
23
|
+
/** Next page url if it exists */
|
|
24
|
+
nextPageUrl: string | null;
|
|
25
|
+
/** Total size of collection */
|
|
26
|
+
totalSize: number;
|
|
27
|
+
}
|
|
28
|
+
/**
|
|
29
|
+
* Cdp Ml Model Artifact Collection Representation
|
|
30
|
+
*
|
|
31
|
+
* Keys:
|
|
32
|
+
* (none)
|
|
33
|
+
*/
|
|
34
|
+
export interface CdpMlModelArtifactCollectionRepresentation {
|
|
35
|
+
currentPageUrl: string;
|
|
36
|
+
modelArtifacts: Array<CdpMlModelArtifactBaseRepresentation_CdpMlModelArtifactBaseRepresentation>;
|
|
37
|
+
nextPageUrl: string | null;
|
|
38
|
+
totalSize: number;
|
|
39
|
+
}
|