CreateProjectOptionalParameter クラス
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. CreateProjectOptionalParameter
- com.
public class CreateProjectOptionalParameter
CreateProjectOptionalParameter モデル。
メソッドの概要
修飾子と型 | メソッドと説明 |
---|---|
String |
classificationType()
classificationType 値を取得します。 |
String |
description()
説明の値を取得します。 |
UUID |
domainId()
domainId 値を取得します。 |
List<String> |
targetExportPlatforms()
targetExportPlatforms 値を取得します。 |
String |
thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。 |
Create |
withClassificationType(String classificationType)
classificationType 値を設定します。 |
Create |
withDescription(String description)
説明の値を設定します。 |
Create |
withDomainId(UUID domainId)
domainId 値を設定します。 |
Create |
withTargetExportPlatforms(List<String> targetExportPlatforms)
targetExportPlatforms 値を設定します。 |
Create |
withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。 |
メソッドの詳細
classificationType
public String classificationType()
classificationType 値を取得します。
Returns:
description
public String description()
説明の値を取得します。
Returns:
domainId
public UUID domainId()
domainId 値を取得します。
Returns:
targetExportPlatforms
public List
targetExportPlatforms 値を取得します。
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
thisclientacceptLanguage 値を取得します。
Returns:
withClassificationType
public CreateProjectOptionalParameter withClassificationType(String classificationType)
classificationType 値を設定します。
Parameters:
Returns:
withDescription
public CreateProjectOptionalParameter withDescription(String description)
説明の値を設定します。
Parameters:
Returns:
withDomainId
public CreateProjectOptionalParameter withDomainId(UUID domainId)
domainId 値を設定します。
Parameters:
Returns:
withTargetExportPlatforms
public CreateProjectOptionalParameter withTargetExportPlatforms(List
targetExportPlatforms 値を設定します。
Parameters:
Returns:
withThisclientacceptLanguage
public CreateProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
thisclientacceptLanguage 値を設定します。
Parameters:
Returns:
適用対象
Azure SDK for Java