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