Bagikan melalui


Iteration.DomainId Property

Definition

Gets get or sets a guid of the domain the iteration has been trained on.

[Newtonsoft.Json.JsonProperty(PropertyName="domainId")]
public Guid? DomainId { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="domainId")>]
member this.DomainId : Nullable<Guid>
Public ReadOnly Property DomainId As Nullable(Of Guid)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to