Newer Version Available

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

Build a Model

Use a dataset that's available in your org to build a model that identifies objects in an image.
Resource
1/services/data/vXX.X/connect/object-detection/datasets/datasetId/train
Available version
47.0
HTTP methods
POST
Request Body
JSON example
1{
2   "modelName": “object detection model”
3}
Properties
Name Type Description Required or Optional Available Version
modelName String Name of the model that you want to build. Required 47.0
Response body for POST
Model Build Result