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:
the created value
duplicated
public List
Get the duplicated value.
Returns:
the duplicated value
exceeded
public List
Get the exceeded value.
Returns:
the exceeded value
withCreated
public ImageTagCreateSummary withCreated(List
Set the created value.
Parameters:
created
- the created value to set
Returns:
the ImageTagCreateSummary object itself.
withDuplicated
public ImageTagCreateSummary withDuplicated(List
Set the duplicated value.
Parameters:
duplicated
- the duplicated value to set
Returns:
the ImageTagCreateSummary object itself.
withExceeded
public ImageTagCreateSummary withExceeded(List
Set the exceeded value.
Parameters:
exceeded
- the exceeded value to set
Returns:
the ImageTagCreateSummary object itself.