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