@salesforce/lds-adapters-platform-cdp-machine-learning 1.266.0-dev1 → 1.266.0-dev10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/dist/es/es2018/platform-cdp-machine-learning.js +1885 -568
  2. package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModel.d.ts +28 -0
  3. package/dist/es/es2018/types/src/generated/adapters/getCdpMlConfiguredModel.d.ts +5 -5
  4. package/dist/es/es2018/types/src/generated/adapters/updateCdpMlConfiguredModel.d.ts +16 -13
  5. package/dist/es/es2018/types/src/generated/artifacts/main.d.ts +1 -1
  6. package/dist/es/es2018/types/src/generated/artifacts/sfdc.d.ts +2 -2
  7. package/dist/es/es2018/types/src/generated/resources/{getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts → getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts} +1 -1
  8. package/dist/es/es2018/types/src/generated/resources/{patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName.d.ts → patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName.d.ts} +14 -11
  9. package/dist/es/es2018/types/src/generated/resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName.d.ts +13 -10
  10. package/dist/es/es2018/types/src/generated/types/CdpAssetBaseRepresentation.d.ts +11 -11
  11. package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceInputRepresentation.d.ts +34 -0
  12. package/dist/es/es2018/types/src/generated/types/CdpAssetReferenceRepresentation.d.ts +19 -19
  13. package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelCollectionRepresentation.d.ts +3 -3
  14. package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelInputRepresentation.d.ts +24 -21
  15. package/dist/es/es2018/types/src/generated/types/CdpMlConfiguredModelRepresentation.d.ts +28 -28
  16. package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldDefinitionInputRepresentation.d.ts +31 -0
  17. package/dist/es/es2018/types/src/generated/types/CdpMlCustomizableFieldInputRepresentation.d.ts +35 -0
  18. package/dist/es/es2018/types/src/generated/types/CdpMlModelArtifactBaseRepresentation.d.ts +11 -11
  19. package/dist/es/es2018/types/src/generated/types/CdpMlModelParameterOverrideInputRepresentation.d.ts +34 -0
  20. package/dist/es/es2018/types/src/generated/types/CdpMlModelTypeRepresentation.d.ts +7 -7
  21. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceCollectionRepresentation.d.ts +5 -5
  22. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceDetailRepresentation.d.ts +43 -43
  23. package/dist/es/es2018/types/src/generated/types/CdpMlWorkspaceRepresentation.d.ts +37 -37
  24. package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningWorkspacesByWorkspaceIdOrName/keyBuilder.d.ts +3 -0
  25. package/dist/es/es2018/types/src/raml-artifacts/resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName/keyBuilder.d.ts +3 -0
  26. package/dist/es/es2018/types/src/raml-artifacts/types/CdpMlConfiguredModelRepresentation/keyBuilderFromType.d.ts +3 -0
  27. package/dist/es/es2018/types/src/raml-artifacts/types/CdpMlWorkspaceDetailRepresentation/keyBuilderFromType.d.ts +3 -0
  28. package/dist/es/es2018/types/src/raml-artifacts/utils/nameOrId.d.ts +3 -0
  29. package/package.json +16 -5
  30. package/sfdc/index.js +1810 -490
  31. package/src/raml/api.raml +202 -148
  32. package/src/raml/luvio.raml +6 -6
  33. package/dist/es/es2018/types/src/generated/adapters/createCdpMlConfiguredModelCollection.d.ts +0 -25
@@ -0,0 +1,28 @@
1
+ import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
+ import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
+ import { CdpMlCustomizableFieldInputRepresentation as types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation } from '../types/CdpMlCustomizableFieldInputRepresentation';
4
+ import { CdpAssetReferenceInputRepresentation as types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation } from '../types/CdpAssetReferenceInputRepresentation';
5
+ import { CdpMlModelParameterOverrideInputRepresentation as types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation } from '../types/CdpMlModelParameterOverrideInputRepresentation';
6
+ import { ResourceRequestConfig as resources_postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName_ResourceRequestConfig } from '../resources/postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName';
7
+ import { CdpMlConfiguredModelRepresentation as types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from '../types/CdpMlConfiguredModelRepresentation';
8
+ export declare const adapterName = "createCdpMlConfiguredModel";
9
+ export declare const createCdpMlConfiguredModel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
10
+ export declare const createCdpMlConfiguredModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
11
+ export interface CreateCdpMlConfiguredModelConfig {
12
+ workspaceIdOrName: string;
13
+ actionableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
14
+ artifact?: types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
15
+ capability?: string;
16
+ customizableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
17
+ description?: string | null;
18
+ filter?: {};
19
+ label?: string | null;
20
+ parameterOverrides?: Array<types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation>;
21
+ position?: number;
22
+ status?: string;
23
+ }
24
+ export declare const createResourceParams: (config: CreateCdpMlConfiguredModelConfig) => resources_postSsotMachineLearningWorkspacesModelsByWorkspaceIdOrName_ResourceRequestConfig;
25
+ export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<CreateCdpMlConfiguredModelConfig>): adapter$45$utils_Untrusted<CreateCdpMlConfiguredModelConfig>;
26
+ export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): CreateCdpMlConfiguredModelConfig | null;
27
+ export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: CreateCdpMlConfiguredModelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, any>>;
28
+ export declare const createCdpMlConfiguredModelAdapterFactory: $64$luvio_engine_AdapterFactory<CreateCdpMlConfiguredModelConfig, types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation>;
@@ -1,23 +1,23 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Fragment as $64$luvio_engine_Fragment, Snapshot as $64$luvio_engine_Snapshot, FetchResponse as $64$luvio_engine_FetchResponse, ErrorResponse as $64$luvio_engine_ErrorResponse, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, CoercedAdapterRequestContext as $64$luvio_engine_CoercedAdapterRequestContext, StoreLookup as $64$luvio_engine_StoreLookup, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
- import { ResourceRequestConfig as resources_getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName_ResourceRequestConfig } from '../resources/getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName';
3
+ import { ResourceRequestConfig as resources_getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName_ResourceRequestConfig } from '../resources/getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName';
4
4
  import { CdpMlConfiguredModelRepresentation as types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from '../types/CdpMlConfiguredModelRepresentation';
5
5
  export declare const adapterName = "getCdpMlConfiguredModel";
6
6
  export declare const getCdpMlConfiguredModel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
7
  export declare const getCdpMlConfiguredModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
8
  export interface GetCdpMlConfiguredModelConfig {
9
- modelId: string;
9
+ modelIdOrName: string;
10
10
  workspaceIdOrName: string;
11
11
  }
12
- export declare const createResourceParams: (config: GetCdpMlConfiguredModelConfig) => resources_getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName_ResourceRequestConfig;
12
+ export declare const createResourceParams: (config: GetCdpMlConfiguredModelConfig) => resources_getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName_ResourceRequestConfig;
13
13
  export declare function keyBuilder(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig): string;
14
14
  export declare function keyBuilder_StructuredKey(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig): $64$luvio_engine_NormalizedKeyMetadata;
15
15
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<GetCdpMlConfiguredModelConfig>): adapter$45$utils_Untrusted<GetCdpMlConfiguredModelConfig>;
16
16
  export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): GetCdpMlConfiguredModelConfig | null;
17
17
  export declare function adapterFragment(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig): $64$luvio_engine_Fragment;
18
18
  export declare function buildCachedSnapshot(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig): $64$luvio_engine_Snapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, any>;
19
- export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig, resourceParams: resources_getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, any>>;
20
- export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig, resourceParams: resources_getSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
19
+ export declare function onFetchResponseSuccess(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig, resourceParams: resources_getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName_ResourceRequestConfig, response: $64$luvio_engine_FetchResponse<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation>): Promise<import("@luvio/engine").FulfilledSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, any>>;
20
+ export declare function onFetchResponseError(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig, resourceParams: resources_getSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName_ResourceRequestConfig, response: $64$luvio_engine_ErrorResponse): Promise<import("@luvio/engine").ErrorSnapshot>;
21
21
  export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: GetCdpMlConfiguredModelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<$64$luvio_engine_Snapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, any>>;
