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