@salesforce/lds-adapters-platform-cdp-machine-learning 0.1.0-dev1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +82 -0
- package/dist/es/es2018/platform-cdp-machine-learning.js +5781 -0
- package/dist/es/es2018/types/src/generated/adapters/adapter-utils.d.ts +62 -0
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModel.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/createCdpMlPredictResult.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/adapters/createMlConfiguredModel.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModel.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModelCollection.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlModelArtifact.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlModelArtifactCollection.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlWorkspace.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/adapters/getCdpMlWorkspaceCollection.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/adapters/getMlConfiguredModel.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/getMlConfiguredModelCollection.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/adapters/updateCdpMlConfiguredModel.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/adapters/updateMlConfiguredModel.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +13 -0
- package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningConfiguredModels.d.ts +24 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningConfiguredModelsByConfiguredModelIdOrName.d.ts +19 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningModelArtifacts.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningModelArtifactsByModelArtifactIdOrName.d.ts +15 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspaces.d.ts +21 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesByWorkspaceIdOrName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/getSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +18 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotMachineLearningConfiguredModelsByConfiguredModelIdOrName.d.ts +23 -0
- package/dist/es/es2018/types/src/generated/resources/patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts +28 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningConfiguredModels.d.ts +20 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningPredict.d.ts +16 -0
- package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +27 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetBaseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlAggregatePredictConditionRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlAggregatePredictionRepresentation.d.ts +42 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlBinaryClassificationPredictionResultRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelCollectionRepresentation.d.ts +36 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelInputRepresentation.d.ts +59 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionInputRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldInputRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFieldValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFilterCriterionBaseRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFilterRepresentation.d.ts +29 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlFilterValueRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlGenericPredictionOutputValueRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlGenericPredictionResultRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactBaseRepresentation.d.ts +104 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelFieldBaseRepresentation.d.ts +37 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelInputFieldBaseRepresentation.d.ts +40 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelOutcomeDefinitionRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelOutputFieldRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterDefinitionBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideBaseRepresentation.d.ts +31 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideInputRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshConfigRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelRefreshRecipientRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlModelTypeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictRawDataInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictResultRepresentation.d.ts +56 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictSettingsInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionContributionBaseRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionContributionFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionErrorRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionFieldCustomTextRepresentation.d.ts +33 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionSuccessBaseRepresentation.d.ts +51 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlPredictionWarningsRepresentation.d.ts +32 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlRegressionPredictionResultRepresentation.d.ts +30 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceBaseRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceDetailRepresentation.d.ts +115 -0
- package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceRepresentation.d.ts +102 -0
- package/dist/es/es2018/types/src/generated/types/CdpPaginatedResponseBaseRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpScheduleRepresentation.d.ts +35 -0
- package/dist/es/es2018/types/src/generated/types/CdpTimeRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpTimeZoneRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/CdpUserRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/MlConfiguredModelCollectionRepresentation.d.ts +39 -0
- package/dist/es/es2018/types/src/generated/types/MlConfiguredModelInputRepresentation.d.ts +48 -0
- package/dist/es/es2018/types/src/generated/types/MlConfiguredModelRepresentation.d.ts +107 -0
- package/dist/es/es2018/types/src/generated/types/MlConnectorEndpointRepresentation.d.ts +68 -0
- package/dist/es/es2018/types/src/generated/types/MlDeprecationConfigurationRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/type-utils.d.ts +32 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningConfiguredModelsByConfiguredModelIdOrName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningWorkspacesByWorkspaceIdOrName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName/keyBuilder.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/CdpMlConfiguredModelRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/CdpMlWorkspaceDetailRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/types/MlConfiguredModelRepresentation/keyBuilderFromType.d.ts +3 -0
- package/dist/es/es2018/types/src/raml-artifacts/utils/nameOrId.d.ts +4 -0
- package/package.json +77 -0
- package/sfdc/index.d.ts +1 -0
- package/sfdc/index.js +6016 -0
- package/src/raml/api.raml +1874 -0
- package/src/raml/luvio.raml +122 -0
package/dist/es/es2018/types/src/generated/types/CdpMlPredictionFieldCustomTextRepresentation.d.ts
ADDED
|
@@ -0,0 +1,33 @@
|
|
|
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 = "7f612f2ff2c7896ac46cf1e8d7571b87";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpMlPredictionFieldCustomTextRepresentation, existing: CdpMlPredictionFieldCustomTextRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionFieldCustomTextRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpMlPredictionFieldCustomTextRepresentationNormalized, incoming: CdpMlPredictionFieldCustomTextRepresentationNormalized): 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: CdpMlPredictionFieldCustomTextRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Cdp Ml Prediction Field Custom Text
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpMlPredictionFieldCustomTextRepresentationNormalized {
|
|
17
|
+
isHidden: boolean;
|
|
18
|
+
/** Provides placeholder to resolved value defined in the template text. Null if there are no placeholders. */
|
|
19
|
+
mergeFieldValues: unknown;
|
|
20
|
+
/** Template text if custom override is defined for the column. */
|
|
21
|
+
templateText: string;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Cdp Ml Prediction Field Custom Text
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpMlPredictionFieldCustomTextRepresentation {
|
|
30
|
+
isHidden: boolean;
|
|
31
|
+
mergeFieldValues: unknown;
|
|
32
|
+
templateText: string;
|
|
33
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlPredictionSuccessBaseRepresentation.d.ts
ADDED
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { CdpMlPredictionBaseRepresentation as CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation } from './CdpMlPredictionBaseRepresentation';
|
|
2
|
+
import { CdpMlPredictionContributionBaseRepresentation as CdpMlPredictionContributionBaseRepresentation_CdpMlPredictionContributionBaseRepresentation } from './CdpMlPredictionContributionBaseRepresentation';
|
|
3
|
+
import { CdpAssetReferenceRepresentation as CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation } from './CdpAssetReferenceRepresentation';
|
|
4
|
+
import { CdpMlPredictionWarningsRepresentation as CdpMlPredictionWarningsRepresentation_CdpMlPredictionWarningsRepresentation } from './CdpMlPredictionWarningsRepresentation';
|
|
5
|
+
import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentUnionSelection as $64$luvio_engine_FragmentUnionSelection, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
|
|
6
|
+
export declare enum DiscriminatorValues {
|
|
7
|
+
Regression = "Regression",
|
|
8
|
+
BinaryClassification = "BinaryClassification",
|
|
9
|
+
Generic = "Generic"
|
|
10
|
+
}
|
|
11
|
+
export declare const VERSION = "4bf69752af5d0c61c2fdac87e45db8a2";
|
|
12
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
13
|
+
export declare const RepresentationType: string;
|
|
14
|
+
export declare function normalize(input: CdpMlPredictionSuccessBaseRepresentation, existing: CdpMlPredictionSuccessBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionSuccessBaseRepresentationNormalized;
|
|
15
|
+
export declare const selectChildren: () => $64$luvio_engine_FragmentUnionSelection;
|
|
16
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
17
|
+
export declare function equals(existing: CdpMlPredictionSuccessBaseRepresentationNormalized, incoming: CdpMlPredictionSuccessBaseRepresentationNormalized): boolean;
|
|
18
|
+
export declare const ingest: $64$luvio_engine_ResourceIngest;
|
|
19
|
+
export declare const discriminatorIngest: $64$luvio_engine_ResourceIngest;
|
|
20
|
+
export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlPredictionSuccessBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
21
|
+
/**
|
|
22
|
+
* Base representation for a successful prediction result
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface CdpMlPredictionSuccessBaseRepresentationNormalized extends CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation {
|
|
28
|
+
/** A list of top factors associated with prediction */
|
|
29
|
+
factors: Array<CdpMlPredictionContributionBaseRepresentation_CdpMlPredictionContributionBaseRepresentation>;
|
|
30
|
+
/** Model partition that's used for this prediction */
|
|
31
|
+
partition: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
32
|
+
/** A list of recommendations associated with this prediction */
|
|
33
|
+
prescriptions: Array<CdpMlPredictionContributionBaseRepresentation_CdpMlPredictionContributionBaseRepresentation>;
|
|
34
|
+
/** Prediction type */
|
|
35
|
+
type: string;
|
|
36
|
+
warnings: CdpMlPredictionWarningsRepresentation_CdpMlPredictionWarningsRepresentation;
|
|
37
|
+
}
|
|
38
|
+
/**
|
|
39
|
+
* Base representation for a successful prediction result
|
|
40
|
+
*
|
|
41
|
+
* Keys:
|
|
42
|
+
* (none)
|
|
43
|
+
*/
|
|
44
|
+
export interface CdpMlPredictionSuccessBaseRepresentation extends CdpMlPredictionBaseRepresentation_CdpMlPredictionBaseRepresentation {
|
|
45
|
+
factors: Array<CdpMlPredictionContributionBaseRepresentation_CdpMlPredictionContributionBaseRepresentation>;
|
|
46
|
+
partition: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
|
|
47
|
+
prescriptions: Array<CdpMlPredictionContributionBaseRepresentation_CdpMlPredictionContributionBaseRepresentation>;
|
|
48
|
+
type: string;
|
|
49
|
+
warnings: CdpMlPredictionWarningsRepresentation_CdpMlPredictionWarningsRepresentation;
|
|
50
|
+
status: 'Success';
|
|
51
|
+
}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { CdpMlFieldValueRepresentation as CdpMlFieldValueRepresentation_CdpMlFieldValueRepresentation } from './CdpMlFieldValueRepresentation';
|
|
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 = "510be89ce5315c3840efaaaad36fabb8";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlPredictionWarningsRepresentation, existing: CdpMlPredictionWarningsRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlPredictionWarningsRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlPredictionWarningsRepresentationNormalized, incoming: CdpMlPredictionWarningsRepresentationNormalized): 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: CdpMlPredictionWarningsRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for prediction warnings
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlPredictionWarningsRepresentationNormalized {
|
|
18
|
+
/** A list of missing field names */
|
|
19
|
+
missingFielsNames: Array<string>;
|
|
20
|
+
/** A list of fields that contain values that are not seen in the model */
|
|
21
|
+
outOfBoundsFields: Array<CdpMlFieldValueRepresentation_CdpMlFieldValueRepresentation>;
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Representation for prediction warnings
|
|
25
|
+
*
|
|
26
|
+
* Keys:
|
|
27
|
+
* (none)
|
|
28
|
+
*/
|
|
29
|
+
export interface CdpMlPredictionWarningsRepresentation {
|
|
30
|
+
missingFielsNames: Array<string>;
|
|
31
|
+
outOfBoundsFields: Array<CdpMlFieldValueRepresentation_CdpMlFieldValueRepresentation>;
|
|
32
|
+
}
|
package/dist/es/es2018/types/src/generated/types/CdpMlRegressionPredictionResultRepresentation.d.ts
ADDED
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
import { CdpMlPredictionSuccessBaseRepresentation as CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation } from './CdpMlPredictionSuccessBaseRepresentation';
|
|
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 = "167c8a12564b59d3c74be73a5be6145d";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpMlRegressionPredictionResultRepresentation, existing: CdpMlRegressionPredictionResultRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlRegressionPredictionResultRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpMlRegressionPredictionResultRepresentationNormalized, incoming: CdpMlRegressionPredictionResultRepresentationNormalized): 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: CdpMlRegressionPredictionResultRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Representation for a successful regression prediction result
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpMlRegressionPredictionResultRepresentationNormalized extends CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation {
|
|
18
|
+
/** Representation for a successful regression prediction result */
|
|
19
|
+
predictedValue: number;
|
|
20
|
+
}
|
|
21
|
+
/**
|
|
22
|
+
* Representation for a successful regression prediction result
|
|
23
|
+
*
|
|
24
|
+
* Keys:
|
|
25
|
+
* (none)
|
|
26
|
+
*/
|
|
27
|
+
export interface CdpMlRegressionPredictionResultRepresentation extends CdpMlPredictionSuccessBaseRepresentation_CdpMlPredictionSuccessBaseRepresentation {
|
|
28
|
+
predictedValue: number;
|
|
29
|
+
type: 'Regression';
|
|
30
|
+
}
|
|
@@ -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 = "e6a8612718f37385e9d7622527f26c5c";
|
|
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 | null;
|
|
21
|
+
/** Next page url if it exists */
|
|
22
|
+
nextPageUrl?: string | null;
|
|
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 | null;
|
|
36
|
+
nextPageUrl?: string | null;
|
|
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 = "1cb47dd9b0cc811f1ad3318c7245d465";
|
|
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): name
|
|
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 | null;
|
|
38
|
+
/** Created by */
|
|
39
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
40
|
+
/** Created date */
|
|
41
|
+
createdDate?: string | null;
|
|
42
|
+
/** Model description */
|
|
43
|
+
description?: string | null;
|
|
44
|
+
/** Histories URL */
|
|
45
|
+
historiesUrl?: string | null;
|
|
46
|
+
/** The 18 character ID of the asset */
|
|
47
|
+
id?: string;
|
|
48
|
+
/** Label of the asset */
|
|
49
|
+
label?: string | null;
|
|
50
|
+
/** Last modified by */
|
|
51
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
52
|
+
/** Last modified date */
|
|
53
|
+
lastModifiedDate?: string | null;
|
|
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 | null;
|
|
62
|
+
/** Name of the asset */
|
|
63
|
+
name: string;
|
|
64
|
+
/** Namespace of the asset */
|
|
65
|
+
namespace?: string | null;
|
|
66
|
+
/** Model outcome definition */
|
|
67
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
68
|
+
/** Model prediction type */
|
|
69
|
+
predictionType?: string | null;
|
|
70
|
+
/** Model refresh config */
|
|
71
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
72
|
+
/** Setup versions URL */
|
|
73
|
+
setupVersionsUrl?: string | null;
|
|
74
|
+
/** Model status */
|
|
75
|
+
status: string;
|
|
76
|
+
/** Model total inference count */
|
|
77
|
+
totalInferenceCount?: number | null;
|
|
78
|
+
/** Model total warnings count */
|
|
79
|
+
totalWarningsCount?: number | null;
|
|
80
|
+
/** Url */
|
|
81
|
+
url: string;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* Cdp Ml Workspace Details Representation
|
|
85
|
+
*
|
|
86
|
+
* Keys:
|
|
87
|
+
* workspaceIdOrName (string): name
|
|
88
|
+
*/
|
|
89
|
+
export interface CdpMlWorkspaceDetailRepresentation {
|
|
90
|
+
activations: Array<string>;
|
|
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
|
+
modelCount: number;
|
|
103
|
+
modelType?: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
|
|
104
|
+
modelsUrl?: string | null;
|
|
105
|
+
name: string;
|
|
106
|
+
namespace?: string | null;
|
|
107
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
108
|
+
predictionType?: string | null;
|
|
109
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
110
|
+
setupVersionsUrl?: string | null;
|
|
111
|
+
status: string;
|
|
112
|
+
totalInferenceCount?: number | null;
|
|
113
|
+
totalWarningsCount?: number | null;
|
|
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 = "1d84dad95a36ee26a6b00773c7cc0adb";
|
|
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 | null;
|
|
26
|
+
/** Created by */
|
|
27
|
+
createdBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
28
|
+
/** Created date */
|
|
29
|
+
createdDate?: string | null;
|
|
30
|
+
/** Model description */
|
|
31
|
+
description?: string | null;
|
|
32
|
+
/** Histories URL */
|
|
33
|
+
historiesUrl?: string | null;
|
|
34
|
+
/** The 18 character ID of the asset */
|
|
35
|
+
id?: string;
|
|
36
|
+
/** Label of the asset */
|
|
37
|
+
label?: string | null;
|
|
38
|
+
/** Last modified by */
|
|
39
|
+
lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
|
|
40
|
+
/** Last modified date */
|
|
41
|
+
lastModifiedDate?: string | null;
|
|
42
|
+
/** 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 | null;
|
|
54
|
+
/** Model outcome definition */
|
|
55
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
56
|
+
/** Model prediction type */
|
|
57
|
+
predictionType?: string | null;
|
|
58
|
+
/** Model refresh config */
|
|
59
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
60
|
+
/** Setup versions URL */
|
|
61
|
+
setupVersionsUrl?: string | null;
|
|
62
|
+
/** Model status */
|
|
63
|
+
status: string;
|
|
64
|
+
/** Model total inference count */
|
|
65
|
+
totalInferenceCount?: number | null;
|
|
66
|
+
/** Model total warnings count */
|
|
67
|
+
totalWarningsCount?: number | null;
|
|
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 | 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
|
+
modelCount: number;
|
|
90
|
+
modelType: CdpMlModelTypeRepresentation_CdpMlModelTypeRepresentation;
|
|
91
|
+
modelsUrl: string;
|
|
92
|
+
name: string;
|
|
93
|
+
namespace?: string | null;
|
|
94
|
+
outcomeDefinition?: CdpMlModelOutcomeDefinitionRepresentation_CdpMlModelOutcomeDefinitionRepresentation;
|
|
95
|
+
predictionType?: string | null;
|
|
96
|
+
refreshConfig?: CdpMlModelRefreshConfigRepresentation_CdpMlModelRefreshConfigRepresentation;
|
|
97
|
+
setupVersionsUrl?: string | null;
|
|
98
|
+
status: string;
|
|
99
|
+
totalInferenceCount?: number | null;
|
|
100
|
+
totalWarningsCount?: number | null;
|
|
101
|
+
url: string;
|
|
102
|
+
}
|
|
@@ -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 = "3d82aa53dc46f972bda23be1d696f9bc";
|
|
3
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
4
|
+
export declare const RepresentationType: string;
|
|
5
|
+
export declare function normalize(input: CdpPaginatedResponseBaseRepresentation, existing: CdpPaginatedResponseBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpPaginatedResponseBaseRepresentationNormalized;
|
|
6
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
7
|
+
export declare function equals(existing: CdpPaginatedResponseBaseRepresentationNormalized, incoming: CdpPaginatedResponseBaseRepresentationNormalized): 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: CdpPaginatedResponseBaseRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
10
|
+
/**
|
|
11
|
+
* Base paginated response representation
|
|
12
|
+
*
|
|
13
|
+
* Keys:
|
|
14
|
+
* (none)
|
|
15
|
+
*/
|
|
16
|
+
export interface CdpPaginatedResponseBaseRepresentationNormalized {
|
|
17
|
+
/** Current page url */
|
|
18
|
+
currentPageUrl: string;
|
|
19
|
+
/** Next page url if it exists */
|
|
20
|
+
nextPageUrl: string | null;
|
|
21
|
+
/** Total size of collection */
|
|
22
|
+
totalSize: number;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Base paginated response representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpPaginatedResponseBaseRepresentation {
|
|
31
|
+
currentPageUrl: string;
|
|
32
|
+
nextPageUrl: string | null;
|
|
33
|
+
totalSize: number;
|
|
34
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { CdpTimeRepresentation as CdpTimeRepresentation_CdpTimeRepresentation } from './CdpTimeRepresentation';
|
|
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 = "0ab6f9c1b14acc157710704d70ade23a";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpScheduleRepresentation, existing: CdpScheduleRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpScheduleRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpScheduleRepresentationNormalized, incoming: CdpScheduleRepresentationNormalized): 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: CdpScheduleRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Cdp Schedule Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpScheduleRepresentationNormalized {
|
|
18
|
+
/** Schedule frequency */
|
|
19
|
+
frequency: string;
|
|
20
|
+
/** Next Scheduled Date */
|
|
21
|
+
nextScheduledDate: string;
|
|
22
|
+
/** Schedule Time */
|
|
23
|
+
time: CdpTimeRepresentation_CdpTimeRepresentation;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Cdp Schedule Representation
|
|
27
|
+
*
|
|
28
|
+
* Keys:
|
|
29
|
+
* (none)
|
|
30
|
+
*/
|
|
31
|
+
export interface CdpScheduleRepresentation {
|
|
32
|
+
frequency: string;
|
|
33
|
+
nextScheduledDate: string;
|
|
34
|
+
time: CdpTimeRepresentation_CdpTimeRepresentation;
|
|
35
|
+
}
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
import { CdpTimeZoneRepresentation as CdpTimeZoneRepresentation_CdpTimeZoneRepresentation } from './CdpTimeZoneRepresentation';
|
|
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 = "c3836298b402aa95ff8e8b19b064b7e5";
|
|
4
|
+
export declare function validate(obj: any, path?: string): TypeError | null;
|
|
5
|
+
export declare const RepresentationType: string;
|
|
6
|
+
export declare function normalize(input: CdpTimeRepresentation, existing: CdpTimeRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpTimeRepresentationNormalized;
|
|
7
|
+
export declare const select: () => $64$luvio_engine_FragmentSelection;
|
|
8
|
+
export declare function equals(existing: CdpTimeRepresentationNormalized, incoming: CdpTimeRepresentationNormalized): 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: CdpTimeRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
|
|
11
|
+
/**
|
|
12
|
+
* Cdp Time Representation
|
|
13
|
+
*
|
|
14
|
+
* Keys:
|
|
15
|
+
* (none)
|
|
16
|
+
*/
|
|
17
|
+
export interface CdpTimeRepresentationNormalized {
|
|
18
|
+
/** Hour */
|
|
19
|
+
hour: number;
|
|
20
|
+
/** Minute */
|
|
21
|
+
minute: number;
|
|
22
|
+
timezone: CdpTimeZoneRepresentation_CdpTimeZoneRepresentation;
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Cdp Time Representation
|
|
26
|
+
*
|
|
27
|
+
* Keys:
|
|
28
|
+
* (none)
|
|
29
|
+
*/
|
|
30
|
+
export interface CdpTimeRepresentation {
|
|
31
|
+
hour: number;
|
|
32
|
+
minute: number;
|
|
33
|
+
timezone: CdpTimeZoneRepresentation_CdpTimeZoneRepresentation;
|
|
34
|
+
}
|