TrainProjectOptionalParameter Class

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

public class TrainProjectOptionalParameter

The TrainProjectOptionalParameter model.

Method Summary

Modifier and Type Method and Description
Boolean forceTrain()

Get the forceTrain value.

String notificationEmailAddress()

Get the notificationEmailAddress value.

Integer reservedBudgetInHours()

Get the reservedBudgetInHours value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

String trainingType()

Get the trainingType value.

TrainProjectOptionalParameter withForceTrain(Boolean forceTrain)

Set the forceTrain value.

TrainProjectOptionalParameter withNotificationEmailAddress(String notificationEmailAddress)

Set the notificationEmailAddress value.

TrainProjectOptionalParameter withReservedBudgetInHours(Integer reservedBudgetInHours)

Set the reservedBudgetInHours value.

TrainProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

TrainProjectOptionalParameter withTrainingType(String trainingType)

Set the trainingType value.

Method Details

forceTrain

public Boolean forceTrain()

Get the forceTrain value.

Returns:

the forceTrain value

notificationEmailAddress

public String notificationEmailAddress()

Get the notificationEmailAddress value.

Returns:

the notificationEmailAddress value

reservedBudgetInHours

public Integer reservedBudgetInHours()

Get the reservedBudgetInHours value.

Returns:

the reservedBudgetInHours value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

trainingType

public String trainingType()

Get the trainingType value.

Returns:

the trainingType value

withForceTrain

public TrainProjectOptionalParameter withForceTrain(Boolean forceTrain)

Set the forceTrain value.

Parameters:

forceTrain - the forceTrain value to set

Returns:

the TrainProjectOptionalParameter object itself.

withNotificationEmailAddress

public TrainProjectOptionalParameter withNotificationEmailAddress(String notificationEmailAddress)

Set the notificationEmailAddress value.

Parameters:

notificationEmailAddress - the notificationEmailAddress value to set

Returns:

the TrainProjectOptionalParameter object itself.

withReservedBudgetInHours

public TrainProjectOptionalParameter withReservedBudgetInHours(Integer reservedBudgetInHours)

Set the reservedBudgetInHours value.

Parameters:

reservedBudgetInHours - the reservedBudgetInHours value to set

Returns:

the TrainProjectOptionalParameter object itself.

withThisclientacceptLanguage

public TrainProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the TrainProjectOptionalParameter object itself.

withTrainingType

public TrainProjectOptionalParameter withTrainingType(String trainingType)

Set the trainingType value.

Parameters:

trainingType - the trainingType value to set

Returns:

the TrainProjectOptionalParameter object itself.

Applies to