@salesforce/lds-adapters-cdp-personalization-service 1.354.0-dev11 → 1.354.0-dev13

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/src/raml/api.raml CHANGED
@@ -1167,6 +1167,22 @@ types:
1167
1167
  description: Error message
1168
1168
  type: string
1169
1169
  required: false
1170
+ PersonalizationDataMlModelInputFeatureRepresentation:
1171
+ description: Represents Personalization Data Ml Model Input
1172
+ type: object
1173
+ properties:
1174
+ inputField:
1175
+ description: CDP ES model Input Feature
1176
+ type: any
1177
+ personalizationField:
1178
+ description: Path or Name to the personalization field
1179
+ type: any
1180
+ type:
1181
+ description: Personalization Field Type
1182
+ type: string
1183
+ enum:
1184
+ - CalculatedInsights
1185
+ - Direct
1170
1186
  PersonalizationDataMlModelCollectionRepresentation:
1171
1187
  description: Represent Personalization Data Ml Model Collection
1172
1188
  type: object
@@ -1177,23 +1193,42 @@ types:
1177
1193
  items:
1178
1194
  type: PersonalizationDataMlModelRepresentation
1179
1195
  PersonalizationDataMlModelRepresentation:
1180
- description: Personalization Data Ml Model Representation.
1196
+ description: Represent Personalization Data Ml Model
1181
1197
  type: object
1182
1198
  properties:
1183
- dataSpaceId:
1184
- description: Data space Id
1199
+ id:
1200
+ description: The 18 character ID of the record
1201
+ type: string
1202
+ label:
1203
+ description: label of the model mapping
1185
1204
  type: string
1186
- esModelDefinitionId:
1187
- description: Einstein studio model Id
1205
+ name:
1206
+ description: Name of the model mapping
1188
1207
  type: string
1189
- personalizationDataMlModelInputList:
1190
- description: Personalization data ML model Input feature
1208
+ dataMlModelInputs:
1209
+ description: Personalization Input mappings to ES model
1191
1210
  type: array
1192
1211
  items:
1193
- type: any
1194
- profileDataGraphId:
1195
- description: Profile Data Graph Id
1212
+ type: PersonalizationDataMlModelInputFeatureRepresentation
1213
+ dataSpaceName:
1214
+ description: DataSpace Name
1215
+ type: string
1216
+ mlConfiguredModel:
1217
+ description: Einstein Studio Configured Model
1218
+ type: any
1219
+ profileDataGraphName:
1220
+ description: Profile Data Graph Name
1221
+ type: string
1222
+ status:
1223
+ description: status of the model mapping
1196
1224
  type: string
1225
+ enum:
1226
+ - Active
1227
+ - CreateError
1228
+ - DeleteError
1229
+ - Deleting
1230
+ - EditError
1231
+ - Processing
1197
1232
 
1198
1233
  /personalization:
1199
1234
  /personalization-points:
@@ -1321,10 +1356,10 @@ types:
1321
1356
  idOrName:
1322
1357
  type: string
1323
1358
  required: true
1324
- /einstein-studio/model-mapping:
1359
+ /data-ml-models:
1325
1360
  get:
1326
1361
  displayName: getP13nEsMlModelCollection
1327
- description: Get Es model mappings in Personalisation
1362
+ description: Get Es model mappings in Personalization
1328
1363
  responses:
1329
1364
  '200':
1330
1365
  description: Success
@@ -1332,15 +1367,28 @@ types:
1332
1367
  application/json:
1333
1368
  type: PersonalizationDataMlModelCollectionRepresentation
1334
1369
  queryParameters:
1335
- dataspaceIdOrName:
1370
+ dataSpaceName:
1336
1371
  type: string
1337
1372
  required: false
1338
1373
  limit:
1339
1374
  type: integer
1340
1375
  required: false
1376
+ mlConfiguredModelName:
1377
+ type: string
1378
+ required: false
1341
1379
  offset:
1342
1380
  type: integer
1343
1381
  required: false
1344
- profileDataGraphIdOrName:
1382
+ profileDataGraphName:
1383
+ type: string
1384
+ required: false
1385
+ status:
1345
1386
  type: string
1346
1387
  required: false
1388
+ enum:
1389
+ - Active
1390
+ - CreateError
1391
+ - DeleteError
1392
+ - Deleting
1393
+ - EditError
1394
+ - Processing
@@ -77,7 +77,7 @@ types:
77
77
  name: postPersonalizationRecommenderSimulateAction
78
78
  (luvio.method): get
79
79
 
80
- /personalization/einstein-studio/model-mapping:
80
+ /personalization/data-ml-models:
81
81
  get:
82
82
  (luvio.adapter):
83
83
  name: getPersonalizationEsModelMapping