ImageCreateSummary Constructors
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.
Overloads
ImageCreateSummary() |
Initializes a new instance of the ImageCreateSummary class. |
ImageCreateSummary(Boolean, IList<ImageCreateResult>) |
Initializes a new instance of the ImageCreateSummary class. |
ImageCreateSummary()
- Source:
- ImageCreateSummary.cs
- Source:
- ImageCreateSummary.cs
Initializes a new instance of the ImageCreateSummary class.
public ImageCreateSummary ();
Public Sub New ()
Applies to
ImageCreateSummary(Boolean, IList<ImageCreateResult>)
- Source:
- ImageCreateSummary.cs
- Source:
- ImageCreateSummary.cs
Initializes a new instance of the ImageCreateSummary class.
public ImageCreateSummary (bool isBatchSuccessful = false, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateResult> images = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateSummary : bool * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateResult> -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.ImageCreateSummary
Public Sub New (Optional isBatchSuccessful As Boolean = false, Optional images As IList(Of ImageCreateResult) = Nothing)
Parameters
- isBatchSuccessful
- Boolean
True if all of the images in the batch were created successfully, otherwise false.
- images
- IList<ImageCreateResult>
List of the image creation results.
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