Iteration 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
Iteration()
- Source:
- Iteration.cs
- Source:
- Iteration.cs
Initializes a new instance of the Iteration class.
public Iteration ();
Public Sub New ()
Applies to
Iteration(String, Guid, String, DateTime, DateTime, Nullable<DateTime>, Guid, Boolean, IList<String>, Nullable<Guid>, String, String, Int32, Int32, String, String)
- Source:
- Iteration.cs
public Iteration (string name, Guid id = default, string status = default, DateTime created = default, DateTime lastModified = default, DateTime? trainedAt = default, Guid projectId = default, bool exportable = false, System.Collections.Generic.IList<string> exportableTo = default, Guid? domainId = default, string classificationType = default, string trainingType = default, int reservedBudgetInHours = 0, int trainingTimeInMinutes = 0, string publishName = default, string originalPublishResourceId = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration : string * Guid * string * DateTime * DateTime * Nullable<DateTime> * Guid * bool * System.Collections.Generic.IList<string> * Nullable<Guid> * string * string * int * int * string * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration
Public Sub New (name As String, Optional id As Guid = Nothing, Optional status As String = Nothing, Optional created As DateTime = Nothing, Optional lastModified As DateTime = Nothing, Optional trainedAt As Nullable(Of DateTime) = Nothing, Optional projectId As Guid = Nothing, Optional exportable As Boolean = false, Optional exportableTo As IList(Of String) = Nothing, Optional domainId As Nullable(Of Guid) = Nothing, Optional classificationType As String = Nothing, Optional trainingType As String = Nothing, Optional reservedBudgetInHours As Integer = 0, Optional trainingTimeInMinutes As Integer = 0, Optional publishName As String = Nothing, Optional originalPublishResourceId As String = Nothing)
Parameters
- name
- String
- id
- Guid
- status
- String
- created
- DateTime
- lastModified
- DateTime
- projectId
- Guid
- exportable
- Boolean
- classificationType
- String
- trainingType
- String
- reservedBudgetInHours
- Int32
- trainingTimeInMinutes
- Int32
- publishName
- String
- originalPublishResourceId
- String
Applies to
Iteration(String, Guid, String, DateTime, DateTime, Nullable<DateTime>, Guid, Boolean, IList<String>, Nullable<Guid>, String, String, Int32, Int32, String, String, CustomBaseModelInfo, String)
- Source:
- Iteration.cs
public Iteration (string name, Guid id = default, string status = default, DateTime created = default, DateTime lastModified = default, DateTime? trainedAt = default, Guid projectId = default, bool exportable = false, System.Collections.Generic.IList<string> exportableTo = default, Guid? domainId = default, string classificationType = default, string trainingType = default, int reservedBudgetInHours = 0, int trainingTimeInMinutes = 0, string publishName = default, string originalPublishResourceId = default, Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomBaseModelInfo customBaseModelInfo = default, string trainingErrorDetails = default);
new Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration : string * Guid * string * DateTime * DateTime * Nullable<DateTime> * Guid * bool * System.Collections.Generic.IList<string> * Nullable<Guid> * string * string * int * int * string * string * Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.CustomBaseModelInfo * string -> Microsoft.Azure.CognitiveServices.Vision.CustomVision.Training.Models.Iteration
Public Sub New (name As String, Optional id As Guid = Nothing, Optional status As String = Nothing, Optional created As DateTime = Nothing, Optional lastModified As DateTime = Nothing, Optional trainedAt As Nullable(Of DateTime) = Nothing, Optional projectId As Guid = Nothing, Optional exportable As Boolean = false, Optional exportableTo As IList(Of String) = Nothing, Optional domainId As Nullable(Of Guid) = Nothing, Optional classificationType As String = Nothing, Optional trainingType As String = Nothing, Optional reservedBudgetInHours As Integer = 0, Optional trainingTimeInMinutes As Integer = 0, Optional publishName As String = Nothing, Optional originalPublishResourceId As String = Nothing, Optional customBaseModelInfo As CustomBaseModelInfo = Nothing, Optional trainingErrorDetails As String = Nothing)
Parameters
- name
- String
- id
- Guid
- status
- String
- created
- DateTime
- lastModified
- DateTime
- projectId
- Guid
- exportable
- Boolean
- classificationType
- String
- trainingType
- String
- reservedBudgetInHours
- Int32
- trainingTimeInMinutes
- Int32
- publishName
- String
- originalPublishResourceId
- String
- customBaseModelInfo
- CustomBaseModelInfo
- trainingErrorDetails
- String
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