Package com.volcengine.ark.runtime
Class Const
- java.lang.Object
-
- com.volcengine.ark.runtime.Const
-
public class Const extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCESS_KEYstatic StringBATCH_PATH_PREFIXstatic StringCLIENT_REQUEST_HEADERstatic StringCONTEXT_MODE_COMMON_PREFIXstatic StringCONTEXT_MODE_SESSIONstatic IntegerDEFAULT_ADVISORY_REFRESH_TIMEOUTstatic IntegerDEFAULT_MANDATORY_REFRESH_TIMEOUTstatic IntegerDEFAULT_STS_TIMEOUTstatic intMAX_RETRY_TIMESstatic StringREQUEST_BOTstatic StringREQUEST_BOT_IDstatic StringREQUEST_MODELstatic StringREQUEST_PROJECT_NAMEstatic StringRESOURCE_TYPE_BOTstatic StringRESOURCE_TYPE_ENDPOINTstatic StringRESOURCE_TYPE_PRESETENDPOINTstatic StringRETRY_AFTERstatic StringSECRET_KEYstatic StringSERVER_REQUEST_HEADERstatic StringTRUNCATION_STRATEGY_TYPE_LAST_HISTORY_TOKENSstatic StringTRUNCATION_STRATEGY_TYPE_ROLLING_TOKENS
-
Constructor Summary
Constructors Constructor Description Const()
-
-
-
Field Detail
-
ACCESS_KEY
public static final String ACCESS_KEY
- See Also:
- Constant Field Values
-
SECRET_KEY
public static final String SECRET_KEY
- See Also:
- Constant Field Values
-
CLIENT_REQUEST_HEADER
public static final String CLIENT_REQUEST_HEADER
- See Also:
- Constant Field Values
-
SERVER_REQUEST_HEADER
public static final String SERVER_REQUEST_HEADER
- See Also:
- Constant Field Values
-
REQUEST_MODEL
public static final String REQUEST_MODEL
- See Also:
- Constant Field Values
-
REQUEST_BOT
public static final String REQUEST_BOT
- See Also:
- Constant Field Values
-
REQUEST_PROJECT_NAME
public static final String REQUEST_PROJECT_NAME
- See Also:
- Constant Field Values
-
RETRY_AFTER
public static final String RETRY_AFTER
- See Also:
- Constant Field Values
-
REQUEST_BOT_ID
public static final String REQUEST_BOT_ID
- See Also:
- Constant Field Values
-
DEFAULT_MANDATORY_REFRESH_TIMEOUT
public static final Integer DEFAULT_MANDATORY_REFRESH_TIMEOUT
-
DEFAULT_ADVISORY_REFRESH_TIMEOUT
public static final Integer DEFAULT_ADVISORY_REFRESH_TIMEOUT
-
DEFAULT_STS_TIMEOUT
public static final Integer DEFAULT_STS_TIMEOUT
-
RESOURCE_TYPE_BOT
public static final String RESOURCE_TYPE_BOT
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_ENDPOINT
public static final String RESOURCE_TYPE_ENDPOINT
- See Also:
- Constant Field Values
-
RESOURCE_TYPE_PRESETENDPOINT
public static final String RESOURCE_TYPE_PRESETENDPOINT
- See Also:
- Constant Field Values
-
CONTEXT_MODE_SESSION
public static final String CONTEXT_MODE_SESSION
- See Also:
- Constant Field Values
-
CONTEXT_MODE_COMMON_PREFIX
public static final String CONTEXT_MODE_COMMON_PREFIX
- See Also:
- Constant Field Values
-
TRUNCATION_STRATEGY_TYPE_LAST_HISTORY_TOKENS
public static final String TRUNCATION_STRATEGY_TYPE_LAST_HISTORY_TOKENS
- See Also:
- Constant Field Values
-
TRUNCATION_STRATEGY_TYPE_ROLLING_TOKENS
public static final String TRUNCATION_STRATEGY_TYPE_ROLLING_TOKENS
- See Also:
- Constant Field Values
-
BATCH_PATH_PREFIX
public static final String BATCH_PATH_PREFIX
- See Also:
- Constant Field Values
-
MAX_RETRY_TIMES
public static final int MAX_RETRY_TIMES
- See Also:
- Constant Field Values
-
-