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

clarifai2.dto.prediction.Unknown Maven / Gradle / Ivy

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