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