Project Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. Project
- com.
public class Project
Represents a project.
Method Summary
Modifier and Type | Method and Description |
---|---|
DateTime |
created()
Get the created value. |
String |
description()
Get the description value. |
Boolean |
drModeEnabled()
Get the drModeEnabled value. |
UUID |
id()
Get the id value. |
DateTime |
lastModified()
Get the lastModified value. |
String |
name()
Get the name value. |
Project |
settings()
Get the settings value. |
String |
thumbnailUri()
Get the thumbnailUri value. |
Project |
withDescription(String description)
Set the description value. |
Project |
withName(String name)
Set the name value. |
Project |
withSettings(ProjectSettings settings)
Set the settings value. |
Method Details
created
public DateTime created()
Get the created value.
Returns:
description
public String description()
Get the description value.
Returns:
drModeEnabled
public Boolean drModeEnabled()
Get the drModeEnabled value.
Returns:
id
public UUID id()
Get the id value.
Returns:
lastModified
public DateTime lastModified()
Get the lastModified value.
Returns:
name
public String name()
Get the name value.
Returns:
settings
public ProjectSettings settings()
Get the settings value.
Returns:
thumbnailUri
public String thumbnailUri()
Get the thumbnailUri value.
Returns:
withDescription
public Project withDescription(String description)
Set the description value.
Parameters:
Returns:
withName
public Project withName(String name)
Set the name value.
Parameters:
Returns:
withSettings
public Project withSettings(ProjectSettings settings)
Set the settings value.
Parameters:
Returns:
Applies to
Azure SDK for Java