PredictorServiceAdmin Object [C++]
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 |
Type Library Name: | Microsoft Commerce 2002 Predictor Service Type Library |
EXE Name: | PredServ.exe |
Threading Model: | Both |
[C++]
COM Interface Name: | IPredictorServiceAdmin |
Interface ID Constant: | IID_IPredictorServiceAdmin |
Header File: | PredictorService.h |
[C++]
In C++, use the IPredictorServiceAdmin interface to access the properties of the object.
Properties
[C++]
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. |
[Visual Basic]
Property | Type | Description |
---|---|---|
dateLastStarted | Date | Retrieves the date the Predictor resource was last started.
This property is read-only. |
slModelConfigs | Object | Retrieves a list of currently available model configurations.
This property is read-only. |
slModels | Object | 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
[C++]Business Analysis Objects
[C++]Predictor Schema
[C++]PredictorServiceSiteAdmin Object
[C++]Running the Predictor Resource
[Visual Basic]Business Analysis Objects
[Visual Basic]Predictor Schema
[Visual Basic]PredictorClient Object
[Visual Basic]PredictorServiceSiteAdmin Object
[Visual Basic]PredModelBuilder Object
[Visual Basic]Running the Predictor Resource
Copyright © 2005 Microsoft Corporation.
All rights reserved.