com.aliyun.openservices.eas.predict.http.RetryCondition 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 RetryCondition {
CONNECTION_FAILED,
CONNECTION_TIMEOUT,
READ_TIMEOUT,
RESPONSE_5XX,
RESPONSE_4XX
}