
clarifai2.dto.prediction.Cluster Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of core Show documentation
Show all versions of core Show documentation
Clarifai Java API Client
The newest version!
package clarifai2.dto.prediction;
import clarifai2.dto.HasClarifaiIDRequired;
import com.google.auto.value.AutoValue;
import org.jetbrains.annotations.NotNull;
@SuppressWarnings("NullableProblems")
@AutoValue
public abstract class Cluster extends Prediction implements HasClarifaiIDRequired {
Cluster() {} // AutoValue instances only
@NotNull public abstract int numClusters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy