PredictorServiceAdmin.slModelConfigs

Ee797973.c++_on(en-US,CS.10).gifEe797973.vb_off(en-US,CS.10).gif

The slModelConfigs property is a read-only SimpleList object that contains information about the available model configurations.

Definition

Property slModelConfigs 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, slModelConfigs, contains a Dictionary object for each model configuration. A model configuration contains information used to build a model. The following table describes the keys of the Dictionary object which are the names of the model configuration properties.

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.
SiteName String Reserved. May not appear in the dictionary.

Use the DeleteModelConfig method of the PredictorServiceSiteAdmin object to delete a model configuration.

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

See Also

PredictorServiceAdmin Object

PredictorServiceSiteAdmin Object

PredModelBuilder Object


All rights reserved.