Class StabilityAiImageGenerationMetadata

java.lang.Object
org.springframework.ai.stabilityai.StabilityAiImageGenerationMetadata
All Implemented Interfaces:
ImageGenerationMetadata, ResultMetadata

public class StabilityAiImageGenerationMetadata extends Object implements ImageGenerationMetadata
Represents metadata associated with the image generation process in the StabilityAI framework.
  • Constructor Details

    • StabilityAiImageGenerationMetadata

      public StabilityAiImageGenerationMetadata(String finishReason, Long seed)
  • Method Details