@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.
Files changed (58) hide show
  1. package/LICENSE.txt +82 -0
  2. package/dist/es/es2018/platform-cdp-machine-learning.js +2722 -0
  3. package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
  4. package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModelCollection.d.ts +25 -0
  5. package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModel.d.ts +28 -0
  6. package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModelCollection.d.ts +27 -0
  7. package/dist/es/es2018/types/src/generated/adapters/getCdpMlModelArtifact.d.ts +27 -0
  8. package/dist/es/es2018/types/src/generated/adapters/getCdpMlModelArtifactCollection.d.ts +30 -0
  9. package/dist/es/es2018/types/src/generated/adapters/getCdpMlWorkspace.d.ts +28 -0
  10. package/dist/es/es2018/types/src/generated/adapters/getCdpMlWorkspaceCollection.d.ts +33 -0
  11. package/dist/es/es2018/types/src/generated/adapters/updateCdpMlConfiguredModel.d.ts +26 -0
  12. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +8 -0
  13. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +16 -0
  14. package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningModelArtifacts.d.ts +18 -0
  15. package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningModelArtifactsByModelArtifactIdOrName.d.ts +15 -0
  16. package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspaces.d.ts +21 -0
  17. package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesByWorkspaceIdOrName.d.ts +16 -0
  18. package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts +16 -0
  19. package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +15 -0
  20. package/dist/es/es2018/types/src/generated/resources/patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts +25 -0
  21. package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +24 -0
  22. package/dist/es/es2018/types/src/generated/types/CdpAssetBaseRepresentation.d.ts +51 -0
  23. package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceRepresentation.d.ts +51 -0
  24. package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelCollectionRepresentation.d.ts +36 -0
  25. package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelInputRepresentation.d.ts +56 -0
  26. package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelRepresentation.d.ts +102 -0
  27. package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionRepresentation.d.ts +31 -0
  28. package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldRepresentation.d.ts +35 -0
  29. package/dist/es/es2018/types/src/generated/types/CdpMlFieldRepresentation.d.ts +31 -0
  30. package/dist/es/es2018/types/src/generated/types/CdpMlFilterCriterionBaseRepresentation.d.ts +35 -0
  31. package/dist/es/es2018/types/src/generated/types/CdpMlFilterRepresentation.d.ts +29 -0
  32. package/dist/es/es2018/types/src/generated/types/CdpMlFilterValueRepresentation.d.ts +31 -0
  33. package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactBaseRepresentation.d.ts +82 -0
  34. package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactCollectionRepresentation.d.ts +39 -0
  35. package/dist/es/es2018/types/src/generated/types/CdpMlModelFieldBaseRepresentation.d.ts +37 -0
  36. package/dist/es/es2018/types/src/generated/types/CdpMlModelInputFieldBaseRepresentation.d.ts +40 -0
  37. package/dist/es/es2018/types/src/generated/types/CdpMlModelOutcomeDefinitionRepresentation.d.ts +32 -0
  38. package/dist/es/es2018/types/src/generated/types/CdpMlModelOutputFieldRepresentation.d.ts +31 -0
  39. package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterDefinitionBaseRepresentation.d.ts +34 -0
  40. package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideBaseRepresentation.d.ts +31 -0
  41. package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshConfigRepresentation.d.ts +35 -0
  42. package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshRecipientRepresentation.d.ts +34 -0
  43. package/dist/es/es2018/types/src/generated/types/CdpMlModelTypeRepresentation.d.ts +34 -0
  44. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceBaseRepresentation.d.ts +102 -0
  45. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceCollectionRepresentation.d.ts +39 -0
  46. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceDetailRepresentation.d.ts +115 -0
  47. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceRepresentation.d.ts +102 -0
  48. package/dist/es/es2018/types/src/generated/types/CdpPaginatedResponseBaseRepresentation.d.ts +34 -0
  49. package/dist/es/es2018/types/src/generated/types/CdpScheduleRepresentation.d.ts +35 -0
  50. package/dist/es/es2018/types/src/generated/types/CdpTimeRepresentation.d.ts +34 -0
  51. package/dist/es/es2018/types/src/generated/types/CdpTimeZoneRepresentation.d.ts +34 -0
  52. package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +34 -0
  53. package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
  54. package/package.json +66 -0
  55. package/sfdc/index.d.ts +1 -0
  56. package/sfdc/index.js +2847 -0
  57. package/src/raml/api.raml +1089 -0
  58. package/src/raml/luvio.raml +79 -0
@@ -0,0 +1,40 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "4b3fdde5e6424e2e88fb70fefaddc4da";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlModelInputFieldBaseRepresentation, existing: CdpMlModelInputFieldBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelInputFieldBaseRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlModelInputFieldBaseRepresentationNormalized, incoming: CdpMlModelInputFieldBaseRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelInputFieldBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents Base Cdp Ml Model Input Field
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlModelInputFieldBaseRepresentationNormalized {
17
+ /** Field data type */
18
+ dataType: string;
19
+ /** Whether this field is a disparate impact field */
20
+ isDisparateImpact: boolean;
21
+ /** Is this field used for partition */
22
+ isPartitionField: boolean;
23
+ /** Whether this field is a sensitive field */
24
+ isSensitive: boolean;
25
+ /** Field position */
26
+ position: number;
27
+ }
28
+ /**
29
+ * Represents Base Cdp Ml Model Input Field
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface CdpMlModelInputFieldBaseRepresentation {
35
+ dataType: string;
36
+ isDisparateImpact: boolean;
37
+ isPartitionField: boolean;
38
+ isSensitive: boolean;
39
+ position: number;
40
+ }
@@ -0,0 +1,32 @@
1
+ import { CdpMlModelOutputFieldRepresentation as CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation } from './CdpMlModelOutputFieldRepresentation';
2
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
+ export declare const VERSION = "10895460b212ed91cf35adff628f7848";
4
+ export declare function validate(obj: any, path?: string): TypeError | null;
5
+ export declare const RepresentationType: string;
6
+ export declare function normalize(input: CdpMlModelOutcomeDefinitionRepresentation, existing: CdpMlModelOutcomeDefinitionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelOutcomeDefinitionRepresentationNormalized;
7
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
8
+ export declare function equals(existing: CdpMlModelOutcomeDefinitionRepresentationNormalized, incoming: CdpMlModelOutcomeDefinitionRepresentationNormalized): boolean;
9
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
10
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelOutcomeDefinitionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
11
+ /**
12
+ * Cdp Ml Model Outcome Definition Representation
13
+ *
14
+ * Keys:
15
+ * (none)
16
+ */
17
+ export interface CdpMlModelOutcomeDefinitionRepresentationNormalized {
18
+ /** Model output fields */
19
+ fields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
20
+ /** Model outcome goal */
21
+ goal: string;
22
+ }
23
+ /**
24
+ * Cdp Ml Model Outcome Definition Representation
25
+ *
26
+ * Keys:
27
+ * (none)
28
+ */
29
+ export interface CdpMlModelOutcomeDefinitionRepresentation {
30
+ fields: Array<CdpMlModelOutputFieldRepresentation_CdpMlModelOutputFieldRepresentation>;
31
+ goal: string;
32
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "7a299d6d550df2f166cd8033b8ac4370";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlModelOutputFieldRepresentation, existing: CdpMlModelOutputFieldRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelOutputFieldRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlModelOutputFieldRepresentationNormalized, incoming: CdpMlModelOutputFieldRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelOutputFieldRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Cdp Ml Model Output Field Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlModelOutputFieldRepresentationNormalized {
17
+ /** Field data type */
18
+ dataType: string;
19
+ /** Field position */
20
+ position: number;
21
+ }
22
+ /**
23
+ * Cdp Ml Model Output Field Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface CdpMlModelOutputFieldRepresentation {
29
+ dataType: string;
30
+ position: number;
31
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "a60dc3fff730e6c2d9ae9b52fd1def5b";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlModelParameterDefinitionBaseRepresentation, existing: CdpMlModelParameterDefinitionBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelParameterDefinitionBaseRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlModelParameterDefinitionBaseRepresentationNormalized, incoming: CdpMlModelParameterDefinitionBaseRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelParameterDefinitionBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Cdp Ml Model Parameter Base Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlModelParameterDefinitionBaseRepresentationNormalized {
17
+ /** Parameter description */
18
+ description: string;
19
+ /** Parameter Name */
20
+ parameterName: string;
21
+ /** Parameter Type */
22
+ type: string;
23
+ }
24
+ /**
25
+ * Cdp Ml Model Parameter Base Representation
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface CdpMlModelParameterDefinitionBaseRepresentation {
31
+ description: string;
32
+ parameterName: string;
33
+ type: string;
34
+ }
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "f86bb6b82219e3590fa98e37e07147a4";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlModelParameterOverrideBaseRepresentation, existing: CdpMlModelParameterOverrideBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelParameterOverrideBaseRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlModelParameterOverrideBaseRepresentationNormalized, incoming: CdpMlModelParameterOverrideBaseRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelParameterOverrideBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Cdp Ml Model Parameter Override Base Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlModelParameterOverrideBaseRepresentationNormalized {
17
+ /** Parameter Name */
18
+ parameterName: string;
19
+ /** Parameter Type */
20
+ type: string;
21
+ }
22
+ /**
23
+ * Cdp Ml Model Parameter Override Base Representation
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface CdpMlModelParameterOverrideBaseRepresentation {
29
+ parameterName: string;
30
+ type: string;
31
+ }
@@ -0,0 +1,35 @@
1
+ import { CdpMlModelRefreshRecipientRepresentation as CdpMlModelRefreshRecipientRepresentation_CdpMlModelRefreshRecipientRepresentation } from './CdpMlModelRefreshRecipientRepresentation';
2
+ import { CdpScheduleRepresentation as CdpScheduleRepresentation_CdpScheduleRepresentation } from './CdpScheduleRepresentation';
3
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
4
+ export declare const VERSION = "9fc61742978ae7f3dd466a0dd5203668";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
7
+ export declare function normalize(input: CdpMlModelRefreshConfigRepresentation, existing: CdpMlModelRefreshConfigRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelRefreshConfigRepresentationNormalized;
8
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
9
+ export declare function equals(existing: CdpMlModelRefreshConfigRepresentationNormalized, incoming: CdpMlModelRefreshConfigRepresentationNormalized): boolean;
10
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
11
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelRefreshConfigRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Cdp Ml Model Refresh Configuration Representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface CdpMlModelRefreshConfigRepresentationNormalized {
19
+ /** Returns the value of the enabled flag (true or false) */
20
+ isEnabled: boolean;
21
+ /** List of model recipients */
22
+ recipients: Array<CdpMlModelRefreshRecipientRepresentation_CdpMlModelRefreshRecipientRepresentation>;
23
+ schedule: CdpScheduleRepresentation_CdpScheduleRepresentation;
24
+ }
25
+ /**
26
+ * Cdp Ml Model Refresh Configuration Representation
27
+ *
28
+ * Keys:
29
+ * (none)
30
+ */
31
+ export interface CdpMlModelRefreshConfigRepresentation {
32
+ isEnabled: boolean;
33
+ recipients: Array<CdpMlModelRefreshRecipientRepresentation_CdpMlModelRefreshRecipientRepresentation>;
34
+ schedule: CdpScheduleRepresentation_CdpScheduleRepresentation;
35
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "cfa67372c19f769a616762f9c15fe795";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlModelRefreshRecipientRepresentation, existing: CdpMlModelRefreshRecipientRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelRefreshRecipientRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlModelRefreshRecipientRepresentationNormalized, incoming: CdpMlModelRefreshRecipientRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelRefreshRecipientRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Cdp Ml Model Refresh Recipient Representation
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlModelRefreshRecipientRepresentationNormalized {
17
+ /** Refresh recipient name */
18
+ displayName: string;
19
+ /** Model refresh recipient Id */
20
+ id: string;
21
+ /** Refresh recipient type */
22
+ type: string;
23
+ }
24
+ /**
25
+ * Cdp Ml Model Refresh Recipient Representation
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface CdpMlModelRefreshRecipientRepresentation {
31
+ displayName: string;
32
+ id: string;
33
+ type: string;
34
+ }
@@ -0,0 +1,34 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "b09ce3cbfd4d86c11c95bae83abb2bf1";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlModelTypeRepresentation, existing: CdpMlModelTypeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlModelTypeRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlModelTypeRepresentationNormalized, incoming: CdpMlModelTypeRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlModelTypeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Cdp Ml Model Type
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlModelTypeRepresentationNormalized {
17
+ /** Connector Type */
18
+ connectorType: string;
19
+ /** Model type */
20
+ modelType: string;
21
+ /** Source type */
22
+ sourceType: string;
23
+ }
24
+ /**
25
+ * Cdp Ml Model Type
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface CdpMlModelTypeRepresentation {
31
+ connectorType: string;
32
+ modelType: string;
33
+ sourceType: string;
34
+ }
@@ -0,0 +1,102 @@
1
+ import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
2
+ import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
3
+ import { CdpMlModelTypeRepresentation as CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation } from './CdpMlModelTypeRepresentation';
4
+ import { CdpMlModelOutcomeDefinitionRepresentation as CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation } from './CdpMlModelOutcomeDefinitionRepresentation';
5
+ import { CdpMlModelRefreshConfigRepresentation as CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation } from './CdpMlModelRefreshConfigRepresentation';
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 = "c2220d492fd44306cf66d02ccb5ccd08";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
10
+ export declare function normalize(input: CdpMlWorkspaceBaseRepresentation, existing: CdpMlWorkspaceBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlWorkspaceBaseRepresentationNormalized;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: CdpMlWorkspaceBaseRepresentationNormalized, incoming: CdpMlWorkspaceBaseRepresentationNormalized): boolean;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlWorkspaceBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Cdp Ml Workspace Base Representation
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface CdpMlWorkspaceBaseRepresentationNormalized {
22
+ /** The active setup, if it exists */
23
+ activeSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
24
+ /** The version number of the active setup */
25
+ activeSetupVersionNumber: number;
26
+ /** Created by */
27
+ createdBy: CdpUserRepresentation_CdpUserRepresentation;
28
+ /** Created date */
29
+ createdDate: string;
30
+ /** Model description */
31
+ description: string;
32
+ /** Histories URL */
33
+ historiesUrl: string;
34
+ /** The 18 character ID of the asset */
35
+ id: string;
36
+ /** Label of the asset */
37
+ label: string;
38
+ /** Last modified by */
39
+ lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
40
+ /** Last modified date */
41
+ lastModifiedDate: string;
42
+ /** The latest setup, if it exists */
43
+ latestSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
44
+ /** Model count */
45
+ modelCount: number;
46
+ /** Model type */
47
+ modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
48
+ /** Models URL */
49
+ modelsUrl: string;
50
+ /** Name of the asset */
51
+ name: string;
52
+ /** Namespace of the asset */
53
+ namespace: string;
54
+ /** Model outcome definition */
55
+ outcomeDefinition: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
56
+ /** Model prediction type */
57
+ predictionType: string;
58
+ /** Model refresh config */
59
+ refreshConfig: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
60
+ /** Setup versions URL */
61
+ setupVersionsUrl: string;
62
+ /** Model status */
63
+ status: string;
64
+ /** Model total inference count */
65
+ totalInferenceCount: number;
66
+ /** Model total warnings count */
67
+ totalWarningsCount: number;
68
+ /** Url */
69
+ url: string;
70
+ }
71
+ /**
72
+ * Cdp Ml Workspace Base Representation
73
+ *
74
+ * Keys:
75
+ * (none)
76
+ */
77
+ export interface CdpMlWorkspaceBaseRepresentation {
78
+ activeSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
79
+ activeSetupVersionNumber: number;
80
+ createdBy: CdpUserRepresentation_CdpUserRepresentation;
81
+ createdDate: string;
82
+ description: string;
83
+ historiesUrl: string;
84
+ id: string;
85
+ label: string;
86
+ lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
87
+ lastModifiedDate: string;
88
+ latestSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
89
+ modelCount: number;
90
+ modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
91
+ modelsUrl: string;
92
+ name: string;
93
+ namespace: string;
94
+ outcomeDefinition: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
95
+ predictionType: string;
96
+ refreshConfig: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
97
+ setupVersionsUrl: string;
98
+ status: string;
99
+ totalInferenceCount: number;
100
+ totalWarningsCount: number;
101
+ url: string;
102
+ }
@@ -0,0 +1,39 @@
1
+ import { CdpMlWorkspaceRepresentation as CdpMlWorkspaceRepresentation_CdpMlWorkspaceRepresentation } from './CdpMlWorkspaceRepresentation';
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
+ export declare const TTL = 1000;
4
+ export declare const VERSION = "6f430e4ccb178c06b2e6b7450e3010c2";
5
+ export declare function validate(obj: any, path?: string): TypeError | null;
6
+ export declare const RepresentationType: string;
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;
8
+ export declare const select: () => $64$luvio_engine_BaseFragment;
9
+ export declare function equals(existing: CdpMlWorkspaceCollectionRepresentationNormalized, incoming: CdpMlWorkspaceCollectionRepresentationNormalized): 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: CdpMlWorkspaceCollectionRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
12
+ /**
13
+ * Cdp Ml Workspace Collection Representation
14
+ *
15
+ * Keys:
16
+ * (none)
17
+ */
18
+ export interface CdpMlWorkspaceCollectionRepresentationNormalized {
19
+ /** Current page url */
20
+ currentPageUrl: string;
21
+ /** Next page url if it exists */
22
+ nextPageUrl: string;
23
+ /** Total size of collection */
24
+ totalSize: number;
25
+ /** List of workspaces */
26
+ workspaces: Array<CdpMlWorkspaceRepresentation_CdpMlWorkspaceRepresentation>;
27
+ }
28
+ /**
29
+ * Cdp Ml Workspace Collection Representation
30
+ *
31
+ * Keys:
32
+ * (none)
33
+ */
34
+ export interface CdpMlWorkspaceCollectionRepresentation {
35
+ currentPageUrl: string;
36
+ nextPageUrl: string;
37
+ totalSize: number;
38
+ workspaces: Array<CdpMlWorkspaceRepresentation_CdpMlWorkspaceRepresentation>;
39
+ }
@@ -0,0 +1,115 @@
1
+ import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
2
+ import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
3
+ import { CdpMlModelTypeRepresentation as CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation } from './CdpMlModelTypeRepresentation';
4
+ import { CdpMlModelOutcomeDefinitionRepresentation as CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation } from './CdpMlModelOutcomeDefinitionRepresentation';
5
+ import { CdpMlModelRefreshConfigRepresentation as CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation } from './CdpMlModelRefreshConfigRepresentation';
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 = "b700ad4033c4cc1a2f1373d916e31c4d";
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
+ workspaceIdOrName: string;
13
+ }
14
+ export type CdpMlWorkspaceDetailRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
15
+ export type PartialCdpMlWorkspaceDetailRepresentationNormalizedKeyMetadata = 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): CdpMlWorkspaceDetailRepresentationNormalizedKeyMetadata;
18
+ export declare function keyBuilderFromType(luvio: $64$luvio_engine_Luvio, object: CdpMlWorkspaceDetailRepresentation): string;
19
+ export declare function keyBuilderFromType_StructuredKey(luvio: $64$luvio_engine_Luvio, object: CdpMlWorkspaceDetailRepresentation): $64$luvio_engine_NormalizedKeyMetadata;
20
+ export declare function normalize(input: CdpMlWorkspaceDetailRepresentation, existing: CdpMlWorkspaceDetailRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlWorkspaceDetailRepresentationNormalized;
21
+ export declare const select: () => $64$luvio_engine_BaseFragment;
22
+ export declare function equals(existing: CdpMlWorkspaceDetailRepresentationNormalized, incoming: CdpMlWorkspaceDetailRepresentationNormalized): 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: CdpMlWorkspaceDetailRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
25
+ /**
26
+ * Cdp Ml Workspace Details Representation
27
+ *
28
+ * Keys:
29
+ * workspaceIdOrName (string): id
30
+ */
31
+ export interface CdpMlWorkspaceDetailRepresentationNormalized {
32
+ /** List of activations */
33
+ activations: Array<string>;
34
+ /** The active setup, if it exists */
35
+ activeSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
36
+ /** The version number of the active setup */
37
+ activeSetupVersionNumber: number;
38
+ /** Created by */
39
+ createdBy: CdpUserRepresentation_CdpUserRepresentation;
40
+ /** Created date */
41
+ createdDate: string;
42
+ /** Model description */
43
+ description: string;
44
+ /** Histories URL */
45
+ historiesUrl: string;
46
+ /** The 18 character ID of the asset */
47
+ id: string;
48
+ /** Label of the asset */
49
+ label: string;
50
+ /** Last modified by */
51
+ lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
52
+ /** Last modified date */
53
+ lastModifiedDate: string;
54
+ /** The latest setup, if it exists */
55
+ latestSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
56
+ /** Model count */
57
+ modelCount: number;
58
+ /** Model type */
59
+ modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
60
+ /** Models URL */
61
+ modelsUrl: string;
62
+ /** Name of the asset */
63
+ name: string;
64
+ /** Namespace of the asset */
65
+ namespace: string;
66
+ /** Model outcome definition */
67
+ outcomeDefinition: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
68
+ /** Model prediction type */
69
+ predictionType: string;
70
+ /** Model refresh config */
71
+ refreshConfig: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
72
+ /** Setup versions URL */
73
+ setupVersionsUrl: string;
74
+ /** Model status */
75
+ status: string;
76
+ /** Model total inference count */
77
+ totalInferenceCount: number;
78
+ /** Model total warnings count */
79
+ totalWarningsCount: number;
80
+ /** Url */
81
+ url: string;
82
+ }
83
+ /**
84
+ * Cdp Ml Workspace Details Representation
85
+ *
86
+ * Keys:
87
+ * workspaceIdOrName (string): id
88
+ */
89
+ export interface CdpMlWorkspaceDetailRepresentation {
90
+ activations: Array<string>;
91
+ activeSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
92
+ activeSetupVersionNumber: number;
93
+ createdBy: CdpUserRepresentation_CdpUserRepresentation;
94
+ createdDate: string;
95
+ description: string;
96
+ historiesUrl: string;
97
+ id: string;
98
+ label: string;
99
+ lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
100
+ lastModifiedDate: string;
101
+ latestSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
102
+ modelCount: number;
103
+ modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
104
+ modelsUrl: string;
105
+ name: string;
106
+ namespace: string;
107
+ outcomeDefinition: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
108
+ predictionType: string;
109
+ refreshConfig: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
110
+ setupVersionsUrl: string;
111
+ status: string;
112
+ totalInferenceCount: number;
113
+ totalWarningsCount: number;
114
+ url: string;
115
+ }
@@ -0,0 +1,102 @@
1
+ import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
2
+ import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
3
+ import { CdpMlModelTypeRepresentation as CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation } from './CdpMlModelTypeRepresentation';
4
+ import { CdpMlModelOutcomeDefinitionRepresentation as CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation } from './CdpMlModelOutcomeDefinitionRepresentation';
5
+ import { CdpMlModelRefreshConfigRepresentation as CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation } from './CdpMlModelRefreshConfigRepresentation';
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 = "6f11a497b644900aff316de111255ba8";
8
+ export declare function validate(obj: any, path?: string): TypeError | null;
9
+ export declare const RepresentationType: string;
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;
11
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
12
+ export declare function equals(existing: CdpMlWorkspaceRepresentationNormalized, incoming: CdpMlWorkspaceRepresentationNormalized): boolean;
13
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
14
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlWorkspaceRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
15
+ /**
16
+ * Cdp Ml Workspace Representation
17
+ *
18
+ * Keys:
19
+ * (none)
20
+ */
21
+ export interface CdpMlWorkspaceRepresentationNormalized {
22
+ /** The active setup, if it exists */
23
+ activeSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
24
+ /** The version number of the active setup */
25
+ activeSetupVersionNumber: number;
26
+ /** Created by */
27
+ createdBy: CdpUserRepresentation_CdpUserRepresentation;
28
+ /** Created date */
29
+ createdDate: string;
30
+ /** Model description */
31
+ description: string;
32
+ /** Histories URL */
33
+ historiesUrl: string;
34
+ /** The 18 character ID of the asset */
35
+ id: string;
36
+ /** Label of the asset */
37
+ label: string;
38
+ /** Last modified by */
39
+ lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
40
+ /** Last modified date */
41
+ lastModifiedDate: string;
42
+ /** The latest setup, if it exists */
43
+ latestSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
44
+ /** Model count */
45
+ modelCount: number;
46
+ /** Model type */
47
+ modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
48
+ /** Models URL */
49
+ modelsUrl: string;
50
+ /** Name of the asset */
51
+ name: string;
52
+ /** Namespace of the asset */
53
+ namespace: string;
54
+ /** Model outcome definition */
55
+ outcomeDefinition: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
56
+ /** Model prediction type */
57
+ predictionType: string;
58
+ /** Model refresh config */
59
+ refreshConfig: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
60
+ /** Setup versions URL */
61
+ setupVersionsUrl: string;
62
+ /** Model status */
63
+ status: string;
64
+ /** Model total inference count */
65
+ totalInferenceCount: number;
66
+ /** Model total warnings count */
67
+ totalWarningsCount: number;
68
+ /** Url */
69
+ url: string;
70
+ }
71
+ /**
72
+ * Cdp Ml Workspace Representation
73
+ *
74
+ * Keys:
75
+ * (none)
76
+ */
77
+ export interface CdpMlWorkspaceRepresentation {
78
+ activeSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
79
+ activeSetupVersionNumber: number;
80
+ createdBy: CdpUserRepresentation_CdpUserRepresentation;
81
+ createdDate: string;
82
+ description: string;
83
+ historiesUrl: string;
84
+ id: string;
85
+ label: string;
86
+ lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
87
+ lastModifiedDate: string;
88
+ latestSetup: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
89
+ modelCount: number;
90
+ modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
91
+ modelsUrl: string;
92
+ name: string;
93
+ namespace: string;
94
+ outcomeDefinition: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
95
+ predictionType: string;
96
+ refreshConfig: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
97
+ setupVersionsUrl: string;
98
+ status: string;
99
+ totalInferenceCount: number;
100
+ totalWarningsCount: number;
101
+ url: string;
102
+ }