Class ImageGenerations

java.lang.Object
com.azure.ai.openai.models.ImageGenerations

public final class ImageGenerations extends Object
The result of a successful image generation operation.
  • Method Details

    • getCreatedAt

      public OffsetDateTime getCreatedAt()
      Get the createdAt property: A timestamp representing when this operation was started. Expressed in seconds since the Unix epoch of 1970-01-01T00:00:00+0000.
      Returns:
      the createdAt value.
    • getData

      public List<ImageGenerationData> getData()
      Get the data property: The images generated by the operation.
      Returns:
      the data value.