{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "PredictionBuilderSettings - Metadata API",
"description": "Represents the settings that determine how a user can interact with Einstein Prediction Builder. This type extends the Metadata metadata type and inherits its fullName field.",
"file_information": ".settings",
"directory_location": "settings",
"fields_columns": [
"type",
"description"
],
"fields": {
"enablePredictionBuilder": {
"type": "boolean",
"description": "Indicates whether Einstein Prediction Builder is enabled (true) or not (false)."
},
"isPredictionBuilderStarted": {
"type": "boolean",
"description": "Indicates whether to display the predictions list view to the user (true) or not (false)."
}
},
"wsdl_segment": "```xml\n\n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "This is a sample Prediction Builder settings file.",
"code": "\n\n false\n false\n"
}
]
}