Newer Version Available
AIApplicationConfig
Additional prediction information related to an AI application. This type extends the Metadata metadata type and inherits its
fullName field.
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 developer name of the parent application. 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. |
| 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.