TrainProjectOptionalParameter Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. TrainProjectOptionalParameter
- com.
public class TrainProjectOptionalParameter
O modelo TrainProjectOptionalParameter.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
Boolean |
forceTrain()
Obtenha o valor forceTrain. |
String |
notificationEmailAddress()
Obtenha o valor notificationEmailAddress. |
Integer |
reservedBudgetInHours()
Obtenha o valor reservedBudgetInHours. |
String |
thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage. |
String |
trainingType()
Obtenha o valor trainingType. |
Train |
withForceTrain(Boolean forceTrain)
Defina o valor forceTrain. |
Train |
withNotificationEmailAddress(String notificationEmailAddress)
Defina o valor notificationEmailAddress. |
Train |
withReservedBudgetInHours(Integer reservedBudgetInHours)
Defina o valor reservedBudgetInHours. |
Train |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage. |
Train |
withTrainingType(String trainingType)
Defina o valor trainingType. |
Detalhes do método
forceTrain
public Boolean forceTrain()
Obtenha o valor forceTrain.
Returns:
notificationEmailAddress
public String notificationEmailAddress()
Obtenha o valor notificationEmailAddress.
Returns:
reservedBudgetInHours
public Integer reservedBudgetInHours()
Obtenha o valor reservedBudgetInHours.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Obtenha o valor thisclientacceptLanguage.
Returns:
trainingType
public String trainingType()
Obtenha o valor trainingType.
Returns:
withForceTrain
public TrainProjectOptionalParameter withForceTrain(Boolean forceTrain)
Defina o valor forceTrain.
Parameters:
Returns:
withNotificationEmailAddress
public TrainProjectOptionalParameter withNotificationEmailAddress(String notificationEmailAddress)
Defina o valor notificationEmailAddress.
Parameters:
Returns:
withReservedBudgetInHours
public TrainProjectOptionalParameter withReservedBudgetInHours(Integer reservedBudgetInHours)
Defina o valor reservedBudgetInHours.
Parameters:
Returns:
withThisclientacceptLanguage
public TrainProjectOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Defina o valor thisclientacceptLanguage.
Parameters:
Returns:
withTrainingType
public TrainProjectOptionalParameter withTrainingType(String trainingType)
Defina o valor trainingType.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java