Project Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.vision.customvision.training.models.Project

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.

ProjectSettings 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:

the created value

description

public String description()

Get the description value.

Returns:

the description value

drModeEnabled

public Boolean drModeEnabled()

Get the drModeEnabled value.

Returns:

the drModeEnabled value

id

public UUID id()

Get the id value.

Returns:

the id value

lastModified

public DateTime lastModified()

Get the lastModified value.

Returns:

the lastModified value

name

public String name()

Get the name value.

Returns:

the name value

settings

public ProjectSettings settings()

Get the settings value.

Returns:

the settings value

thumbnailUri

public String thumbnailUri()

Get the thumbnailUri value.

Returns:

the thumbnailUri value

withDescription

public Project withDescription(String description)

Set the description value.

Parameters:

description - the description value to set

Returns:

the Project object itself.

withName

public Project withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the Project object itself.

withSettings

public Project withSettings(ProjectSettings settings)

Set the settings value.

Parameters:

settings - the settings value to set

Returns:

the Project object itself.

Applies to