
clarifai2.dto.prediction.Unknown 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 com.google.auto.value.AutoValue;
@SuppressWarnings("NullableProblems")
@AutoValue
public abstract class Unknown extends Prediction {
Unknown() {}
; // make sure this is actually right (won't let anyone access this)
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy