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

    • getFinishReason

      public String getFinishReason()
    • getSeed

      public Long getSeed()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(@Nullable Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object