@salesforce/lds-adapters-cdp-personalization-service 1.332.0-dev1 → 1.332.0-dev10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/es2018/cdp-personalization-service.js +464 -147
- package/dist/es/es2018/types/src/generated/types/EsModelArtifactBaseFieldRepresentation.d.ts +34 -0
- package/dist/es/es2018/types/src/generated/types/EsModelArtifactRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDataMlModelInputRepresentation.d.ts +38 -0
- package/dist/es/es2018/types/src/generated/types/PersonalizationDataMlModelRepresentation.d.ts +21 -10
- package/dist/es/es2018/types/src/generated/types/PersonalizationRecommenderJobCollectionRepresentation.d.ts +5 -5
- package/package.json +3 -3
- package/sfdc/index.js +439 -122
- package/src/raml/api.raml +65 -7
package/src/raml/api.raml
CHANGED
|
@@ -742,9 +742,11 @@ types:
|
|
|
742
742
|
currentPageUrl:
|
|
743
743
|
description: Url of the current page
|
|
744
744
|
type: string
|
|
745
|
+
required: false
|
|
745
746
|
nextPageUrl:
|
|
746
747
|
description: Url of the next page
|
|
747
748
|
type: string
|
|
749
|
+
required: false
|
|
748
750
|
jobs:
|
|
749
751
|
description: List of training job results
|
|
750
752
|
type: array
|
|
@@ -784,6 +786,37 @@ types:
|
|
|
784
786
|
description: Error message
|
|
785
787
|
type: string
|
|
786
788
|
required: false
|
|
789
|
+
EsModelArtifactBaseFieldRepresentation:
|
|
790
|
+
description: Es Model Artifact Base Field
|
|
791
|
+
type: object
|
|
792
|
+
properties:
|
|
793
|
+
dataType:
|
|
794
|
+
description: Field data type
|
|
795
|
+
type: string
|
|
796
|
+
label:
|
|
797
|
+
description: label
|
|
798
|
+
type: string
|
|
799
|
+
name:
|
|
800
|
+
description: name
|
|
801
|
+
type: string
|
|
802
|
+
EsModelArtifactRepresentation:
|
|
803
|
+
description: ES Model Artifact
|
|
804
|
+
type: object
|
|
805
|
+
properties:
|
|
806
|
+
id:
|
|
807
|
+
description: ID
|
|
808
|
+
type: string
|
|
809
|
+
label:
|
|
810
|
+
description: label
|
|
811
|
+
type: string
|
|
812
|
+
name:
|
|
813
|
+
description: name
|
|
814
|
+
type: string
|
|
815
|
+
outputFields:
|
|
816
|
+
description: Field data type
|
|
817
|
+
type: array
|
|
818
|
+
items:
|
|
819
|
+
type: EsModelArtifactBaseFieldRepresentation
|
|
787
820
|
PersonalizationDataMlModelCollectionRepresentation:
|
|
788
821
|
description: Represent Personalization Data Ml Model Collection
|
|
789
822
|
type: object
|
|
@@ -794,23 +827,48 @@ types:
|
|
|
794
827
|
items:
|
|
795
828
|
type: PersonalizationDataMlModelRepresentation
|
|
796
829
|
PersonalizationDataMlModelRepresentation:
|
|
797
|
-
description: Personalization Data Ml Model
|
|
830
|
+
description: Represent Personalization Data Ml Model
|
|
798
831
|
type: object
|
|
799
832
|
properties:
|
|
800
833
|
dataSpaceId:
|
|
801
|
-
description:
|
|
834
|
+
description: DataSpace Id
|
|
835
|
+
type: string
|
|
836
|
+
esModelDefinition:
|
|
837
|
+
description: ES model artifact definition
|
|
838
|
+
type: EsModelArtifactRepresentation
|
|
839
|
+
id:
|
|
840
|
+
description: The 18 character ID of the record
|
|
802
841
|
type: string
|
|
803
|
-
|
|
804
|
-
description:
|
|
842
|
+
label:
|
|
843
|
+
description: label of the model mapping
|
|
805
844
|
type: string
|
|
806
|
-
|
|
807
|
-
description:
|
|
845
|
+
name:
|
|
846
|
+
description: Name of the model mapping
|
|
847
|
+
type: string
|
|
848
|
+
personalizationInputs:
|
|
849
|
+
description: Personalization Input mappings to ES model
|
|
808
850
|
type: array
|
|
809
851
|
items:
|
|
810
|
-
type:
|
|
852
|
+
type: PersonalizationDataMlModelInputRepresentation
|
|
811
853
|
profileDataGraphId:
|
|
812
854
|
description: Profile Data Graph Id
|
|
813
855
|
type: string
|
|
856
|
+
PersonalizationDataMlModelInputRepresentation:
|
|
857
|
+
description: 'Represents Personalization Data Ml Model Input '
|
|
858
|
+
type: object
|
|
859
|
+
properties:
|
|
860
|
+
esModelInputFeatureId:
|
|
861
|
+
description: ID of the ML data model input feature
|
|
862
|
+
type: string
|
|
863
|
+
id:
|
|
864
|
+
description: ID of the personalization ML data model input feature
|
|
865
|
+
type: string
|
|
866
|
+
inputField:
|
|
867
|
+
description: CDP ES model Input Feature
|
|
868
|
+
type: EsModelArtifactBaseFieldRepresentation
|
|
869
|
+
personalisationField:
|
|
870
|
+
description: Path or Name to the personalization field
|
|
871
|
+
type: string
|
|
814
872
|
/personalization:
|
|
815
873
|
/personalization-points:
|
|
816
874
|
post:
|