你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageIdCreateEntry 类
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageIdCreateEntry
- com.
public class ImageIdCreateEntry
ImageIdCreateEntry 模型。
方法摘要
修饰符和类型 | 方法和描述 |
---|---|
UUID |
id()
获取 ID 值。 |
List<Region> |
regions()
获取区域值。 |
List<UUID> |
tagIds()
获取 tagIds 值。 |
Image |
withId(UUID id)
设置 ID 值。 |
Image |
withRegions(List<Region> regions)
设置区域值。 |
Image |
withTagIds(List<UUID> tagIds)
设置 tagIds 值。 |
方法详细信息
id
public UUID id()
获取 ID 值。
Returns:
id 值
regions
public List
获取区域值。
Returns:
区域值
tagIds
public List
获取 tagIds 值。
Returns:
tagIds 值
withId
public ImageIdCreateEntry withId(UUID id)
设置 ID 值。
Parameters:
id
- 要设置的 id 值
Returns:
ImageIdCreateEntry 对象本身。
withRegions
public ImageIdCreateEntry withRegions(List
设置区域值。
Parameters:
regions
- 要设置的区域值
Returns:
ImageIdCreateEntry 对象本身。
withTagIds
public ImageIdCreateEntry withTagIds(List
设置 tagIds 值。
Parameters:
tagIds
- 要设置的 tagIds 值
Returns:
ImageIdCreateEntry 对象本身。