Trainings.TrainingsCreateImagesFromDataDefinitionStages.WithImageData Interface
public interface WithImageData
The stage of the definition to be specify imageData.
Method Summary
Modifier and Type | Method and Description |
---|---|
TrainingsCreateImagesFromDataDefinitionStages.WithExecute |
withImageData(byte[] imageData)
Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 6MB. |
Method Details
withImageData
public TrainingsCreateImagesFromDataDefinitionStages.WithExecute withImageData(byte[] imageData)
Binary image data. Supported formats are JPEG, GIF, PNG, and BMP. Supports images up to 6MB.
Parameters:
imageData
Returns:
next definition stage
Applies to
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for Java