次の方法で共有


CreateProjectOptionalParameter クラス

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

public class CreateProjectOptionalParameter

CreateProjectOptionalParameter モデル。

メソッドの概要

修飾子と型 メソッドと説明
String classificationType()

classificationType 値を取得します。

String description()

説明の値を取得します。

UUID domainId()

domainId 値を取得します。

List<String> targetExportPlatforms()

targetExportPlatforms 値を取得します。

String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

CreateProjectOptionalParameter withClassificationType(String classificationType)

classificationType 値を設定します。

CreateProjectOptionalParameter withDescription(String description)

説明の値を設定します。

CreateProjectOptionalParameter withDomainId(UUID domainId)

domainId 値を設定します。

CreateProjectOptionalParameter withTargetExportPlatforms(List<String> targetExportPlatforms)

targetExportPlatforms 値を設定します。

CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

メソッドの詳細

classificationType

public String classificationType()

classificationType 値を取得します。

Returns:

classificationType 値

description

public String description()

説明の値を取得します。

Returns:

説明の値

domainId

public UUID domainId()

domainId 値を取得します。

Returns:

domainId 値

targetExportPlatforms

public List targetExportPlatforms()

targetExportPlatforms 値を取得します。

Returns:

targetExportPlatforms 値

thisclientacceptLanguage

public String thisclientacceptLanguage()

thisclientacceptLanguage 値を取得します。

Returns:

thisclientacceptLanguage 値

withClassificationType

public CreateProjectOptionalParameter withClassificationType(String classificationType)

classificationType 値を設定します。

Parameters:

classificationType - 設定する classificationType 値

Returns:

CreateProjectOptionalParameter オブジェクト自体。

withDescription

public CreateProjectOptionalParameter withDescription(String description)

説明の値を設定します。

Parameters:

description - 設定する説明値

Returns:

CreateProjectOptionalParameter オブジェクト自体。

withDomainId

public CreateProjectOptionalParameter withDomainId(UUID domainId)

domainId 値を設定します。

Parameters:

domainId - 設定する domainId 値

Returns:

CreateProjectOptionalParameter オブジェクト自体。

withTargetExportPlatforms

public CreateProjectOptionalParameter withTargetExportPlatforms(List targetExportPlatforms)

targetExportPlatforms 値を設定します。

Parameters:

targetExportPlatforms - 設定する targetExportPlatforms 値

Returns:

CreateProjectOptionalParameter オブジェクト自体。

withThisclientacceptLanguage

public CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

thisclientacceptLanguage 値を設定します。

Parameters:

thisclientacceptLanguage - 設定する thisclientacceptLanguage 値

Returns:

CreateProjectOptionalParameter オブジェクト自体。

適用対象