All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.alibaba.dashscope.aigc.imagesynthesis.ImageSynthesisTaskMetrics Maven / Gradle / Ivy

The newest version!
package com.alibaba.dashscope.aigc.imagesynthesis;

import com.google.gson.annotations.SerializedName;
import lombok.Data;

@Data
public class ImageSynthesisTaskMetrics {
  @SerializedName("TOTAL")
  private Integer total;

  @SerializedName("SUCCEEDED")
  private Integer succeeded;

  @SerializedName("FAILED")
  private Integer failed;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy