ImageInstanceSegmentation Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of ImageInstanceSegmentation.
public ImageInstanceSegmentation (Azure.ResourceManager.MachineLearning.Models.MachineLearningTableJobInput trainingData, Azure.ResourceManager.MachineLearning.Models.ImageLimitSettings limitSettings);
new Azure.ResourceManager.MachineLearning.Models.ImageInstanceSegmentation : Azure.ResourceManager.MachineLearning.Models.MachineLearningTableJobInput * Azure.ResourceManager.MachineLearning.Models.ImageLimitSettings -> Azure.ResourceManager.MachineLearning.Models.ImageInstanceSegmentation
Public Sub New (trainingData As MachineLearningTableJobInput, limitSettings As ImageLimitSettings)
Parameters
- trainingData
- MachineLearningTableJobInput
[Required] Training data input.
- limitSettings
- ImageLimitSettings
[Required] Limit settings for the AutoML job.
Exceptions
trainingData
or limitSettings
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET