你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TrainProjectOptionalParameter 类

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

public class TrainProjectOptionalParameter

TrainProjectOptionalParameter 模型。

方法摘要

修饰符和类型 方法和描述
Boolean forceTrain()

获取 forceTrain 值。

String notificationEmailAddress()

获取 notificationEmailAddress 值。

Integer reservedBudgetInHours()

获取 reservedBudgetInHours 值。

String thisclientacceptLanguage()

获取 thisclientacceptLanguage 值。

String trainingType()

获取 trainingType 值。

TrainProjectOptionalParameter withForceTrain(Boolean forceTrain)

设置 forceTrain 值。

TrainProjectOptionalParameter withNotificationEmailAddress(String notificationEmailAddress)

设置 notificationEmailAddress 值。

TrainProjectOptionalParameter withReservedBudgetInHours(Integer reservedBudgetInHours)

设置 reservedBudgetInHours 值。

TrainProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

设置 thisclientacceptLanguage 值。

TrainProjectOptionalParameter withTrainingType(String trainingType)

设置 trainingType 值。

方法详细信息

forceTrain

public Boolean forceTrain()

获取 forceTrain 值。

Returns:

forceTrain 值

notificationEmailAddress

public String notificationEmailAddress()

获取 notificationEmailAddress 值。

Returns:

notificationEmailAddress 值

reservedBudgetInHours

public Integer reservedBudgetInHours()

获取 reservedBudgetInHours 值。

Returns:

reservedBudgetInHours 值

thisclientacceptLanguage

public String thisclientacceptLanguage()

获取 thisclientacceptLanguage 值。

Returns:

thisclientacceptLanguage 值

trainingType

public String trainingType()

获取 trainingType 值。

Returns:

trainingType 值

withForceTrain

public TrainProjectOptionalParameter withForceTrain(Boolean forceTrain)

设置 forceTrain 值。

Parameters:

forceTrain - 要设置的 forceTrain 值

Returns:

TrainProjectOptionalParameter 对象本身。

withNotificationEmailAddress

public TrainProjectOptionalParameter withNotificationEmailAddress(String notificationEmailAddress)

设置 notificationEmailAddress 值。

Parameters:

notificationEmailAddress - 要设置的 notificationEmailAddress 值

Returns:

TrainProjectOptionalParameter 对象本身。

withReservedBudgetInHours

public TrainProjectOptionalParameter withReservedBudgetInHours(Integer reservedBudgetInHours)

设置 reservedBudgetInHours 值。

Parameters:

reservedBudgetInHours - 要设置的 reservedBudgetInHours 值

Returns:

TrainProjectOptionalParameter 对象本身。

withThisclientacceptLanguage

public TrainProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

设置 thisclientacceptLanguage 值。

Parameters:

thisclientacceptLanguage - 要设置的 thisclientacceptLanguage 值

Returns:

TrainProjectOptionalParameter 对象本身。

withTrainingType

public TrainProjectOptionalParameter withTrainingType(String trainingType)

设置 trainingType 值。

Parameters:

trainingType - 要设置的 trainingType 值

Returns:

TrainProjectOptionalParameter 对象本身。

适用于