Domain interface
Domains are used as the starting point for your project. Each domain is optimized for specific types of images. Domains with compact in their name can be exported. For more information visit the domain documentation.
Properties
enabled | Indicating if the domain is enabled. NOTE: This property will not be serialized. It can only be populated by the server. |
exportable | Indicating if the domain is exportable. NOTE: This property will not be serialized. It can only be populated by the server. |
exportable |
Platforms that the domain can be exported to. NOTE: This property will not be serialized. It can only be populated by the server. |
id | Domain id. NOTE: This property will not be serialized. It can only be populated by the server. |
model |
Model information. NOTE: This property will not be serialized. It can only be populated by the server. |
name | Name of the domain, describing the types of images used to train it. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Domain type: Classification or ObjectDetection. Possible values include: 'Classification', 'ObjectDetection' NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
enabled
Indicating if the domain is enabled. NOTE: This property will not be serialized. It can only be populated by the server.
enabled?: boolean
Property Value
boolean
exportable
Indicating if the domain is exportable. NOTE: This property will not be serialized. It can only be populated by the server.
exportable?: boolean
Property Value
boolean
exportablePlatforms
Platforms that the domain can be exported to. NOTE: This property will not be serialized. It can only be populated by the server.
exportablePlatforms?: string[]
Property Value
string[]
id
Domain id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
modelInformation
Model information. NOTE: This property will not be serialized. It can only be populated by the server.
modelInformation?: ModelInformation
Property Value
name
Name of the domain, describing the types of images used to train it. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
type
Domain type: Classification or ObjectDetection. Possible values include: 'Classification', 'ObjectDetection' NOTE: This property will not be serialized. It can only be populated by the server.
type?: DomainType