ExportIterationOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ExportIterationOptionalParameter
- com.
public class ExportIterationOptionalParameter
The ExportIterationOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
flavor()
Get the flavor value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Export |
withFlavor(String flavor)
Set the flavor value. |
Export |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
flavor
public String flavor()
Get the flavor value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withFlavor
public ExportIterationOptionalParameter withFlavor(String flavor)
Set the flavor value.
Parameters:
Returns:
withThisclientacceptLanguage
public ExportIterationOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java