@salesforce/lds-adapters-platform-cdp-machine-learning 1.266.0-dev1 → 1.266.0-dev10
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/dist/es/es2018/platform-cdp-machine-learning.js +1885 -568
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModel.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModel.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/adapters/updateCdpMlConfiguredModel.d.ts +16 -13
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -1
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -2
- package/dist/es/es2018/types/src/generated/resources/{getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts → getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts} +1 -1
- package/dist/es/es2018/types/src/generated/resources/{patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts → patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts} +14 -11
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +13 -10
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseRepresentation.d.ts +11 -11
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceRepresentation.d.ts +19 -19
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelCollectionRepresentation.d.ts +3 -3
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelInputRepresentation.d.ts +24 -21
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelRepresentation.d.ts +28 -28
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionInputRepresentation.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/CdpMlModelArtifactBaseRepresentation.d.ts +11 -11
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelTypeRepresentation.d.ts +7 -7
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceCollectionRepresentation.d.ts +5 -5
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceDetailRepresentation.d.ts +43 -43
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceRepresentation.d.ts +37 -37
- 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/utils/nameOrId.d.ts +3 -0
- package/package.json +16 -5
- package/sfdc/index.js +1810 -490
- package/src/raml/api.raml +202 -148
- package/src/raml/luvio.raml +6 -6
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModelCollection.d.ts +0 -25
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
|
+
}
|
|
@@ -5,7 +5,7 @@ import { CdpMlModelParameterDefinitionBaseRepresentation as CdpMlModelParameterD
|
|
|
5
5
|
import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
|
|
6
6
|
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';
|
|
7
7
|
export declare const TTL = 1000;
|
|
8
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "6d28f4bb028ba6cba885d3f305c117f4";
|
|
9
9
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
10
|
export declare const RepresentationType: string;
|
|
11
11
|
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;
|
|
@@ -23,25 +23,25 @@ export interface CdpMlModelArtifactBaseRepresentationNormalized {
|
|
|
23
23
|
/** Created by */
|
|
24
24
|
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
25
25
|
/** Created date */
|
|
26
|
-
createdDate?: string;
|
|
26
|
+
createdDate?: string | null;
|
|
27
27
|
/** Description */
|
|
28
|
-
description
|
|
28
|
+
description?: string | null;
|
|
29
29
|
/** The 18 character ID of the asset */
|
|
30
30
|
id?: string;
|
|
31
31
|
/** Input Fields */
|
|
32
32
|
inputFields: Array<CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation>;
|
|
33
33
|
/** Label of the asset */
|
|
34
|
-
label
|
|
34
|
+
label?: string | null;
|
|
35
35
|
/** Last modified by */
|
|
36
36
|
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
37
37
|
/** Last modified date */
|
|
38
|
-
lastModifiedDate?: string;
|
|
38
|
+
lastModifiedDate?: string | null;
|
|
39
39
|
/** Model Type */
|
|
40
40
|
modelType: string;
|
|
41
41
|
/** Name of the asset */
|
|
42
42
|
name: string;
|
|
43
43
|
/** Namespace of the asset */
|
|
44
|
-
namespace
|
|
44
|
+
namespace?: string | null;
|
|
45
45
|
/** Output Fields */
|
|
46
46
|
outputFields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
47
47
|
/** List of Model Parameter Definitions */
|
|
@@ -63,16 +63,16 @@ export interface CdpMlModelArtifactBaseRepresentationNormalized {
|
|
|
63
63
|
*/
|
|
64
64
|
export interface CdpMlModelArtifactBaseRepresentation {
|
|
65
65
|
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
66
|
-
createdDate?: string;
|
|
67
|
-
description
|
|
66
|
+
createdDate?: string | null;
|
|
67
|
+
description?: string | null;
|
|
68
68
|
id?: string;
|
|
69
69
|
inputFields: Array<CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation>;
|
|
70
|
-
label
|
|
70
|
+
label?: string | null;
|
|
71
71
|
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
72
|
-
lastModifiedDate?: string;
|
|
72
|
+
lastModifiedDate?: string | null;
|
|
73
73
|
modelType: string;
|
|
74
74
|
name: string;
|
|
75
|
-
namespace
|
|
75
|
+
namespace?: string | null;
|
|
76
76
|
outputFields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
77
77
|
parameters: Array<CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation>;
|
|
78
78
|
runtimeType: string;
|
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
|
+
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
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 = "
|
|
2
|
+
export declare const VERSION = "cfb19a134ac064307b21c38c215c2e34";
|
|
3
3
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
4
|
export declare const RepresentationType: string;
|
|
5
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;
|
|
@@ -15,11 +15,11 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
15
15
|
*/
|
|
16
16
|
export interface CdpMlModelTypeRepresentationNormalized {
|
|
17
17
|
/** Connector Type */
|
|
18
|
-
connectorType
|
|
18
|
+
connectorType?: string | null;
|
|
19
19
|
/** Model type */
|
|
20
|
-
modelType
|
|
20
|
+
modelType?: string | null;
|
|
21
21
|
/** Source type */
|
|
22
|
-
sourceType
|
|
22
|
+
sourceType?: string | null;
|
|
23
23
|
}
|
|
24
24
|
/**
|
|
25
25
|
* Cdp Ml Model Type
|
|
@@ -28,7 +28,7 @@ export interface CdpMlModelTypeRepresentationNormalized {
|
|
|
28
28
|
* (none)
|
|
29
29
|
*/
|
|
30
30
|
export interface CdpMlModelTypeRepresentation {
|
|
31
|
-
connectorType
|
|
32
|
-
modelType
|
|
33
|
-
sourceType
|
|
31
|
+
connectorType?: string | null;
|
|
32
|
+
modelType?: string | null;
|
|
33
|
+
sourceType?: string | null;
|
|
34
34
|
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceCollectionRepresentation.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CdpMlWorkspaceRepresentation as CdpMlWorkspaceRepresentation_CdpMlWorkspaceRepresentation } from './CdpMlWorkspaceRepresentation';
|
|
2
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, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
3
3
|
export declare const TTL = 1000;
|
|
4
|
-
export declare const VERSION = "
|
|
4
|
+
export declare const VERSION = "e6a8612718f37385e9d7622527f26c5c";
|
|
5
5
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
6
|
export declare const RepresentationType: string;
|
|
7
7
|
export declare function normalize(input: CdpMlWorkspaceCollectionRepresentation, existing: CdpMlWorkspaceCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlWorkspaceCollectionRepresentationNormalized;
|
|
@@ -17,9 +17,9 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
17
17
|
*/
|
|
18
18
|
export interface CdpMlWorkspaceCollectionRepresentationNormalized {
|
|
19
19
|
/** Current page url */
|
|
20
|
-
currentPageUrl
|
|
20
|
+
currentPageUrl?: string | null;
|
|
21
21
|
/** Next page url if it exists */
|
|
22
|
-
nextPageUrl
|
|
22
|
+
nextPageUrl?: string | null;
|
|
23
23
|
/** Total size of collection */
|
|
24
24
|
totalSize: number;
|
|
25
25
|
/** List of workspaces */
|
|
@@ -32,8 +32,8 @@ export interface CdpMlWorkspaceCollectionRepresentationNormalized {
|
|
|
32
32
|
* (none)
|
|
33
33
|
*/
|
|
34
34
|
export interface CdpMlWorkspaceCollectionRepresentation {
|
|
35
|
-
currentPageUrl
|
|
36
|
-
nextPageUrl
|
|
35
|
+
currentPageUrl?: string | null;
|
|
36
|
+
nextPageUrl?: string | null;
|
|
37
37
|
totalSize: number;
|
|
38
38
|
workspaces: Array<CdpMlWorkspaceRepresentation_CdpMlWorkspaceRepresentation>;
|
|
39
39
|
}
|
|
@@ -5,7 +5,7 @@ import { CdpMlModelOutcomeDefinitionRepresentation as CdpMlModelOutcomeDefinitio
|
|
|
5
5
|
import { CdpMlModelRefreshConfigRepresentation as CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation } from './CdpMlModelRefreshConfigRepresentation';
|
|
6
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
7
|
export declare const TTL = 1000;
|
|
8
|
-
export declare const VERSION = "
|
|
8
|
+
export declare const VERSION = "1cb47dd9b0cc811f1ad3318c7245d465";
|
|
9
9
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
10
|
export declare const RepresentationType: string;
|
|
11
11
|
export interface KeyParams extends $64$luvio_engine_KeyMetadata {
|
|
@@ -26,57 +26,57 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
26
26
|
* Cdp Ml Workspace Details Representation
|
|
27
27
|
*
|
|
28
28
|
* Keys:
|
|
29
|
-
* workspaceIdOrName (string):
|
|
29
|
+
* workspaceIdOrName (string): name
|
|
30
30
|
*/
|
|
31
31
|
export interface CdpMlWorkspaceDetailRepresentationNormalized {
|
|
32
32
|
/** List of activations */
|
|
33
33
|
activations: Array<string>;
|
|
34
34
|
/** The active setup, if it exists */
|
|
35
|
-
activeSetup
|
|
35
|
+
activeSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
36
36
|
/** The version number of the active setup */
|
|
37
|
-
activeSetupVersionNumber
|
|
37
|
+
activeSetupVersionNumber?: number | null;
|
|
38
38
|
/** Created by */
|
|
39
|
-
createdBy
|
|
39
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
40
40
|
/** Created date */
|
|
41
|
-
createdDate
|
|
41
|
+
createdDate?: string | null;
|
|
42
42
|
/** Model description */
|
|
43
|
-
description
|
|
43
|
+
description?: string | null;
|
|
44
44
|
/** Histories URL */
|
|
45
|
-
historiesUrl
|
|
45
|
+
historiesUrl?: string | null;
|
|
46
46
|
/** The 18 character ID of the asset */
|
|
47
|
-
id
|
|
47
|
+
id?: string;
|
|
48
48
|
/** Label of the asset */
|
|
49
|
-
label
|
|
49
|
+
label?: string | null;
|
|
50
50
|
/** Last modified by */
|
|
51
|
-
lastModifiedBy
|
|
51
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
52
52
|
/** Last modified date */
|
|
53
|
-
lastModifiedDate
|
|
53
|
+
lastModifiedDate?: string | null;
|
|
54
54
|
/** The latest setup, if it exists */
|
|
55
|
-
latestSetup
|
|
55
|
+
latestSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
56
56
|
/** Model count */
|
|
57
57
|
modelCount: number;
|
|
58
58
|
/** Model type */
|
|
59
|
-
modelType
|
|
59
|
+
modelType?: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
|
|
60
60
|
/** Models URL */
|
|
61
|
-
modelsUrl
|
|
61
|
+
modelsUrl?: string | null;
|
|
62
62
|
/** Name of the asset */
|
|
63
63
|
name: string;
|
|
64
64
|
/** Namespace of the asset */
|
|
65
|
-
namespace
|
|
65
|
+
namespace?: string | null;
|
|
66
66
|
/** Model outcome definition */
|
|
67
|
-
outcomeDefinition
|
|
67
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
68
68
|
/** Model prediction type */
|
|
69
|
-
predictionType
|
|
69
|
+
predictionType?: string | null;
|
|
70
70
|
/** Model refresh config */
|
|
71
|
-
refreshConfig
|
|
71
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
72
72
|
/** Setup versions URL */
|
|
73
|
-
setupVersionsUrl
|
|
73
|
+
setupVersionsUrl?: string | null;
|
|
74
74
|
/** Model status */
|
|
75
75
|
status: string;
|
|
76
76
|
/** Model total inference count */
|
|
77
|
-
totalInferenceCount
|
|
77
|
+
totalInferenceCount?: number | null;
|
|
78
78
|
/** Model total warnings count */
|
|
79
|
-
totalWarningsCount
|
|
79
|
+
totalWarningsCount?: number | null;
|
|
80
80
|
/** Url */
|
|
81
81
|
url: string;
|
|
82
82
|
}
|
|
@@ -84,32 +84,32 @@ export interface CdpMlWorkspaceDetailRepresentationNormalized {
|
|
|
84
84
|
* Cdp Ml Workspace Details Representation
|
|
85
85
|
*
|
|
86
86
|
* Keys:
|
|
87
|
-
* workspaceIdOrName (string):
|
|
87
|
+
* workspaceIdOrName (string): name
|
|
88
88
|
*/
|
|
89
89
|
export interface CdpMlWorkspaceDetailRepresentation {
|
|
90
90
|
activations: Array<string>;
|
|
91
|
-
activeSetup
|
|
92
|
-
activeSetupVersionNumber
|
|
93
|
-
createdBy
|
|
94
|
-
createdDate
|
|
95
|
-
description
|
|
96
|
-
historiesUrl
|
|
97
|
-
id
|
|
98
|
-
label
|
|
99
|
-
lastModifiedBy
|
|
100
|
-
lastModifiedDate
|
|
101
|
-
latestSetup
|
|
91
|
+
activeSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
92
|
+
activeSetupVersionNumber?: number | null;
|
|
93
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
94
|
+
createdDate?: string | null;
|
|
95
|
+
description?: string | null;
|
|
96
|
+
historiesUrl?: string | null;
|
|
97
|
+
id?: string;
|
|
98
|
+
label?: string | null;
|
|
99
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
100
|
+
lastModifiedDate?: string | null;
|
|
101
|
+
latestSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
102
102
|
modelCount: number;
|
|
103
|
-
modelType
|
|
104
|
-
modelsUrl
|
|
103
|
+
modelType?: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
|
|
104
|
+
modelsUrl?: string | null;
|
|
105
105
|
name: string;
|
|
106
|
-
namespace
|
|
107
|
-
outcomeDefinition
|
|
108
|
-
predictionType
|
|
109
|
-
refreshConfig
|
|
110
|
-
setupVersionsUrl
|
|
106
|
+
namespace?: string | null;
|
|
107
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
108
|
+
predictionType?: string | null;
|
|
109
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
110
|
+
setupVersionsUrl?: string | null;
|
|
111
111
|
status: string;
|
|
112
|
-
totalInferenceCount
|
|
113
|
-
totalWarningsCount
|
|
112
|
+
totalInferenceCount?: number | null;
|
|
113
|
+
totalWarningsCount?: number | null;
|
|
114
114
|
url: string;
|
|
115
115
|
}
|
|
@@ -4,7 +4,7 @@ import { CdpMlModelTypeRepresentation as CdpMlModelTypeRepresentation_CdpMlModel
|
|
|
4
4
|
import { CdpMlModelOutcomeDefinitionRepresentation as CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation } from './CdpMlModelOutcomeDefinitionRepresentation';
|
|
5
5
|
import { CdpMlModelRefreshConfigRepresentation as CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation } from './CdpMlModelRefreshConfigRepresentation';
|
|
6
6
|
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';
|
|
7
|
-
export declare const VERSION = "
|
|
7
|
+
export declare const VERSION = "1d84dad95a36ee26a6b00773c7cc0adb";
|
|
8
8
|
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
9
9
|
export declare const RepresentationType: string;
|
|
10
10
|
export declare function normalize(input: CdpMlWorkspaceRepresentation, existing: CdpMlWorkspaceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlWorkspaceRepresentationNormalized;
|
|
@@ -20,27 +20,27 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
|
|
|
20
20
|
*/
|
|
21
21
|
export interface CdpMlWorkspaceRepresentationNormalized {
|
|
22
22
|
/** The active setup, if it exists */
|
|
23
|
-
activeSetup
|
|
23
|
+
activeSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
24
24
|
/** The version number of the active setup */
|
|
25
|
-
activeSetupVersionNumber
|
|
25
|
+
activeSetupVersionNumber?: number | null;
|
|
26
26
|
/** Created by */
|
|
27
|
-
createdBy
|
|
27
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
28
28
|
/** Created date */
|
|
29
|
-
createdDate
|
|
29
|
+
createdDate?: string | null;
|
|
30
30
|
/** Model description */
|
|
31
|
-
description
|
|
31
|
+
description?: string | null;
|
|
32
32
|
/** Histories URL */
|
|
33
|
-
historiesUrl
|
|
33
|
+
historiesUrl?: string | null;
|
|
34
34
|
/** The 18 character ID of the asset */
|
|
35
|
-
id
|
|
35
|
+
id?: string;
|
|
36
36
|
/** Label of the asset */
|
|
37
|
-
label
|
|
37
|
+
label?: string | null;
|
|
38
38
|
/** Last modified by */
|
|
39
|
-
lastModifiedBy
|
|
39
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
40
40
|
/** Last modified date */
|
|
41
|
-
lastModifiedDate
|
|
41
|
+
lastModifiedDate?: string | null;
|
|
42
42
|
/** The latest setup, if it exists */
|
|
43
|
-
latestSetup
|
|
43
|
+
latestSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
44
44
|
/** Model count */
|
|
45
45
|
modelCount: number;
|
|
46
46
|
/** Model type */
|
|
@@ -50,21 +50,21 @@ export interface CdpMlWorkspaceRepresentationNormalized {
|
|
|
50
50
|
/** Name of the asset */
|
|
51
51
|
name: string;
|
|
52
52
|
/** Namespace of the asset */
|
|
53
|
-
namespace
|
|
53
|
+
namespace?: string | null;
|
|
54
54
|
/** Model outcome definition */
|
|
55
|
-
outcomeDefinition
|
|
55
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
56
56
|
/** Model prediction type */
|
|
57
|
-
predictionType
|
|
57
|
+
predictionType?: string | null;
|
|
58
58
|
/** Model refresh config */
|
|
59
|
-
refreshConfig
|
|
59
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
60
60
|
/** Setup versions URL */
|
|
61
|
-
setupVersionsUrl
|
|
61
|
+
setupVersionsUrl?: string | null;
|
|
62
62
|
/** Model status */
|
|
63
63
|
status: string;
|
|
64
64
|
/** Model total inference count */
|
|
65
|
-
totalInferenceCount
|
|
65
|
+
totalInferenceCount?: number | null;
|
|
66
66
|
/** Model total warnings count */
|
|
67
|
-
totalWarningsCount
|
|
67
|
+
totalWarningsCount?: number | null;
|
|
68
68
|
/** Url */
|
|
69
69
|
url: string;
|
|
70
70
|
}
|
|
@@ -75,28 +75,28 @@ export interface CdpMlWorkspaceRepresentationNormalized {
|
|
|
75
75
|
* (none)
|
|
76
76
|
*/
|
|
77
77
|
export interface CdpMlWorkspaceRepresentation {
|
|
78
|
-
activeSetup
|
|
79
|
-
activeSetupVersionNumber
|
|
80
|
-
createdBy
|
|
81
|
-
createdDate
|
|
82
|
-
description
|
|
83
|
-
historiesUrl
|
|
84
|
-
id
|
|
85
|
-
label
|
|
86
|
-
lastModifiedBy
|
|
87
|
-
lastModifiedDate
|
|
88
|
-
latestSetup
|
|
78
|
+
activeSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
79
|
+
activeSetupVersionNumber?: number | null;
|
|
80
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
81
|
+
createdDate?: string | null;
|
|
82
|
+
description?: string | null;
|
|
83
|
+
historiesUrl?: string | null;
|
|
84
|
+
id?: string;
|
|
85
|
+
label?: string | null;
|
|
86
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
87
|
+
lastModifiedDate?: string | null;
|
|
88
|
+
latestSetup?: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
89
89
|
modelCount: number;
|
|
90
90
|
modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
|
|
91
91
|
modelsUrl: string;
|
|
92
92
|
name: string;
|
|
93
|
-
namespace
|
|
94
|
-
outcomeDefinition
|
|
95
|
-
predictionType
|
|
96
|
-
refreshConfig
|
|
97
|
-
setupVersionsUrl
|
|
93
|
+
namespace?: string | null;
|
|
94
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
95
|
+
predictionType?: string | null;
|
|
96
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
97
|
+
setupVersionsUrl?: string | null;
|
|
98
98
|
status: string;
|
|
99
|
-
totalInferenceCount
|
|
100
|
-
totalWarningsCount
|
|
99
|
+
totalInferenceCount?: number | null;
|
|
100
|
+
totalWarningsCount?: number | null;
|
|
101
101
|
url: string;
|
|
102
102
|
}
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { Luvio } from '@luvio/engine';
|
|
2
|
+
import type { ResourceRequestConfig } from '../../../generated/resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName';
|
|
3
|
+
export declare function keyBuilder(luvio: Luvio, params: ResourceRequestConfig): string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { CdpMlConfiguredModelRepresentation } from '../../../generated/types/CdpMlConfiguredModelRepresentation';
|
|
2
|
+
import type { Luvio } from '@luvio/engine';
|
|
3
|
+
export declare function keyBuilderFromType(luvio: Luvio, object: CdpMlConfiguredModelRepresentation): string;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import type { CdpMlWorkspaceDetailRepresentation } from '../../../generated/types/CdpMlWorkspaceDetailRepresentation';
|
|
2
|
+
import type { Luvio } from '@luvio/engine';
|
|
3
|
+
export declare function keyBuilderFromType(luvio: Luvio, object: CdpMlWorkspaceDetailRepresentation): string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-platform-cdp-machine-learning",
|
|
3
|
-
"version": "1.266.0-
|
|
3
|
+
"version": "1.266.0-dev10",
|
|
4
4
|
"description": "machine learning for data cloud",
|
|
5
5
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
6
6
|
"main": "dist/es/es2018/platform-cdp-machine-learning.js",
|
|
@@ -32,18 +32,19 @@
|
|
|
32
32
|
],
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "yarn build:services",
|
|
35
|
-
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p '
|
|
35
|
+
"build:raml": "luvio generate src/raml/luvio.raml src/generated -p './scripts/lds-platform-cdp-machine-learning-plugin.js'",
|
|
36
36
|
"build:services": "rollup --bundleConfigAsCjs --config rollup.config.js",
|
|
37
37
|
"clean": "rm -rf dist sfdc src/generated",
|
|
38
38
|
"release:core": "../../scripts/release/core.js --adapter=lds-adapters-platform-cdp-machine-learning",
|
|
39
39
|
"release:corejar": "yarn build && ../core-build/scripts/core.js --adapter=lds-adapters-platform-cdp-machine-learning",
|
|
40
|
-
"test:unit": "jest"
|
|
40
|
+
"test:unit": "jest",
|
|
41
|
+
"test:unit:debug": "node --inspect-brk ../../node_modules/.bin/jest --runInBand"
|
|
41
42
|
},
|
|
42
43
|
"dependencies": {
|
|
43
|
-
"@salesforce/lds-bindings": "^1.266.0-
|
|
44
|
+
"@salesforce/lds-bindings": "^1.266.0-dev10"
|
|
44
45
|
},
|
|
45
46
|
"devDependencies": {
|
|
46
|
-
"@salesforce/lds-compiler-plugins": "^1.266.0-
|
|
47
|
+
"@salesforce/lds-compiler-plugins": "^1.266.0-dev10"
|
|
47
48
|
},
|
|
48
49
|
"nx": {
|
|
49
50
|
"targets": {
|
|
@@ -54,6 +55,16 @@
|
|
|
54
55
|
]
|
|
55
56
|
},
|
|
56
57
|
"build:raml": {
|
|
58
|
+
"inputs": [
|
|
59
|
+
{
|
|
60
|
+
"externalDependencies": [
|
|
61
|
+
"@luvio/compiler",
|
|
62
|
+
"@luvio/cli"
|
|
63
|
+
]
|
|
64
|
+
},
|
|
65
|
+
"{projectRoot}/**/*.raml",
|
|
66
|
+
"{projectRoot}/scripts/**"
|
|
67
|
+
],
|
|
57
68
|
"outputs": [
|
|
58
69
|
"{projectRoot}/src/generated"
|
|
59
70
|
]
|