recommendationmodelversion EntityType
Description: The product recommendation model version that's built using the Azure recommendation service.
Entity Set path: [organization URI]/api/data/v8.0/recommendationmodelversions
Base Type: crmbaseentity EntityType
Display Name: Recommendation Model Version
Primary Key: recommendationmodelversionid
Primary Name Attribute: name
Properties
Single-valued navigation properties
Collection-valued navigation properties
Properties
Properties represent fields of data stored in the entity. Some properties are not writable.
Name |
Type |
Details |
---|---|---|
_createdby_value |
Edm.Guid |
Description: Unique identifier of the user who created the recommendation model version. Computed property Read-only property |
_createdonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who created the recommendation model version. Computed property Read-only property |
_modifiedby_value |
Edm.Guid |
Description: Unique identifier of the user who modified the recommendation model version. Computed property Read-only property |
_modifiedonbehalfby_value |
Edm.Guid |
Description: Unique identifier of the delegate user who last modified the recommendation model version. Computed property Read-only property |
_organizationid_value |
Edm.Guid |
Description: Unique identifier of the organization associated with the recommendation model version. Computed property Read-only property |
_recommendationmodelid_value |
Edm.Guid |
Description: Unique identifier for the model associated with the model version. Computed property Read-only property |
azurebuildid |
Edm.String |
Description: Shows the Azure Bbuild IdID. Display Name: Azure Build Id |
azuremodelbuildstatus |
Edm.Int32 |
Description: Shows the status of the model build in Azure. Default Options: 0 : Not Started Display Name: Azure Model Build Status |
basketdatasynchronizationstatus |
Edm.Int32 |
Description: Shows the status of the basket data synchronization, for example, if it hasn't started, or it's in progress. Default Options: 1 : Not Started Display Name: Basket Data Synchronization Status |
buildendedon |
Edm.DateTimeOffset |
Description: Shows the time when the model build was successfully completed. Display Name: Build End Time |
buildstartedon |
Edm.DateTimeOffset |
Description: Shows Tthe time when the model build was started. Display Name: Build Start Time |
catalogcoverage |
Edm.Int32 |
Description: Shows an estimate of how good the data used for model building covers relationships between products. A higher number is better. Display Name: Catalog Coverage (%) |
catalogsynchronizationstatus |
Edm.Int32 |
Description: Shows the catalog synchronization status. Default Options: 1 : Not Started Display Name: Catalog Synchronization Status |
createdon |
Edm.DateTimeOffset |
Description: Date and time when the recommendation model version was created. Display Name: Created On Read-only property |
description |
Edm.String |
Description: Type a meaningful description for the recommendation model version. Display Name: Description |
duration |
Edm.Int32 |
Description: Shows how long, in minutes, it took to finish the build. Display Name: Duration (in minutes) Computed property Read-only property |
logicapprunid |
Edm.String |
Description: Shows the name of the Azure Logic App instance triggered by the model version. Display Name: Azure Logic App Run Name |
modifiedon |
Edm.DateTimeOffset |
Description: Date and time when the recommendation model version was last modified. Display Name: Modified On Read-only property |
name |
Edm.String |
Description: Type a meaningful name for the recommendation model version. Display Name: Name |
percentilerank |
Edm.Int32 |
Description: Shows an estimate of top percentile rank that the tested recommendations fall in. A lower number is better. Display Name: Percentile Rank (%) |
recommendationmodelversionid |
Edm.Guid |
Description: Unique identifier of the recommendation model version. Display Name: Recommendation Model Version |
statuscode |
Edm.Int32 |
Description: Shows the status of the model version. Default Options: 1 : Not Started Display Name: Status |
Single-valued navigation properties
Single-valued navigation properties represent lookup fields where a single entity can be referenced.
Name |
Type |
Partner |
---|---|---|
createdby |
lk_recommendationmodelversion_createdby |
|
createdonbehalfby |
lk_recommendationmodelversion_createdonbehalfby |
|
modifiedby |
lk_recommendationmodelversion_modifiedby |
|
modifiedonbehalfby |
lk_recommendationmodelversion_modifiedonbehalfby |
|
organizationid |
organization_recommendationmodelversion |
|
recommendationmodelid |
recommendationmodel_recommendationmodelversion |
Collection-valued navigation properties
Collection-valued navigation properties represent collections of entities which may represent either a one-to-many (1:N) or many-to-many (N:N) relationship between the entities.
Name |
Type |
Partner |
---|---|---|
recommendationmodelversion_recommendationmodel |
recommendationmodelversionid |
|
recommendationmodelversion_recommendationmodelmapping |
recommendationmodelversionid |
|
recommendationmodelversion_recommendationmodelversionhistory |
recommendationmodelversionid |
See Also
Web API Action Reference
Web API Function Reference
Web API Query Function Reference
Web API EnumType Reference
Web API ComplexType Reference
Web API Metadata EntityType Reference
Microsoft Dynamics CRM 2016 and CRM Online
© 2016 Microsoft Corporation. All rights reserved. Copyright