com.aliyun.openservices.eas.predict.http.Compressor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of eas-sdk Show documentation
Show all versions of eas-sdk Show documentation
SDK for PAI-EAS online inference services
package com.aliyun.openservices.eas.predict.http;
public enum Compressor {
Gzip,
Zlib,
Snappy,
LZ4,
Zstd,
}