ImageTagCreateSummary Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageTagCreateSummary
- com.
public class ImageTagCreateSummary
The ImageTagCreateSummary model.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
created()
Get the created value. |
List<Image |
duplicated()
Get the duplicated value. |
List<Image |
exceeded()
Get the exceeded value. |
Image |
withCreated(List<ImageTagCreateEntry> created)
Set the created value. |
Image |
withDuplicated(List<ImageTagCreateEntry> duplicated)
Set the duplicated value. |
Image |
withExceeded(List<ImageTagCreateEntry> exceeded)
Set the exceeded value. |
Method Details
created
public List
Get the created value.
Returns:
duplicated
public List
Get the duplicated value.
Returns:
exceeded
public List
Get the exceeded value.
Returns:
withCreated
public ImageTagCreateSummary withCreated(List
Set the created value.
Parameters:
Returns:
withDuplicated
public ImageTagCreateSummary withDuplicated(List
Set the duplicated value.
Parameters:
Returns:
withExceeded
public ImageTagCreateSummary withExceeded(List
Set the exceeded value.
Parameters:
Returns:
Applies to
Azure SDK for Java