
clarifai2.dto.HasClarifaiID 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;
import org.jetbrains.annotations.Nullable;
public interface HasClarifaiID {
@Nullable String id();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy