Newer Version Available
AIApplication
Represents an instance of an AI application. For example, Einstein Prediction Builder.
This type extends the Metadata metadata type and inherits its fullName field.
File Suffix and Directory Location
AIApplication components have the suffix .ai and are stored in the aiApplications folder.
Version
AIApplication is available in API version 50.0 and later.
Fields
| Field Name | Field Type | Description |
|---|---|---|
| developerName | string | Required. Represents the name of the 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. |
| masterLabel | string | Label that identifies the AI application throughout the Salesforce user interface. |
| status | AIApplicationStatus (enumeration of type string) | Required. The status of the application. Valid values are:
|
| type | AIApplicationType (enumeration of type string) | The type of AI application. 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.