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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET