@salesforce/lds-adapters-platform-cdp-machine-learning 1.256.0
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 +2722 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModelCollection.d.ts +25 -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 +27 -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/updateCdpMlConfiguredModel.d.ts +26 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +8 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +16 -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/getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts +25 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceRepresentation.d.ts +51 -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 +56 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionRepresentation.d.ts +31 -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/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/CdpMlModelArtifactBaseRepresentation.d.ts +82 -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/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/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/type-utils.d.ts +32 -0
- package/package.json +66 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +2847 -0
- package/src/raml/api.raml +1089 -0
- package/src/raml/luvio.raml +79 -0
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
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 = "4caa17f04ddc3c75f0fdd5f9bb0174cc";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpAssetReferenceRepresentation, existing: CdpAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetReferenceRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpAssetReferenceRepresentationNormalized, incoming: CdpAssetReferenceRepresentationNormalized): 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: CdpAssetReferenceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Represents Cdp Asset Reference
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpAssetReferenceRepresentationNormalized {
|
|
18
|
+
createdBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
19
|
+
/** Created date */
|
|
20
|
+
createdDate: string;
|
|
21
|
+
/** The 18 character ID of the asset */
|
|
22
|
+
id: string;
|
|
23
|
+
/** Label of the asset */
|
|
24
|
+
label: string;
|
|
25
|
+
lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
26
|
+
/** Last modified date */
|
|
27
|
+
lastModifiedDate: string;
|
|
28
|
+
/** Name of the asset */
|
|
29
|
+
name: string;
|
|
30
|
+
/** Namespace of the asset */
|
|
31
|
+
namespace: string;
|
|
32
|
+
/** Url */
|
|
33
|
+
url: string;
|
|
34
|
+
}
|
|
35
|
+
/**
|
|
36
|
+
* Represents Cdp Asset Reference
|
|
37
|
+
*
|
|
38
|
+
* Keys:
|
|
39
|
+
* (none)
|
|
40
|
+
*/
|
|
41
|
+
export interface CdpAssetReferenceRepresentation {
|
|
42
|
+
createdBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
43
|
+
createdDate: string;
|
|
44
|
+
id: string;
|
|
45
|
+
label: string;
|
|
46
|
+
lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
47
|
+
lastModifiedDate: string;
|
|
48
|
+
name: string;
|
|
49
|
+
namespace: string;
|
|
50
|
+
url: string;
|
|
51
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelCollectionRepresentation.d.ts
ADDED
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { CdpMlConfiguredModelRepresentation as CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from './CdpMlConfiguredModelRepresentation';
|
|
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 = "06a9e2678743ed66dde7a06f3c7a39c6";
|
|
5
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
6
|
+
export declare const RepresentationType: string;
|
|
7
|
+
export declare function normalize(input: CdpMlConfiguredModelCollectionRepresentation, existing: CdpMlConfiguredModelCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlConfiguredModelCollectionRepresentationNormalized;
|
|
8
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
9
|
+
export declare function equals(existing: CdpMlConfiguredModelCollectionRepresentationNormalized, incoming: CdpMlConfiguredModelCollectionRepresentationNormalized): 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: CdpMlConfiguredModelCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
12
|
+
/**
|
|
13
|
+
* Represents Cdp Ml Configured Model Collection
|
|
14
|
+
*
|
|
15
|
+
* Keys:
|
|
16
|
+
* (none)
|
|
17
|
+
*/
|
|
18
|
+
export interface CdpMlConfiguredModelCollectionRepresentationNormalized {
|
|
19
|
+
/** List of configured models */
|
|
20
|
+
models: Array<$64$luvio_engine_StoreLink>;
|
|
21
|
+
/** Total size of collection */
|
|
22
|
+
totalSize: number;
|
|
23
|
+
/** Url */
|
|
24
|
+
url: string;
|
|
25
|
+
}
|
|
26
|
+
/**
|
|
27
|
+
* Represents Cdp Ml Configured Model Collection
|
|
28
|
+
*
|
|
29
|
+
* Keys:
|
|
30
|
+
* (none)
|
|
31
|
+
*/
|
|
32
|
+
export interface CdpMlConfiguredModelCollectionRepresentation {
|
|
33
|
+
models: Array<CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation>;
|
|
34
|
+
totalSize: number;
|
|
35
|
+
url: string;
|
|
36
|
+
}
|
|
@@ -0,0 +1,56 @@
|
|
|
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 = "d789a73d7329df6ac5588cf2b0908f97";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlConfiguredModelInputRepresentation, existing: CdpMlConfiguredModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlConfiguredModelInputRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
8
|
+
export declare function equals(existing: CdpMlConfiguredModelInputRepresentationNormalized, incoming: CdpMlConfiguredModelInputRepresentationNormalized): 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: CdpMlConfiguredModelInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Input representation for a Cdp Ml Configured Model (Active Partition)
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlConfiguredModelInputRepresentationNormalized {
|
|
18
|
+
/** Actionable Fields */
|
|
19
|
+
actionableFields: Array<{}>;
|
|
20
|
+
/** Artifact */
|
|
21
|
+
artifact: {};
|
|
22
|
+
/** Model capability */
|
|
23
|
+
capability: string;
|
|
24
|
+
/** Customizable Fields */
|
|
25
|
+
customizableFields: Array<{}>;
|
|
26
|
+
/** Model description */
|
|
27
|
+
description: string;
|
|
28
|
+
/** Filter */
|
|
29
|
+
filter: {};
|
|
30
|
+
/** Model label */
|
|
31
|
+
label: string;
|
|
32
|
+
/** Model Parameter override */
|
|
33
|
+
parameterOverrides: Array<{}>;
|
|
34
|
+
/** Position */
|
|
35
|
+
position: number;
|
|
36
|
+
/** Model status */
|
|
37
|
+
status: string;
|
|
38
|
+
}
|
|
39
|
+
/**
|
|
40
|
+
* Input representation for a Cdp Ml Configured Model (Active Partition)
|
|
41
|
+
*
|
|
42
|
+
* Keys:
|
|
43
|
+
* (none)
|
|
44
|
+
*/
|
|
45
|
+
export interface CdpMlConfiguredModelInputRepresentation {
|
|
46
|
+
actionableFields: Array<{}>;
|
|
47
|
+
artifact: {};
|
|
48
|
+
capability: string;
|
|
49
|
+
customizableFields: Array<{}>;
|
|
50
|
+
description: string;
|
|
51
|
+
filter: {};
|
|
52
|
+
label: string;
|
|
53
|
+
parameterOverrides: Array<{}>;
|
|
54
|
+
position: number;
|
|
55
|
+
status: string;
|
|
56
|
+
}
|
|
@@ -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 = "fd6be4e2373b9db208417a21b7500f5f";
|
|
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
|
+
modelId: 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
|
+
* modelId (string): id
|
|
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;
|
|
42
|
+
/** List of customizable fields */
|
|
43
|
+
customizableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
44
|
+
/** Model description */
|
|
45
|
+
description: string;
|
|
46
|
+
filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
|
|
47
|
+
/** The 18 character ID of the asset */
|
|
48
|
+
id: string;
|
|
49
|
+
/** Label of the asset */
|
|
50
|
+
label: string;
|
|
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;
|
|
59
|
+
/** Live metrics url */
|
|
60
|
+
metricsUrl: string;
|
|
61
|
+
/** Name of the asset */
|
|
62
|
+
name: string;
|
|
63
|
+
/** Namespace of the asset */
|
|
64
|
+
namespace: string;
|
|
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
|
+
* modelId (string): id
|
|
79
|
+
*/
|
|
80
|
+
export interface CdpMlConfiguredModelRepresentation {
|
|
81
|
+
actionableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
82
|
+
artifact: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
83
|
+
capability: string;
|
|
84
|
+
createdBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
85
|
+
createdDate: string;
|
|
86
|
+
customizableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
|
|
87
|
+
description: string;
|
|
88
|
+
filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
|
|
89
|
+
id: string;
|
|
90
|
+
label: string;
|
|
91
|
+
lastActivatedBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
92
|
+
lastActivatedDate: string;
|
|
93
|
+
lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
94
|
+
lastModifiedDate: string;
|
|
95
|
+
metricsUrl: string;
|
|
96
|
+
name: string;
|
|
97
|
+
namespace: string;
|
|
98
|
+
parameterOverrides: Array<CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation>;
|
|
99
|
+
position: number;
|
|
100
|
+
status: string;
|
|
101
|
+
url: string;
|
|
102
|
+
}
|
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
|
+
}
|
|
@@ -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,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,82 @@
|
|
|
1
|
+
import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
|
|
2
|
+
import { CdpMlModelInputFieldBaseRepresentation as CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation } from './CdpMlModelInputFieldBaseRepresentation';
|
|
3
|
+
import { CdpMlModelOutputFieldRepresentation as CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation } from './CdpMlModelOutputFieldRepresentation';
|
|
4
|
+
import { CdpMlModelParameterDefinitionBaseRepresentation as CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation } from './CdpMlModelParameterDefinitionBaseRepresentation';
|
|
5
|
+
import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
|
|
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
|
+
export declare const TTL = 1000;
|
|
8
|
+
export declare const VERSION = "00d91a5e9670906e48ab7002bbc53044";
|
|
9
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
10
|
+
export declare const RepresentationType: string;
|
|
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;
|
|
12
|
+
export declare const select: () => $64$luvio_engine_BaseFragment;
|
|
13
|
+
export declare function equals(existing: CdpMlModelArtifactBaseRepresentationNormalized, incoming: CdpMlModelArtifactBaseRepresentationNormalized): boolean;
|
|
14
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
15
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelArtifactBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
16
|
+
/**
|
|
17
|
+
* Cdp Ml Model Artifact Base Representation
|
|
18
|
+
*
|
|
19
|
+
* Keys:
|
|
20
|
+
* (none)
|
|
21
|
+
*/
|
|
22
|
+
export interface CdpMlModelArtifactBaseRepresentationNormalized {
|
|
23
|
+
/** Created by */
|
|
24
|
+
createdBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
25
|
+
/** Created date */
|
|
26
|
+
createdDate: string;
|
|
27
|
+
/** Description */
|
|
28
|
+
description: string;
|
|
29
|
+
/** The 18 character ID of the asset */
|
|
30
|
+
id: string;
|
|
31
|
+
/** Input Fields */
|
|
32
|
+
inputFields: Array<CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation>;
|
|
33
|
+
/** Label of the asset */
|
|
34
|
+
label: string;
|
|
35
|
+
/** Last modified by */
|
|
36
|
+
lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
37
|
+
/** Last modified date */
|
|
38
|
+
lastModifiedDate: string;
|
|
39
|
+
/** Model Type */
|
|
40
|
+
modelType: string;
|
|
41
|
+
/** Name of the asset */
|
|
42
|
+
name: string;
|
|
43
|
+
/** Namespace of the asset */
|
|
44
|
+
namespace: string;
|
|
45
|
+
/** Output Fields */
|
|
46
|
+
outputFields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
47
|
+
/** List of Model Parameter Definitions */
|
|
48
|
+
parameters: Array<CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation>;
|
|
49
|
+
/** Runtime Type */
|
|
50
|
+
runtimeType: string;
|
|
51
|
+
/** Source */
|
|
52
|
+
source: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
53
|
+
/** SourceType */
|
|
54
|
+
sourceType: string;
|
|
55
|
+
/** Url */
|
|
56
|
+
url: string;
|
|
57
|
+
}
|
|
58
|
+
/**
|
|
59
|
+
* Cdp Ml Model Artifact Base Representation
|
|
60
|
+
*
|
|
61
|
+
* Keys:
|
|
62
|
+
* (none)
|
|
63
|
+
*/
|
|
64
|
+
export interface CdpMlModelArtifactBaseRepresentation {
|
|
65
|
+
createdBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
66
|
+
createdDate: string;
|
|
67
|
+
description: string;
|
|
68
|
+
id: string;
|
|
69
|
+
inputFields: Array<CdpMlModelInputFieldBaseRepresentation_CdpMlModelInputFieldBaseRepresentation>;
|
|
70
|
+
label: string;
|
|
71
|
+
lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
|
|
72
|
+
lastModifiedDate: string;
|
|
73
|
+
modelType: string;
|
|
74
|
+
name: string;
|
|
75
|
+
namespace: string;
|
|
76
|
+
outputFields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
|
|
77
|
+
parameters: Array<CdpMlModelParameterDefinitionBaseRepresentation_CdpMlModelParameterDefinitionBaseRepresentation>;
|
|
78
|
+
runtimeType: string;
|
|
79
|
+
source: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
80
|
+
sourceType: string;
|
|
81
|
+
url: string;
|
|
82
|
+
}
|
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 = "11ef38d7d5daa2448f4bcad3c1a85425";
|
|
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;
|
|
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;
|
|
38
|
+
totalSize: number;
|
|
39
|
+
}
|
|
@@ -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
|
+
}
|