ImageTagCreateSummary Classe
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. vision. customvision. training. models. ImageTagCreateSummary
- com.
public class ImageTagCreateSummary
O modelo ImageTagCreateSummary.
Resumo do método
Modificador e tipo | Método e descrição |
---|---|
List<Image |
created()
Obter o valor criado. |
List<Image |
duplicated()
Obter o valor duplicado. |
List<Image |
exceeded()
Obter o valor excedido. |
Image |
withCreated(List<ImageTagCreateEntry> created)
Defina o valor criado. |
Image |
withDuplicated(List<ImageTagCreateEntry> duplicated)
Defina o valor duplicado. |
Image |
withExceeded(List<ImageTagCreateEntry> exceeded)
Defina o valor excedido. |
Detalhes do método
created
public List
Obter o valor criado.
Returns:
duplicated
public List
Obter o valor duplicado.
Returns:
exceeded
public List
Obter o valor excedido.
Returns:
withCreated
public ImageTagCreateSummary withCreated(List
Defina o valor criado.
Parameters:
Returns:
withDuplicated
public ImageTagCreateSummary withDuplicated(List
Defina o valor duplicado.
Parameters:
Returns:
withExceeded
public ImageTagCreateSummary withExceeded(List
Defina o valor excedido.
Parameters:
Returns:
Aplica-se a
Azure SDK for Java