Click or drag to resize

RecommendationModelVersion Class

The product recommendation model version that's built using the Azure recommendation service.
Inheritance Hierarchy
SystemObject
  Entity
    Crm.MSCrmServiceRecommendationModelVersion

Namespace: Crm.MSCrmService
Assembly: Scripting (in Scripting.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class RecommendationModelVersion : Entity, 
	INotifyPropertyChanging, INotifyPropertyChanged

The RecommendationModelVersion type exposes the following members.

Constructors
 NameDescription
Public methodRecommendationModelVersion Default Constructor.
Top
Properties
 NameDescription
Public propertyAttributes
(Inherited from Entity)
Public propertyAzureBuildId Shows the Azure Bbuild IdID.
Public propertyAzureModelBuildStatus Shows the status of the model build in Azure.
Public propertyBasketDataSynchronizationStatus Shows the status of the basket data synchronization, for example, if it hasn't started, or it's in progress.
Public propertyBuildEndedOn Shows the time when the model build was successfully completed.
Public propertyBuildStartedOn Shows Tthe time when the model build was started.
Public propertyCatalogCoverage Shows an estimate of how good the data used for model building covers relationships between products. A higher number is better.
Public propertyCatalogSynchronizationStatus Shows the catalog synchronization status.
Public propertyCreatedBy Unique identifier of the user who created the recommendation model version.
Public propertyCreatedOn Date and time when the recommendation model version was created.
Public propertyCreatedOnBehalfBy Unique identifier of the delegate user who created the recommendation model version.
Public propertyDescription Type a meaningful description for the recommendation model version.
Public propertyDuration Shows how long it took to finish the build.
Public propertyEntityState
(Inherited from Entity)
Public propertyExtensionData
(Inherited from Entity)
Public propertyFormattedValues
(Inherited from Entity)
Public propertyHasLazyFileAttribute
(Inherited from Entity)
Public propertyId
(Overrides Entity.Id)
Public propertyItem
(Inherited from Entity)
Public propertyKeyAttributes
(Inherited from Entity)
Public propertyLazyFileAttributeKey
(Inherited from Entity)
Public propertyLazyFileAttributeValue
(Inherited from Entity)
Public propertyLazyFileSizeAttributeKey
(Inherited from Entity)
Public propertyLazyFileSizeAttributeValue
(Inherited from Entity)
Public propertylk_recommendationmodelversion_createdby N:1 lk_recommendationmodelversion_createdby
Public propertylk_recommendationmodelversion_createdonbehalfby N:1 lk_recommendationmodelversion_createdonbehalfby
Public propertylk_recommendationmodelversion_modifiedby N:1 lk_recommendationmodelversion_modifiedby
Public propertylk_recommendationmodelversion_modifiedonbehalfby N:1 lk_recommendationmodelversion_modifiedonbehalfby
Public propertyLogicalName
(Inherited from Entity)
Public propertyLogicAppRunId Shows the name of the Azure Logic App instance triggered by the model version.
Public propertyModifiedBy Unique identifier of the user who modified the recommendation model version.
Public propertyModifiedOn Date and time when the recommendation model version was last modified.
Public propertyModifiedOnBehalfBy Unique identifier of the delegate user who last modified the recommendation model version.
Public propertyName Type a meaningful name for the recommendation model version.
Public propertyorganization_recommendationmodelversion N:1 organization_recommendationmodelversion
Public propertyOrganizationId Unique identifier of the organization associated with the recommendation model version.
Public propertyPercentileRank Shows an estimate of top percentile rank that the tested recommendations fall in. A lower number is better.
Public propertyrecommendationmodel_recommendationmodelversion N:1 recommendationmodel_recommendationmodelversion
Public propertyRecommendationModelId Unique identifier for the model associated with the model version.
Public propertyrecommendationmodelversion_recommendationmodel 1:N recommendationmodelversion_recommendationmodel
Public propertyrecommendationmodelversion_recommendationmodelmapping 1:N recommendationmodelversion_recommendationmodelmapping
Public propertyrecommendationmodelversion_recommendationmodelversionhistory 1:N recommendationmodelversion_recommendationmodelversionhistory
Public propertyRecommendationModelVersionId Unique identifier of the recommendation model version.
Public propertyRelatedEntities
(Inherited from Entity)
Public propertyRowVersion
(Inherited from Entity)
Public propertyStatusCode Shows the status of the model version.
Top
Methods
 NameDescription
Public methodContains
(Inherited from Entity)
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetAttributeValue``1
(Inherited from Entity)
Protected methodGetFormattedAttributeValue
(Inherited from Entity)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Protected methodGetRelatedEntities``1
(Inherited from Entity)
Protected methodGetRelatedEntity``1
(Inherited from Entity)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodSetAttributeValue
(Inherited from Entity)
Protected methodSetRelatedEntities``1
(Inherited from Entity)
Protected methodSetRelatedEntity``1
(Inherited from Entity)
Public methodToEntity``1
(Inherited from Entity)
Public methodToEntityReference
(Inherited from Entity)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodTryGetAttributeValue``1
(Inherited from Entity)
Top
Events
Fields
See Also