Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
AIApplicationConfig
File Suffix and Directory Location
AIApplicationConfig components have the suffix .aiapplicationconfig and are stored in the aiApplicationConfigs folder.
Version
AIApplicationConfig is available in API version 50.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| aiApplicationDeveloperName | string | Required. Represents the AIApplication to which AIApplicationConfig belongs. Can contain only underscores and alphanumeric characters and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. Available in API version 51.0 and later. |
| applicationId | string | Required. The ID of the parent AI application. |
| developerName | string | Represents the name of the application config. Can contain only underscores and alphanumeric characters and must be unique in your org. It must begin with a letter, not include spaces, not end with an underscore, and not contain two consecutive underscores. |
| insightReasonEnabled | boolean | Required. When true, generates the predictors, or field values, that were used to generate the prediction value. |
| masterLabel | string | Required. Label that identifies the AI application configuration throughout the Salesforce user interface. |
| rank | int | Required. Reserved for future use. |
| scoringMode | AIScoringMode (enumeration of type string) | Required. Frequency with which the prediction scores are written back. Valid values are:
|
Wildcard Support in the Manifest File
This metadata type supports the wildcard character * (asterisk) in the package.xml manifest file. For information about using the manifest file, see Deploying and Retrieving Metadata with the Zip File.