azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.cogniti...

74 строки
3.0 KiB
YAML

### YamlMime:JavaType
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
methods:
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.enabled()
name: enabled()
nameWithType: Domain.enabled()
returns:
description: <p>the enabled value </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the enabled value.</p>
<p></p>
syntax: public boolean enabled()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.enabled()
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.exportable()
name: exportable()
nameWithType: Domain.exportable()
returns:
description: <p>the exportable value </p>
type: <xref href="boolean?alt=boolean&text=boolean" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the exportable value.</p>
<p></p>
syntax: public boolean exportable()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.exportable()
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.id()
name: id()
nameWithType: Domain.id()
returns:
description: <p>the id value </p>
type: <xref href="UUID?alt=UUID&text=UUID" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the id value.</p>
<p></p>
syntax: public UUID id()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.id()
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.name()
name: name()
nameWithType: Domain.name()
returns:
description: <p>the name value </p>
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the name value.</p>
<p></p>
syntax: public String name()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.name()
- fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.type()
name: type()
nameWithType: Domain.type()
returns:
description: <p>the type value </p>
type: <xref href="com.microsoft.azure.cognitiveservices.vision.customvision.training.models.DomainType?alt=com.microsoft.azure.cognitiveservices.vision.customvision.training.models.DomainType&text=DomainType" data-throw-if-not-resolved="False"/>
summary: >-
<p>Get the type value.</p>
<p></p>
syntax: public DomainType type()
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain.type()
nameWithType: Domain
syntax: public class Domain
type: class
uid: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain
fullName: com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Domain
name: Domain
package: com.microsoft.azure.cognitiveservices.vision.customvision.training.models
summary: <p>The Domain model. </p>
metadata: {}