22
22
  export type BuildSnapshotContext = {
23
23
  luvio: $64$luvio_engine_Luvio;
@@ -1,25 +1,28 @@
1
1
  import { AdapterConfigMetadata as $64$luvio_engine_AdapterConfigMetadata, Luvio as $64$luvio_engine_Luvio, DispatchResourceRequestContext as $64$luvio_engine_DispatchResourceRequestContext, AdapterFactory as $64$luvio_engine_AdapterFactory } from '@luvio/engine';
2
2
  import { Untrusted as adapter$45$utils_Untrusted, AdapterValidationConfig as adapter$45$utils_AdapterValidationConfig } from './adapter-utils';
3
- import { ResourceRequestConfig as resources_patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName_ResourceRequestConfig } from '../resources/patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName';
3
+ import { CdpMlCustomizableFieldInputRepresentation as types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation } from '../types/CdpMlCustomizableFieldInputRepresentation';
4
+ import { CdpAssetReferenceInputRepresentation as types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation } from '../types/CdpAssetReferenceInputRepresentation';
5
+ import { CdpMlModelParameterOverrideInputRepresentation as types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation } from '../types/CdpMlModelParameterOverrideInputRepresentation';
6
+ import { ResourceRequestConfig as resources_patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName_ResourceRequestConfig } from '../resources/patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName';
4
7
  import { CdpMlConfiguredModelRepresentation as types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from '../types/CdpMlConfiguredModelRepresentation';
5
8
  export declare const adapterName = "updateCdpMlConfiguredModel";
6
9
  export declare const updateCdpMlConfiguredModel_ConfigPropertyMetadata: $64$luvio_engine_AdapterConfigMetadata[];
7
10
  export declare const updateCdpMlConfiguredModel_ConfigPropertyNames: adapter$45$utils_AdapterValidationConfig;
8
11
  export interface UpdateCdpMlConfiguredModelConfig {
9
- modelId: string;
12
+ modelIdOrName: string;
10
13
  workspaceIdOrName: string;
11
- actionableFields: Array<{}>;
12
- artifact: {};
13
- capability: string;
14
- customizableFields: Array<{}>;
15
- description: string;
16
- filter: {};
17
- label: string;
18
- parameterOverrides: Array<{}>;
19
- position: number;
20
- status: string;
14
+ actionableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
15
+ artifact?: types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
16
+ capability?: string;
17
+ customizableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
18
+ description?: string | null;
19
+ filter?: {};
20
+ label?: string | null;
21
+ parameterOverrides?: Array<types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation>;
22
+ position?: number;
23
+ status?: string;
21
24
  }
22
- export declare const createResourceParams: (config: UpdateCdpMlConfiguredModelConfig) => resources_patchSsotMachineLearningWorkspacesModelsByModelIdAndWorkspaceIdOrName_ResourceRequestConfig;
25
+ export declare const createResourceParams: (config: UpdateCdpMlConfiguredModelConfig) => resources_patchSsotMachineLearningWorkspacesModelsByModelIdOrNameAndWorkspaceIdOrName_ResourceRequestConfig;
23
26
  export declare function typeCheckConfig(untrustedConfig: adapter$45$utils_Untrusted<UpdateCdpMlConfiguredModelConfig>): adapter$45$utils_Untrusted<UpdateCdpMlConfiguredModelConfig>;
24
27
  export declare function validateAdapterConfig(untrustedConfig: unknown, configPropertyNames: adapter$45$utils_AdapterValidationConfig): UpdateCdpMlConfiguredModelConfig | null;
25
28
  export declare function buildNetworkSnapshot(luvio: $64$luvio_engine_Luvio, config: UpdateCdpMlConfiguredModelConfig, options?: $64$luvio_engine_DispatchResourceRequestContext): Promise<import("@luvio/engine").FulfilledSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").StaleSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, {}> | import("@luvio/engine").PendingSnapshot<types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation, any>>;
@@ -3,6 +3,6 @@ export { getCdpMlModelArtifactAdapterFactory } from '../adapters/getCdpMlModelAr
3
3
  export { getCdpMlWorkspaceCollectionAdapterFactory } from '../adapters/getCdpMlWorkspaceCollection';
4
4
  export { getCdpMlWorkspaceAdapterFactory } from '../adapters/getCdpMlWorkspace';
5
5
  export { getCdpMlConfiguredModelCollectionAdapterFactory } from '../adapters/getCdpMlConfiguredModelCollection';
6
- export { createCdpMlConfiguredModelCollectionAdapterFactory } from '../adapters/createCdpMlConfiguredModelCollection';
6
+ export { createCdpMlConfiguredModelAdapterFactory } from '../adapters/createCdpMlConfiguredModel';
7
7
  export { getCdpMlConfiguredModelAdapterFactory } from '../adapters/getCdpMlConfiguredModel';
8
8
  export { updateCdpMlConfiguredModelAdapterFactory } from '../adapters/updateCdpMlConfiguredModel';
@@ -1,4 +1,4 @@
1
- declare let createCdpMlConfiguredModelCollection: any;
1
+ declare let createCdpMlConfiguredModel: any;
2
2
  declare let getCdpMlConfiguredModel: any;
3
3
  declare let getCdpMlConfiguredModelCollection: any;
4
4
  declare let getCdpMlModelArtifact: any;
@@ -13,4 +13,4 @@ declare let getCdpMlModelArtifact_imperative: any;
13
13
  declare let getCdpMlModelArtifactCollection_imperative: any;
14
14
  declare let getCdpMlWorkspace_imperative: any;
15
15
  declare let getCdpMlWorkspaceCollection_imperative: any;
16
- export { createCdpMlConfiguredModelCollection, getCdpMlConfiguredModel, getCdpMlConfiguredModelCollection, getCdpMlModelArtifact, getCdpMlModelArtifactCollection, getCdpMlWorkspace, getCdpMlWorkspaceCollection, getCdpMlWorkspaceNotifyChange, updateCdpMlConfiguredModel, getCdpMlConfiguredModel_imperative, getCdpMlConfiguredModelCollection_imperative, getCdpMlModelArtifact_imperative, getCdpMlModelArtifactCollection_imperative, getCdpMlWorkspace_imperative, getCdpMlWorkspaceCollection_imperative, };
16
+ export { createCdpMlConfiguredModel, getCdpMlConfiguredModel, getCdpMlConfiguredModelCollection, getCdpMlModelArtifact, getCdpMlModelArtifactCollection, getCdpMlWorkspace, getCdpMlWorkspaceCollection, getCdpMlWorkspaceNotifyChange, updateCdpMlConfiguredModel, getCdpMlConfiguredModel_imperative, getCdpMlConfiguredModelCollection_imperative, getCdpMlModelArtifact_imperative, getCdpMlModelArtifactCollection_imperative, getCdpMlWorkspace_imperative, getCdpMlWorkspaceCollection_imperative, };
@@ -2,7 +2,7 @@ import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment,
2
2
  import { CdpMlConfiguredModelRepresentation as types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from '../types/CdpMlConfiguredModelRepresentation';
3
3
  export interface ResourceRequestConfig {
4
4
  urlParams: {
5
- modelId: string;
5
+ modelIdOrName: string;
6
6
  workspaceIdOrName: string;
7
7
  };
8
8
  }
@@ -1,21 +1,24 @@
1
+ import { CdpMlCustomizableFieldInputRepresentation as types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation } from '../types/CdpMlCustomizableFieldInputRepresentation';
2
+ import { CdpAssetReferenceInputRepresentation as types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation } from '../types/CdpAssetReferenceInputRepresentation';
3
+ import { CdpMlModelParameterOverrideInputRepresentation as types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation } from '../types/CdpMlModelParameterOverrideInputRepresentation';
1
4
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
5
  import { CdpMlConfiguredModelRepresentation as types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from '../types/CdpMlConfiguredModelRepresentation';
3
6
  export interface ResourceRequestConfig {
4
7
  urlParams: {
5
- modelId: string;
8
+ modelIdOrName: string;
6
9
  workspaceIdOrName: string;
7
10
  };
8
11
  body: {
9
- actionableFields: Array<{}>;
10
- artifact: {};
11
- capability: string;
12
- customizableFields: Array<{}>;
13
- description: string;
14
- filter: {};
15
- label: string;
16
- parameterOverrides: Array<{}>;
17
- position: number;
18
- status: string;
12
+ actionableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
13
+ artifact?: types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
14
+ capability?: string;
15
+ customizableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
16
+ description?: string | null;
17
+ filter?: {};
18
+ label?: string | null;
19
+ parameterOverrides?: Array<types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation>;
20
+ position?: number;
21
+ status?: string;
19
22
  };
20
23
  }
21
24
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -1,3 +1,6 @@
1
+ import { CdpMlCustomizableFieldInputRepresentation as types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation } from '../types/CdpMlCustomizableFieldInputRepresentation';
2
+ import { CdpAssetReferenceInputRepresentation as types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation } from '../types/CdpAssetReferenceInputRepresentation';
3
+ import { CdpMlModelParameterOverrideInputRepresentation as types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation } from '../types/CdpMlModelParameterOverrideInputRepresentation';
1
4
  import { Luvio as $64$luvio_engine_Luvio, Fragment as $64$luvio_engine_Fragment, FetchResponse as $64$luvio_engine_FetchResponse, FulfilledSnapshot as $64$luvio_engine_FulfilledSnapshot, StaleSnapshot as $64$luvio_engine_StaleSnapshot, PendingSnapshot as $64$luvio_engine_PendingSnapshot, ResourceRequest as $64$luvio_engine_ResourceRequest } from '@luvio/engine';
2
5
  import { CdpMlConfiguredModelRepresentation as types_CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from '../types/CdpMlConfiguredModelRepresentation';
3
6
  export interface ResourceRequestConfig {
@@ -5,16 +8,16 @@ export interface ResourceRequestConfig {
5
8
  workspaceIdOrName: string;
6
9
  };
7
10
  body: {
8
- actionableFields: Array<{}>;
9
- artifact: {};
10
- capability: string;
11
- customizableFields: Array<{}>;
12
- description: string;
13
- filter: {};
14
- label: string;
15
- parameterOverrides: Array<{}>;
16
- position: number;
17
- status: string;
11
+ actionableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
12
+ artifact?: types_CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
13
+ capability?: string;
14
+ customizableFields?: Array<types_CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
15
+ description?: string | null;
16
+ filter?: {};
17
+ label?: string | null;
18
+ parameterOverrides?: Array<types_CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation>;
19
+ position?: number;
20
+ status?: string;
18
21
  };
19
22
  }
20
23
  export declare function select(luvio: $64$luvio_engine_Luvio, params: ResourceRequestConfig): $64$luvio_engine_Fragment;
@@ -1,6 +1,6 @@
1
1
  import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
2
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 = "74fcf1d01fd4298b9dfe0faa030d4e8e";
3
+ export declare const VERSION = "2fb8dce9a92cdd7d4eb6b61909d49c41";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: CdpAssetBaseRepresentation, existing: CdpAssetBaseRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetBaseRepresentationNormalized;
@@ -15,20 +15,20 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  * (none)
16
16
  */
17
17
  export interface CdpAssetBaseRepresentationNormalized {
18
- createdBy: CdpUserRepresentation_CdpUserRepresentation;
18
+ createdBy?: CdpUserRepresentation_CdpUserRepresentation;
19
19
  /** Created date */
20
- createdDate: string;
20
+ createdDate?: string | null;
21
21
  /** The 18 character ID of the asset */
22
22
  id: string;
23
23
  /** Label of the asset */
24
24
  label: string;
25
- lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
25
+ lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
26
26
  /** Last modified date */
27
- lastModifiedDate: string;
27
+ lastModifiedDate?: string | null;
28
28
  /** Name of the asset */
29
29
  name: string;
30
30
  /** Namespace of the asset */
31
- namespace: string;
31
+ namespace?: string | null;
32
32
  /** Url */
33
33
  url: string;
34
34
  }
@@ -39,13 +39,13 @@ export interface CdpAssetBaseRepresentationNormalized {
39
39
  * (none)
40
40
  */
41
41
  export interface CdpAssetBaseRepresentation {
42
- createdBy: CdpUserRepresentation_CdpUserRepresentation;
43
- createdDate: string;
42
+ createdBy?: CdpUserRepresentation_CdpUserRepresentation;
43
+ createdDate?: string | null;
44
44
  id: string;
45
45
  label: string;
46
- lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
47
- lastModifiedDate: string;
46
+ lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
47
+ lastModifiedDate?: string | null;
48
48
  name: string;
49
- namespace: string;
49
+ namespace?: string | null;
50
50
  url: string;
51
51
  }
@@ -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 = "948444e55f564d1011c723383a3462b6";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpAssetReferenceInputRepresentation, existing: CdpAssetReferenceInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetReferenceInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpAssetReferenceInputRepresentationNormalized, incoming: CdpAssetReferenceInputRepresentationNormalized): 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: CdpAssetReferenceInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Represents an asset
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpAssetReferenceInputRepresentationNormalized {
17
+ /** Id */
18
+ id?: string | null;
19
+ /** Name */
20
+ name?: string | null;
21
+ /** Namespace */
22
+ namespace?: string | null;
23
+ }
24
+ /**
25
+ * Represents an asset
26
+ *
27
+ * Keys:
28
+ * (none)
29
+ */
30
+ export interface CdpAssetReferenceInputRepresentation {
31
+ id?: string | null;
32
+ name?: string | null;
33
+ namespace?: string | null;
34
+ }
@@ -1,6 +1,6 @@
1
1
  import { CdpUserRepresentation as CdpUserRepresentation_CdpUserRepresentation } from './CdpUserRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
- export declare const VERSION = "4caa17f04ddc3c75f0fdd5f9bb0174cc";
3
+ export declare const VERSION = "6570104952ab820ec4585a250e1b81ef";
4
4
  export declare function validate(obj: any, path?: string): TypeError | null;
5
5
  export declare const RepresentationType: string;
6
6
  export declare function normalize(input: CdpAssetReferenceRepresentation, existing: CdpAssetReferenceRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpAssetReferenceRepresentationNormalized;
@@ -15,22 +15,22 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
15
15
  * (none)
16
16
  */
17
17
  export interface CdpAssetReferenceRepresentationNormalized {
18
- createdBy: CdpUserRepresentation_CdpUserRepresentation;
18
+ createdBy?: CdpUserRepresentation_CdpUserRepresentation;
19
19
  /** Created date */
20
- createdDate: string;
20
+ createdDate?: string | null;
21
21
  /** The 18 character ID of the asset */
22
- id: string;
22
+ id?: string;
23
23
  /** Label of the asset */
24
- label: string;
25
- lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
24
+ label?: string | null;
25
+ lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
26
26
  /** Last modified date */
27
- lastModifiedDate: string;
27
+ lastModifiedDate?: string | null;
28
28
  /** Name of the asset */
29
- name: string;
29
+ name?: string | null;
30
30
  /** Namespace of the asset */
31
- namespace: string;
31
+ namespace?: string | null;
32
32
  /** Url */
33
- url: string;
33
+ url?: string | null;
34
34
  }
35
35
  /**
36
36
  * Represents Cdp Asset Reference
@@ -39,13 +39,13 @@ export interface CdpAssetReferenceRepresentationNormalized {
39
39
  * (none)
40
40
  */
41
41
  export interface CdpAssetReferenceRepresentation {
42
- createdBy: CdpUserRepresentation_CdpUserRepresentation;
43
- createdDate: string;
44
- id: string;
45
- label: string;
46
- lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
47
- lastModifiedDate: string;
48
- name: string;
49
- namespace: string;
50
- url: string;
42
+ createdBy?: CdpUserRepresentation_CdpUserRepresentation;
43
+ createdDate?: string | null;
44
+ id?: string;
45
+ label?: string | null;
46
+ lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
47
+ lastModifiedDate?: string | null;
48
+ name?: string | null;
49
+ namespace?: string | null;
50
+ url?: string | null;
51
51
  }
@@ -1,7 +1,7 @@
1
1
  import { CdpMlConfiguredModelRepresentation as CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation } from './CdpMlConfiguredModelRepresentation';
2
2
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, StoreLink as $64$luvio_engine_StoreLink, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
3
3
  export declare const TTL = 1000;
4
- export declare const VERSION = "06a9e2678743ed66dde7a06f3c7a39c6";
4
+ export declare const VERSION = "2b3092c57f5f0a17513ae28d59875559";
5
5
  export declare function validate(obj: any, path?: string): TypeError | null;
6
6
  export declare const RepresentationType: string;
7
7
  export declare function normalize(input: CdpMlConfiguredModelCollectionRepresentation, existing: CdpMlConfiguredModelCollectionRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlConfiguredModelCollectionRepresentationNormalized;
@@ -17,7 +17,7 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
17
17
  */
18
18
  export interface CdpMlConfiguredModelCollectionRepresentationNormalized {
19
19
  /** List of configured models */
20
- models: Array<$64$luvio_engine_StoreLink>;
20
+ models?: Array<$64$luvio_engine_StoreLink>;
21
21
  /** Total size of collection */
22
22
  totalSize: number;
23
23
  /** Url */
@@ -30,7 +30,7 @@ export interface CdpMlConfiguredModelCollectionRepresentationNormalized {
30
30
  * (none)
31
31
  */
32
32
  export interface CdpMlConfiguredModelCollectionRepresentation {
33
- models: Array<CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation>;
33
+ models?: Array<CdpMlConfiguredModelRepresentation_CdpMlConfiguredModelRepresentation>;
34
34
  totalSize: number;
35
35
  url: string;
36
36
  }
@@ -1,6 +1,9 @@
1
+ import { CdpMlCustomizableFieldInputRepresentation as CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation } from './CdpMlCustomizableFieldInputRepresentation';
2
+ import { CdpAssetReferenceInputRepresentation as CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation } from './CdpAssetReferenceInputRepresentation';
3
+ import { CdpMlModelParameterOverrideInputRepresentation as CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation } from './CdpMlModelParameterOverrideInputRepresentation';
1
4
  import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
5
  export declare const TTL = 1000;
3
- export declare const VERSION = "d789a73d7329df6ac5588cf2b0908f97";
6
+ export declare const VERSION = "d44cb1543a6f472fef08ad75102c98b1";
4
7
  export declare function validate(obj: any, path?: string): TypeError | null;
5
8
  export declare const RepresentationType: string;
6
9
  export declare function normalize(input: CdpMlConfiguredModelInputRepresentation, existing: CdpMlConfiguredModelInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlConfiguredModelInputRepresentationNormalized;
@@ -16,25 +19,25 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
16
19
  */
17
20
  export interface CdpMlConfiguredModelInputRepresentationNormalized {
18
21
  /** Actionable Fields */
19
- actionableFields: Array<{}>;
22
+ actionableFields?: Array<CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
20
23
  /** Artifact */
21
- artifact: {};
24
+ artifact?: CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
22
25
  /** Model capability */
23
- capability: string;
26
+ capability?: string;
24
27
  /** Customizable Fields */
25
- customizableFields: Array<{}>;
28
+ customizableFields?: Array<CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
26
29
  /** Model description */
27
- description: string;
30
+ description?: string | null;
28
31
  /** Filter */
29
- filter: {};
32
+ filter?: {};
30
33
  /** Model label */
31
- label: string;
34
+ label?: string | null;
32
35
  /** Model Parameter override */
33
- parameterOverrides: Array<{}>;
36
+ parameterOverrides?: Array<CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation>;
34
37
  /** Position */
35
- position: number;
38
+ position?: number;
36
39
  /** Model status */
37
- status: string;
40
+ status?: string;
38
41
  }
39
42
  /**
40
43
  * Input representation for a Cdp Ml Configured Model (Active Partition)
@@ -43,14 +46,14 @@ export interface CdpMlConfiguredModelInputRepresentationNormalized {
43
46
  * (none)
44
47
  */
45
48
  export interface CdpMlConfiguredModelInputRepresentation {
46
- actionableFields: Array<{}>;
47
- artifact: {};
48
- capability: string;
49
- customizableFields: Array<{}>;
50
- description: string;
51
- filter: {};
52
- label: string;
53
- parameterOverrides: Array<{}>;
54
- position: number;
55
- status: string;
49
+ actionableFields?: Array<CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
50
+ artifact?: CdpAssetReferenceInputRepresentation_CdpAssetReferenceInputRepresentation;
51
+ capability?: string;
52
+ customizableFields?: Array<CdpMlCustomizableFieldInputRepresentation_CdpMlCustomizableFieldInputRepresentation>;
53
+ description?: string | null;
54
+ filter?: {};
55
+ label?: string | null;
56
+ parameterOverrides?: Array<CdpMlModelParameterOverrideInputRepresentation_CdpMlModelParameterOverrideInputRepresentation>;
57
+ position?: number;
58
+ status?: string;
56
59
  }
@@ -5,11 +5,11 @@ import { CdpMlFilterRepresentation as CdpMlFilterRepresentation_CdpMlFilterRepre
5
5
  import { CdpMlModelParameterOverrideBaseRepresentation as CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation } from './CdpMlModelParameterOverrideBaseRepresentation';
6
6
  import { KeyMetadata as $64$luvio_engine_KeyMetadata, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata, Luvio as $64$luvio_engine_Luvio, IngestPath as $64$luvio_engine_IngestPath, Store as $64$luvio_engine_Store, BaseFragment as $64$luvio_engine_BaseFragment, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap } from '@luvio/engine';
7
7
  export declare const TTL = 1000;
8
- export declare const VERSION = "fd6be4e2373b9db208417a21b7500f5f";
8
+ export declare const VERSION = "f9608bc4ae3825a8da2fc0992ae87b6e";
9
9
  export declare function validate(obj: any, path?: string): TypeError | null;
10
10
  export declare const RepresentationType: string;
11
11
  export interface KeyParams extends $64$luvio_engine_KeyMetadata {
12
- modelId: string;
12
+ modelIdOrName: string;
13
13
  }
14
14
  export type CdpMlConfiguredModelRepresentationNormalizedKeyMetadata = KeyParams & $64$luvio_engine_NormalizedKeyMetadata;
15
15
  export type PartialCdpMlConfiguredModelRepresentationNormalizedKeyMetadata = Partial<KeyParams> & $64$luvio_engine_NormalizedKeyMetadata;
@@ -26,42 +26,42 @@ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableSto
26
26
  * Represents Cdp Ml Configured Model (Active Partition)
27
27
  *
28
28
  * Keys:
29
- * modelId (string): id
29
+ * modelIdOrName (string): name
30
30
  */
31
31
  export interface CdpMlConfiguredModelRepresentationNormalized {
32
32
  /** List of actionable fields */
33
- actionableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
33
+ actionableFields?: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
34
34
  /** AI model */
35
35
  artifact: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
36
36
  /** Model capability */
37
37
  capability: string;
38
38
  /** Created by */
39
- createdBy: CdpUserRepresentation_CdpUserRepresentation;
39
+ createdBy?: CdpUserRepresentation_CdpUserRepresentation;
40
40
  /** Created date */
41
- createdDate: string;
41
+ createdDate?: string | null;
42
42
  /** List of customizable fields */
43
43
  customizableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
44
44
  /** Model description */
45
- description: string;
45
+ description?: string | null;
46
46
  filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
47
47
  /** The 18 character ID of the asset */
48
- id: string;
48
+ id?: string;
49
49
  /** Label of the asset */
50
- label: string;
50
+ label?: string | null;
51
51
  /** Last activated by */
52
- lastActivatedBy: CdpUserRepresentation_CdpUserRepresentation;
52
+ lastActivatedBy?: CdpUserRepresentation_CdpUserRepresentation;
53
53
  /** Last activated date */
54
- lastActivatedDate: string;
54
+ lastActivatedDate?: string;
55
55
  /** Last modified by */
56
- lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
56
+ lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
57
57
  /** Last modified date */
58
- lastModifiedDate: string;
58
+ lastModifiedDate?: string | null;
59
59
  /** Live metrics url */
60
- metricsUrl: string;
60
+ metricsUrl?: string | null;
61
61
  /** Name of the asset */
62
62
  name: string;
63
63
  /** Namespace of the asset */
64
- namespace: string;
64
+ namespace?: string | null;
65
65
  /** List of Model Parameter Overrides */
66
66
  parameterOverrides: Array<CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation>;
67
67
  /** Model position */
@@ -75,26 +75,26 @@ export interface CdpMlConfiguredModelRepresentationNormalized {
75
75
  * Represents Cdp Ml Configured Model (Active Partition)
76
76
  *
77
77
  * Keys:
78
- * modelId (string): id
78
+ * modelIdOrName (string): name
79
79
  */
80
80
  export interface CdpMlConfiguredModelRepresentation {
81
- actionableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
81
+ actionableFields?: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
82
82
  artifact: CdpAssetReferenceRepresentation_CdpAssetReferenceRepresentation;
83
83
  capability: string;
84
- createdBy: CdpUserRepresentation_CdpUserRepresentation;
85
- createdDate: string;
84
+ createdBy?: CdpUserRepresentation_CdpUserRepresentation;
85
+ createdDate?: string | null;
86
86
  customizableFields: Array<CdpMlCustomizableFieldRepresentation_CdpMlCustomizableFieldRepresentation>;
87
- description: string;
87
+ description?: string | null;
88
88
  filter: CdpMlFilterRepresentation_CdpMlFilterRepresentation;
89
- id: string;
90
- label: string;
91
- lastActivatedBy: CdpUserRepresentation_CdpUserRepresentation;
92
- lastActivatedDate: string;
93
- lastModifiedBy: CdpUserRepresentation_CdpUserRepresentation;
94
- lastModifiedDate: string;
95
- metricsUrl: string;
89
+ id?: string;
90
+ label?: string | null;
91
+ lastActivatedBy?: CdpUserRepresentation_CdpUserRepresentation;
92
+ lastActivatedDate?: string;
93
+ lastModifiedBy?: CdpUserRepresentation_CdpUserRepresentation;
94
+ lastModifiedDate?: string | null;
95
+ metricsUrl?: string | null;
96
96
  name: string;
97
- namespace: string;
97
+ namespace?: string | null;
98
98
  parameterOverrides: Array<CdpMlModelParameterOverrideBaseRepresentation_CdpMlModelParameterOverrideBaseRepresentation>;
99
99
  position: number;
100
100
  status: string;
@@ -0,0 +1,31 @@
1
+ import { IngestPath as $64$luvio_engine_IngestPath, Luvio as $64$luvio_engine_Luvio, Store as $64$luvio_engine_Store, FragmentSelection as $64$luvio_engine_FragmentSelection, ResourceIngest as $64$luvio_engine_ResourceIngest, DurableStoreKeyMetadataMap as $64$luvio_engine_DurableStoreKeyMetadataMap, NormalizedKeyMetadata as $64$luvio_engine_NormalizedKeyMetadata } from '@luvio/engine';
2
+ export declare const VERSION = "2649e55f9d472f8e9ded81f24039ca35";
3
+ export declare function validate(obj: any, path?: string): TypeError | null;
4
+ export declare const RepresentationType: string;
5
+ export declare function normalize(input: CdpMlCustomizableFieldDefinitionInputRepresentation, existing: CdpMlCustomizableFieldDefinitionInputRepresentationNormalized, path: $64$luvio_engine_IngestPath, luvio: $64$luvio_engine_Luvio, store: $64$luvio_engine_Store, timestamp: number): CdpMlCustomizableFieldDefinitionInputRepresentationNormalized;
6
+ export declare const select: () => $64$luvio_engine_FragmentSelection;
7
+ export declare function equals(existing: CdpMlCustomizableFieldDefinitionInputRepresentationNormalized, incoming: CdpMlCustomizableFieldDefinitionInputRepresentationNormalized): boolean;
8
+ export declare const ingest: $64$luvio_engine_ResourceIngest;
9
+ export declare function getTypeCacheKeys(rootKeySet: $64$luvio_engine_DurableStoreKeyMetadataMap, luvio: $64$luvio_engine_Luvio, input: CdpMlCustomizableFieldDefinitionInputRepresentation, fullPathFactory: () => string | $64$luvio_engine_NormalizedKeyMetadata): void;
10
+ /**
11
+ * Input representation for a Cdp Ml Customizable Field Definition
12
+ *
13
+ * Keys:
14
+ * (none)
15
+ */
16
+ export interface CdpMlCustomizableFieldDefinitionInputRepresentationNormalized {
17
+ /** Filter */
18
+ filter: {};
19
+ /** Template Text */
20
+ templateText: string;
21
+ }
22
+ /**
23
+ * Input representation for a Cdp Ml Customizable Field Definition
24
+ *
25
+ * Keys:
26
+ * (none)
27
+ */
28
+ export interface CdpMlCustomizableFieldDefinitionInputRepresentation {
29
+ filter: {};
30
+ templateText: string;
31
+ }