ImageObjectDetection interface  
Image Object Detection. Object detection is used to identify objects in an image and locate each object with a bounding box e.g. locate all dogs and cats in an image and draw a bounding box around each.
Properties
| primary | Primary metric to optimize for this task. | 
| task | Polymorphic discriminator, which specifies the different types this object can be | 
Inherited Properties
| limit | [Required] Limit settings for the AutoML job. | 
| log | Log verbosity for the job. | 
| model | Settings used for training the model. | 
| search | Search space for sampling different combinations of models and their hyperparameters. | 
| sweep | Model sweeping and hyperparameter sweeping related settings. | 
| target | Target column name: This is prediction values column. Also known as label column name in context of classification tasks. | 
| training | [Required] Training data input. | 
| validation | Validation data inputs. | 
| validation | The fraction of training dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided. | 
Property Details
		primaryMetric
	 
	Primary metric to optimize for this task.
primaryMetric?: stringProperty Value
string
		taskType
	 
	Polymorphic discriminator, which specifies the different types this object can be
taskType: "ImageObjectDetection"Property Value
"ImageObjectDetection"
Inherited Property Details
		limitSettings
	 
	[Required] Limit settings for the AutoML job.
limitSettings: ImageLimitSettingsProperty Value
Inherited From ImageObjectDetectionBase.limitSettings
		logVerbosity
	 
	Log verbosity for the job.
logVerbosity?: stringProperty Value
string
Inherited From AutoMLVertical.logVerbosity
		modelSettings
	 
	Settings used for training the model.
modelSettings?: ImageModelSettingsObjectDetectionProperty Value
Inherited From ImageObjectDetectionBase.modelSettings
		searchSpace
	 
	Search space for sampling different combinations of models and their hyperparameters.
searchSpace?: ImageModelDistributionSettingsObjectDetection[]Property Value
Inherited From ImageObjectDetectionBase.searchSpace
		sweepSettings
	 
	Model sweeping and hyperparameter sweeping related settings.
sweepSettings?: ImageSweepSettingsProperty Value
Inherited From ImageObjectDetectionBase.sweepSettings
		targetColumnName
	  
	Target column name: This is prediction values column. Also known as label column name in context of classification tasks.
targetColumnName?: stringProperty Value
string
Inherited From AutoMLVertical.targetColumnName
		trainingData
	 
	[Required] Training data input.
trainingData: MLTableJobInputProperty Value
Inherited From AutoMLVertical.trainingData
		validationData
	 
	Validation data inputs.
validationData?: MLTableJobInputProperty Value
Inherited From ImageObjectDetectionBase.validationData
		validationDataSize
	  
	The fraction of training dataset that needs to be set aside for validation purpose. Values between (0.0 , 1.0) Applied when validation dataset is not provided.
validationDataSize?: numberProperty Value
number
Inherited From ImageObjectDetectionBase.validationDataSize