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