TrainProjectOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. TrainProjectOptionalParameter
- com.
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. |
Train |
withForceTrain(Boolean forceTrain)
Set the forceTrain value. |
Train |
withNotificationEmailAddress(String notificationEmailAddress)
Set the notificationEmailAddress value. |
Train |
withReservedBudgetInHours(Integer reservedBudgetInHours)
Set the reservedBudgetInHours value. |
Train |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Train |
withTrainingType(String trainingType)
Set the trainingType value. |
Method Details
forceTrain
public Boolean forceTrain()
Get the forceTrain value.
Returns:
notificationEmailAddress
public String notificationEmailAddress()
Get the notificationEmailAddress value.
Returns:
reservedBudgetInHours
public Integer reservedBudgetInHours()
Get the reservedBudgetInHours value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
trainingType
public String trainingType()
Get the trainingType value.
Returns:
withForceTrain
public TrainProjectOptionalParameter withForceTrain(Boolean forceTrain)
Set the forceTrain value.
Parameters:
Returns:
withNotificationEmailAddress
public TrainProjectOptionalParameter withNotificationEmailAddress(String notificationEmailAddress)
Set the notificationEmailAddress value.
Parameters:
Returns:
withReservedBudgetInHours
public TrainProjectOptionalParameter withReservedBudgetInHours(Integer reservedBudgetInHours)
Set the reservedBudgetInHours value.
Parameters:
Returns:
withThisclientacceptLanguage
public TrainProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
withTrainingType
public TrainProjectOptionalParameter withTrainingType(String trainingType)
Set the trainingType value.
Parameters:
Returns:
Applies to
Azure SDK for Java