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