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

com.volcengine.ark.runtime.service.ArkBaseService Maven / Gradle / Ivy

There is a newer version: 0.1.144
Show newest version
package com.volcengine.ark.runtime.service;


import java.time.Duration;


/**
 * The interface ark service.
 */
public abstract class ArkBaseService {

    static final String BASE_URL = "https://ark.cn-beijing.volces.com";
    static final String BASE_REGION = "cn-beijing";
    static final Duration DEFAULT_TIMEOUT = Duration.ofMinutes(10);
    static final Duration DEFAULT_CONNECT_TIMEOUT = Duration.ofMinutes(1);
    String apiKey = "";
    String ak = "";
    String sk = "";

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy