PredictorServiceAdmin Object

Ee824794.c++_off(en-US,CS.10).gifEe824794.vb_on(en-US,CS.10).gif

Use this object to retrieve a list of the available analysis models, a list of the available model configurations, and the date the Predictor resource was last started.

ProgID:   Commerce.PredictorServiceAdmin (Externally creatable)
COM Class Name:   PredictorServiceAdmin
COM Interface Name:   IPredictorServiceAdmin
Interface ID Constant:   IID_IPredictorServiceAdmin
Header File:   PredictorService.h
Type Library Name:   Microsoft Commerce 2000 Predictor Service Type Library
EXE Name:   PredServ.exe
Threading Model:   Both

In C++, use the IPredictorServiceAdmin interface to access the properties of the object.

The properties of the PredictorServiceAdmin object are shown in the following table.

Property Type Description
dateLastStarted DATE Retrieves the date the Predictor resource was last started.

This property is read-only.

slModelConfigs ISimpleList Retrieves a list of currently available model configurations.

This property is read-only.

slModels ISimpleList Retrieves a list of currently available models.

This property is read-only.

Remarks

The PredictorServiceSiteAdmin object provides methods for maintaining the models and model configurations. The PredictorClient object loads the appropriate model and makes the actual predictions. Generate new models by using the PredModelBuilder object.

See Also

Prediction Objects

Predictor Schema

PredictorClient Object

PredictorServiceSiteAdmin Object

PredModelBuilder Object

Running the Predictor Resource


All rights reserved.