PredModelBuilder.slRunningModels

Ee825106.c++_on(en-US,CS.10).gifEe825106.vb_off(en-US,CS.10).gif

The slRunningModels property is a read-only SimpleList object that contains information on the active (running and paused) model build threads.

Definition

Property slRunningModels() As Object

Parameters

None.

Error Values

This method sets the Number property of the global Err object to S_OK (&H00000000) to indicate success and to standard COM error values to indicate failure. For more information about standard COM errors, see Standard COM Errors. Additional information may be available using the global Err object. In particular, the Description property may contain a text description of the error.

Remarks

The SimpleList object, slRunningModels, contains a Dictionary object for each running model. The keys of the Dictionary object are the names of the model properties as listed in the PredictorModels Table except for the properties dependent on a successful finished build. The properties that are unavailable are: DateCreated, DataFitScore, RecommendScore, and BuildTime. After a successful build, these properties are available through the slModels property of the PredictorServiceAdmin object or the dModelInfo property of the PredictorServiceSiteAdmin object. The following table describes a few of the keys contained in the Dictionary object. For information about the remaining keys, see PredictorModels Table.

Key Name Type Description
DWResourceName String Name of the Data Warehouse resource where the model configuration is defined.
ModelCfgName String Name of the model configuration used to build the model.
BuildID Long The ID of the build thread.
ModelName String Model name.

Use the Status property to check the status of a specific model build thread.

For more information about memory ownership issues related to COM property and method parameters, see Managing COM Parameter Memory.

See Also

PredictorServiceAdmin.slModels

PredictorServiceSiteAdmin.dModelInfo

PredModelBuilder Object

PredModelBuilder.Start

PredModelBuilder.Stop

PredModelBuilder.StopAllBuilds

PredModelBuilder.Status


All rights reserved.