afv-library/skills/platform-data-and-tooling-api-context-get/assets/enterprise_api/MLPredictionDefinition.json

145 lines
4.9 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"sections": [
"title",
"description",
"fields",
"field_reference"
],
"title": "MLPredictionDefinition - Data API",
"description": "Represents a prediction definition that specifies details about the prediction. This object is available in API version 50.0 and later.",
"fields_columns": [
"type",
"properties",
"description"
],
"fields": {
"ApplicationId": {
"type": "reference",
"properties": "Filter, Group, Nillable, Sort",
"description": "The unique ID of the parent AI Application."
},
"DeveloperName": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "The unique name of the object in the API. This name 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. In managed packages, this field prevents naming conflicts on package installations. With this field, a developer can change the objects name in a managed package and the changes are reflected in a subscribers organization. Note: Only users with View DeveloperName OR View Setup and Configuration permission can view, group, sort, and filter this field."
},
"Language": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The language of the prediction. Possible values are: da—Danish de—German en_US—English es—Spanish es_MX—Spanish (Mexico) fi—Finnish fr—French it—Italian ja—Japanese ko—Korean nl_NL—Dutch no—Norwegian pt_BR—Portuguese (Brazil) ru—Russian sv—Swedish th—Thai zh_CN—Chinese (Simplified) zh_TW—Chinese (Traditional)"
},
"MasterLabel": {
"type": "string",
"properties": "Filter, Group, Sort",
"description": "Label that identifies the prediction throughout the Salesforce user interface."
},
"NamespacePrefix": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Specifies the namespace of the prediction, if installed with a managed package."
},
"PredictionField": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Field that the prediction is based on."
},
"PushbackField": {
"type": "string",
"properties": "Filter, Group, Nillable, Sort",
"description": "Field that the prediction writes scores to."
},
"Status": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The status of the prediction. Possible values are: Disabled Draft Enabled"
},
"Type": {
"type": "picklist",
"properties": "Filter, Group, Restricted picklist, Sort",
"description": "The type of model that returns the prediction values. Possible values are: BinaryClassification DeepLearningIntentClassification DeepLearningNameEntityRecognition GlobalDeepLearningIntentClassification GlobalDeepLearningNameEntityRecognition LanguageDetection MulticlassClassification Regression ScoringSpecificOutcome"
}
},
"field_reference": {
"ApplicationId": {
"field_label": "AI Application ID",
"type": "reference",
"length": "18"
},
"CreatedById": {
"field_label": "Created By ID",
"type": "reference",
"length": "18"
},
"CreatedDate": {
"field_label": "Created Date",
"type": "datetime"
},
"DeveloperName": {
"field_label": "Name",
"type": "string",
"length": "80"
},
"Id": {
"field_label": "ML Prediction Definition ID",
"type": "id",
"length": "18"
},
"IsDeleted": {
"field_label": "Deleted",
"type": "boolean"
},
"Language": {
"field_label": "Master Language",
"type": "picklist",
"length": "40"
},
"LastModifiedById": {
"field_label": "Last Modified By ID",
"type": "reference",
"length": "18"
},
"LastModifiedDate": {
"field_label": "Last Modified Date",
"type": "datetime"
},
"MasterLabel": {
"field_label": "Label",
"type": "string",
"length": "80"
},
"NamespacePrefix": {
"field_label": "Namespace Prefix",
"type": "string",
"length": "15"
},
"PredictionField": {
"field_label": "Prediction Field ID",
"type": "string",
"length": "255"
},
"PushbackField": {
"field_label": "Pushback Field ID",
"type": "string",
"length": "255"
},
"Status": {
"field_label": "ML Prediction Status",
"type": "picklist",
"length": "255"
},
"SystemModstamp": {
"field_label": "System Modstamp",
"type": "datetime"
},
"Type": {
"field_label": "ML Prediction Type",
"type": "picklist",
"length": "255"
}
},
"field_reference_columns": [
"field_label",
"type",
"length"
]
}