Newer Version Available

This content describes an older version of this product. View Latest

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.

Where possible, we changed noninclusive terms to align with our company value of Equality. We maintained certain terms to avoid any effect on customer implementations.

Important

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.

Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field.

Note

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:
  • Disabled
  • Draft
  • Enabled
  • Migrated
type AIApplicationType (enumeration of type string) The type of AI application. Valid values are:
  • PredictionBuilder

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.