From bc413f2ef029f21cde0c864631696a1d7cdc7df8 Mon Sep 17 00:00:00 2001 From: ucloud-bot Date: Thu, 17 Sep 2026 10:10:31 +0000 Subject: [PATCH] sdk: rolling update for 1.2.102-release --- VERSION | 2 +- examples/generic/pom.xml | 4 +- examples/uhost/pom.xml | 4 +- pom.xml | 2 +- ucloud-sdk-java-cloudwatch/pom.xml | 6 +- ucloud-sdk-java-common/pom.xml | 4 +- ucloud-sdk-java-cube/pom.xml | 6 +- ucloud-sdk-java-ipsecvpn/pom.xml | 6 +- ucloud-sdk-java-label/pom.xml | 6 +- ucloud-sdk-java-nlb/pom.xml | 6 +- ucloud-sdk-java-pathx/pom.xml | 6 +- ucloud-sdk-java-sandbox/pom.xml | 6 +- ucloud-sdk-java-sts/pom.xml | 6 +- ucloud-sdk-java-tidb/pom.xml | 6 +- ucloud-sdk-java-uaccount/pom.xml | 6 +- ucloud-sdk-java-uai_modelverse/pom.xml | 6 +- .../GetUFSquareModelDetailResponse.java | 482 +++++++++++++++++- .../ListUFSquareModelFiltersAuthResponse.java | 166 +++++- .../models/ListUFSquareModelResponse.java | 482 +++++++++++++++++- ucloud-sdk-java-uas/pom.xml | 6 +- ucloud-sdk-java-ubill/pom.xml | 6 +- ucloud-sdk-java-ucdn/pom.xml | 6 +- ucloud-sdk-java-uclickhouse/pom.xml | 6 +- ucloud-sdk-java-ucompshare/pom.xml | 6 +- ucloud-sdk-java-udb/pom.xml | 6 +- ucloud-sdk-java-udbproxy/pom.xml | 6 +- ucloud-sdk-java-udi/pom.xml | 6 +- ucloud-sdk-java-udisk/pom.xml | 6 +- ucloud-sdk-java-udns/pom.xml | 6 +- ucloud-sdk-java-udpn/pom.xml | 6 +- ucloud-sdk-java-uec/pom.xml | 6 +- ucloud-sdk-java-ues/pom.xml | 6 +- ucloud-sdk-java-uewaf/pom.xml | 6 +- ucloud-sdk-java-ufile/pom.xml | 6 +- ucloud-sdk-java-ufs/pom.xml | 6 +- ucloud-sdk-java-uhadoop/pom.xml | 6 +- ucloud-sdk-java-uhids/pom.xml | 6 +- ucloud-sdk-java-uhost/pom.xml | 6 +- ucloud-sdk-java-uk8s/pom.xml | 6 +- ucloud-sdk-java-ukafka/pom.xml | 6 +- ucloud-sdk-java-ukms/pom.xml | 6 +- ucloud-sdk-java-ulb/pom.xml | 6 +- ucloud-sdk-java-ulighthost/pom.xml | 6 +- ucloud-sdk-java-ulog/pom.xml | 6 +- ucloud-sdk-java-ulogservice/pom.xml | 6 +- ucloud-sdk-java-umem/pom.xml | 6 +- ucloud-sdk-java-umon/pom.xml | 6 +- ucloud-sdk-java-umongodb/pom.xml | 6 +- ucloud-sdk-java-unet/pom.xml | 6 +- ucloud-sdk-java-upfs/pom.xml | 6 +- ucloud-sdk-java-upgsql/pom.xml | 6 +- ucloud-sdk-java-uphone/pom.xml | 6 +- ucloud-sdk-java-uphost/pom.xml | 6 +- ucloud-sdk-java-uslk/pom.xml | 6 +- ucloud-sdk-java-usms/pom.xml | 6 +- ucloud-sdk-java-usnap/pom.xml | 6 +- ucloud-sdk-java-uvms/pom.xml | 6 +- ucloud-sdk-java-uwsc/pom.xml | 6 +- ucloud-sdk-java-vpc/pom.xml | 6 +- 59 files changed, 1287 insertions(+), 165 deletions(-) diff --git a/VERSION b/VERSION index 73188dca..5bf69e4a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.2.101-release +1.2.102-release diff --git a/examples/generic/pom.xml b/examples/generic/pom.xml index eba0974d..6a9d1190 100644 --- a/examples/generic/pom.xml +++ b/examples/generic/pom.xml @@ -7,7 +7,7 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 @@ -19,7 +19,7 @@ cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/examples/uhost/pom.xml b/examples/uhost/pom.xml index 58698e38..79cb92be 100644 --- a/examples/uhost/pom.xml +++ b/examples/uhost/pom.xml @@ -7,7 +7,7 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 @@ -19,7 +19,7 @@ cn.ucloud ucloud-sdk-java-uhost - 1.2.101-release + 1.2.102-release diff --git a/pom.xml b/pom.xml index 5c8ab666..4ea13d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ cn.ucloud ucloud-sdk-java pom - 1.2.101-release + 1.2.102-release ucloud-sdk-java-common ucloud-sdk-java-cloudwatch diff --git a/ucloud-sdk-java-cloudwatch/pom.xml b/ucloud-sdk-java-cloudwatch/pom.xml index d497a0bf..7d260d92 100644 --- a/ucloud-sdk-java-cloudwatch/pom.xml +++ b/ucloud-sdk-java-cloudwatch/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-cloudwatch ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-common/pom.xml b/ucloud-sdk-java-common/pom.xml index 69134c56..70ea8774 100644 --- a/ucloud-sdk-java-common/pom.xml +++ b/ucloud-sdk-java-common/pom.xml @@ -7,13 +7,13 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-common ucloud-sdk-java - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-cube/pom.xml b/ucloud-sdk-java-cube/pom.xml index f73ab2a2..bf9d61c6 100644 --- a/ucloud-sdk-java-cube/pom.xml +++ b/ucloud-sdk-java-cube/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-cube ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ipsecvpn/pom.xml b/ucloud-sdk-java-ipsecvpn/pom.xml index 965fd269..8249da44 100644 --- a/ucloud-sdk-java-ipsecvpn/pom.xml +++ b/ucloud-sdk-java-ipsecvpn/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ipsecvpn ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-label/pom.xml b/ucloud-sdk-java-label/pom.xml index b7335596..6daa9951 100644 --- a/ucloud-sdk-java-label/pom.xml +++ b/ucloud-sdk-java-label/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-label ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-nlb/pom.xml b/ucloud-sdk-java-nlb/pom.xml index ac98a634..3c792dea 100644 --- a/ucloud-sdk-java-nlb/pom.xml +++ b/ucloud-sdk-java-nlb/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-nlb ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-pathx/pom.xml b/ucloud-sdk-java-pathx/pom.xml index 43072002..74a980dc 100644 --- a/ucloud-sdk-java-pathx/pom.xml +++ b/ucloud-sdk-java-pathx/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-pathx ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-sandbox/pom.xml b/ucloud-sdk-java-sandbox/pom.xml index d76faa98..bc370300 100644 --- a/ucloud-sdk-java-sandbox/pom.xml +++ b/ucloud-sdk-java-sandbox/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-sandbox ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-sts/pom.xml b/ucloud-sdk-java-sts/pom.xml index d2a1164b..6a7656be 100644 --- a/ucloud-sdk-java-sts/pom.xml +++ b/ucloud-sdk-java-sts/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-sts ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-tidb/pom.xml b/ucloud-sdk-java-tidb/pom.xml index cb7d89f7..0b5a24fd 100644 --- a/ucloud-sdk-java-tidb/pom.xml +++ b/ucloud-sdk-java-tidb/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-tidb ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uaccount/pom.xml b/ucloud-sdk-java-uaccount/pom.xml index b90d17dd..f797299b 100644 --- a/ucloud-sdk-java-uaccount/pom.xml +++ b/ucloud-sdk-java-uaccount/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uaccount ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uai_modelverse/pom.xml b/ucloud-sdk-java-uai_modelverse/pom.xml index 172b23a0..e102a83b 100644 --- a/ucloud-sdk-java-uai_modelverse/pom.xml +++ b/ucloud-sdk-java-uai_modelverse/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uai_modelverse ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/GetUFSquareModelDetailResponse.java b/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/GetUFSquareModelDetailResponse.java index aca2f3a1..17e366c3 100644 --- a/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/GetUFSquareModelDetailResponse.java +++ b/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/GetUFSquareModelDetailResponse.java @@ -33,6 +33,318 @@ public void setSquareModel(SquareModel squareModel) { this.squareModel = squareModel; } + public static class ApiProtocols extends Response { + + /** 是否支持chat协议 */ + @SerializedName("ChatCompletions") + private Boolean chatCompletions; + + /** 是否支持responses协议 */ + @SerializedName("Responses") + private Boolean responses; + + /** 是否支持gemini协议 */ + @SerializedName("Gemini") + private Boolean gemini; + + /** 是否支持Anthropic协议 */ + @SerializedName("Anthropic") + private Boolean anthropic; + + public Boolean getChatCompletions() { + return chatCompletions; + } + + public void setChatCompletions(Boolean chatCompletions) { + this.chatCompletions = chatCompletions; + } + + public Boolean getResponses() { + return responses; + } + + public void setResponses(Boolean responses) { + this.responses = responses; + } + + public Boolean getGemini() { + return gemini; + } + + public void setGemini(Boolean gemini) { + this.gemini = gemini; + } + + public Boolean getAnthropic() { + return anthropic; + } + + public void setAnthropic(Boolean anthropic) { + this.anthropic = anthropic; + } + } + + public static class InferenceRegionInfo extends Response { + + /** 地域代码: sg(新加坡)/us(美国)/hk(香港) */ + @SerializedName("RegionCode") + private String regionCode; + + /** 地域名称: 新加坡/美国/香港 */ + @SerializedName("RegionName") + private String regionName; + + /** 地域名称(英文): Singapore/United States/Hong Kong */ + @SerializedName("RegionNameEn") + private String regionNameEn; + + /** 地域模型ID (例如: deepseek-v4-flash-sg) */ + @SerializedName("ModelId") + private String modelId; + + /** 广场模型ID (umodel-xxx) */ + @SerializedName("SquareModelId") + private String squareModelId; + + /** 状态: published(已发布)/unpublished(未发布) */ + @SerializedName("Status") + private String status; + + public String getRegionCode() { + return regionCode; + } + + public void setRegionCode(String regionCode) { + this.regionCode = regionCode; + } + + public String getRegionName() { + return regionName; + } + + public void setRegionName(String regionName) { + this.regionName = regionName; + } + + public String getRegionNameEn() { + return regionNameEn; + } + + public void setRegionNameEn(String regionNameEn) { + this.regionNameEn = regionNameEn; + } + + public String getModelId() { + return modelId; + } + + public void setModelId(String modelId) { + this.modelId = modelId; + } + + public String getSquareModelId() { + return squareModelId; + } + + public void setSquareModelId(String squareModelId) { + this.squareModelId = squareModelId; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + } + + public static class ModelCapabilities extends Response { + + /** 是否支持上下文缓存 */ + @SerializedName("ContextCaching") + private Boolean contextCaching; + + /** 是否支持批量推理 */ + @SerializedName("BatchInference") + private Boolean batchInference; + + /** 是否支持结构化输出 */ + @SerializedName("StructuredOutput") + private Boolean structuredOutput; + + /** 是否支持函数调用 */ + @SerializedName("FunctionCall") + private Boolean functionCall; + + /** 是否支持联网搜索 */ + @SerializedName("WebSearch") + private Boolean webSearch; + + /** 是否支持知识库 */ + @SerializedName("KnowledgeBase") + private Boolean knowledgeBase; + + /** 是否支持MCP */ + @SerializedName("Mcp") + private Boolean mcp; + + /** 是否支持体验 */ + @SerializedName("Experience") + private Boolean experience; + + public Boolean getContextCaching() { + return contextCaching; + } + + public void setContextCaching(Boolean contextCaching) { + this.contextCaching = contextCaching; + } + + public Boolean getBatchInference() { + return batchInference; + } + + public void setBatchInference(Boolean batchInference) { + this.batchInference = batchInference; + } + + public Boolean getStructuredOutput() { + return structuredOutput; + } + + public void setStructuredOutput(Boolean structuredOutput) { + this.structuredOutput = structuredOutput; + } + + public Boolean getFunctionCall() { + return functionCall; + } + + public void setFunctionCall(Boolean functionCall) { + this.functionCall = functionCall; + } + + public Boolean getWebSearch() { + return webSearch; + } + + public void setWebSearch(Boolean webSearch) { + this.webSearch = webSearch; + } + + public Boolean getKnowledgeBase() { + return knowledgeBase; + } + + public void setKnowledgeBase(Boolean knowledgeBase) { + this.knowledgeBase = knowledgeBase; + } + + public Boolean getMcp() { + return mcp; + } + + public void setMcp(Boolean mcp) { + this.mcp = mcp; + } + + public Boolean getExperience() { + return experience; + } + + public void setExperience(Boolean experience) { + this.experience = experience; + } + } + + public static class ModelTypeMap extends Response { + + /** 文生文模型,true 表示是文生文模型,下同 */ + @SerializedName("TextGeneration") + private Boolean textGeneration; + + /** 图生图模型 */ + @SerializedName("ImageToImage") + private Boolean imageToImage; + + /** 文生图模型 */ + @SerializedName("TextToImage") + private Boolean textToImage; + + /** 文生视频模型 */ + @SerializedName("TextToVideo") + private Boolean textToVideo; + + /** 图生视频模型 */ + @SerializedName("ImageToVideo") + private Boolean imageToVideo; + + /** 海外模型 */ + @SerializedName("Sensitive") + private Boolean sensitive; + + /** 微调模型 */ + @SerializedName("Inference") + private Boolean inference; + + public Boolean getTextGeneration() { + return textGeneration; + } + + public void setTextGeneration(Boolean textGeneration) { + this.textGeneration = textGeneration; + } + + public Boolean getImageToImage() { + return imageToImage; + } + + public void setImageToImage(Boolean imageToImage) { + this.imageToImage = imageToImage; + } + + public Boolean getTextToImage() { + return textToImage; + } + + public void setTextToImage(Boolean textToImage) { + this.textToImage = textToImage; + } + + public Boolean getTextToVideo() { + return textToVideo; + } + + public void setTextToVideo(Boolean textToVideo) { + this.textToVideo = textToVideo; + } + + public Boolean getImageToVideo() { + return imageToVideo; + } + + public void setImageToVideo(Boolean imageToVideo) { + this.imageToVideo = imageToVideo; + } + + public Boolean getSensitive() { + return sensitive; + } + + public void setSensitive(Boolean sensitive) { + this.sensitive = sensitive; + } + + public Boolean getInference() { + return inference; + } + + public void setInference(Boolean inference) { + this.inference = inference; + } + } + public static class PriceRate extends Response { /** 收费项描述英文描述 */ @@ -264,6 +576,14 @@ public static class SquareModel extends Response { @SerializedName("BatchSquareModelId") private String batchSquareModelId; + /** 一级分类 */ + @SerializedName("ModelCategory") + private String modelCategory; + + /** 二级分类列表 */ + @SerializedName("ModelSubCategories") + private String modelSubCategories; + /** 是否关联有可用 batch 模型 */ @SerializedName("IsHasBatch") private Boolean isHasBatch; @@ -272,6 +592,14 @@ public static class SquareModel extends Response { @SerializedName("BatchName") private String batchName; + /** 是否有关联的推理地域模型 */ + @SerializedName("IsHasInferenceRegions") + private Boolean isHasInferenceRegions; + + /** 推理地域模型列表 */ + @SerializedName("InferenceRegions") + private List inferenceRegions; + /** 制造商 */ @SerializedName("Manufacturer") private String manufacturer; @@ -296,14 +624,34 @@ public static class SquareModel extends Response { @SerializedName("Language") private List language; - /** 模型长度 */ + /** 模型长度,单位 token */ @SerializedName("MaxModelLen") private Integer maxModelLen; + /** 模型长度,单位 K tokens */ + @SerializedName("MaxModelLenNew") + private Integer maxModelLenNew; + + /** 最大输入token数 */ + @SerializedName("MaxInputTokens") + private Integer maxInputTokens; + + /** 最大输出token数 */ + @SerializedName("MaxOutputTokens") + private Integer maxOutputTokens; + + /** 模型类型映射 */ + @SerializedName("ModelTypeMap") + private ModelTypeMap modelTypeMap; + /** 模型类型 */ @SerializedName("ModelType") private String modelType; + /** 模型封面链接 */ + @SerializedName("CoverUrl") + private String coverUrl; + /** HuggingFace 更新时间 */ @SerializedName("HfUpdateTime") private Integer hfUpdateTime; @@ -320,6 +668,26 @@ public static class SquareModel extends Response { @SerializedName("SupportedCapabilities") private List supportedCapabilities; + /** 模型能力详细映射 */ + @SerializedName("Capabilities") + private ModelCapabilities capabilities; + + /** 模型额外标签 */ + @SerializedName("ExtraModelTags") + private List extraModelTags; + + /** api协议映射 */ + @SerializedName("ApiProtocols") + private ApiProtocols apiProtocols; + + /** 输入模态 */ + @SerializedName("InputModalities") + private List inputModalities; + + /** 输出模态 */ + @SerializedName("OutputModalities") + private List outputModalities; + /** 图标 */ @SerializedName("Icon") private String icon; @@ -340,6 +708,22 @@ public void setBatchSquareModelId(String batchSquareModelId) { this.batchSquareModelId = batchSquareModelId; } + public String getModelCategory() { + return modelCategory; + } + + public void setModelCategory(String modelCategory) { + this.modelCategory = modelCategory; + } + + public String getModelSubCategories() { + return modelSubCategories; + } + + public void setModelSubCategories(String modelSubCategories) { + this.modelSubCategories = modelSubCategories; + } + public Boolean getIsHasBatch() { return isHasBatch; } @@ -356,6 +740,22 @@ public void setBatchName(String batchName) { this.batchName = batchName; } + public Boolean getIsHasInferenceRegions() { + return isHasInferenceRegions; + } + + public void setIsHasInferenceRegions(Boolean isHasInferenceRegions) { + this.isHasInferenceRegions = isHasInferenceRegions; + } + + public List getInferenceRegions() { + return inferenceRegions; + } + + public void setInferenceRegions(List inferenceRegions) { + this.inferenceRegions = inferenceRegions; + } + public String getManufacturer() { return manufacturer; } @@ -412,6 +812,38 @@ public void setMaxModelLen(Integer maxModelLen) { this.maxModelLen = maxModelLen; } + public Integer getMaxModelLenNew() { + return maxModelLenNew; + } + + public void setMaxModelLenNew(Integer maxModelLenNew) { + this.maxModelLenNew = maxModelLenNew; + } + + public Integer getMaxInputTokens() { + return maxInputTokens; + } + + public void setMaxInputTokens(Integer maxInputTokens) { + this.maxInputTokens = maxInputTokens; + } + + public Integer getMaxOutputTokens() { + return maxOutputTokens; + } + + public void setMaxOutputTokens(Integer maxOutputTokens) { + this.maxOutputTokens = maxOutputTokens; + } + + public ModelTypeMap getModelTypeMap() { + return modelTypeMap; + } + + public void setModelTypeMap(ModelTypeMap modelTypeMap) { + this.modelTypeMap = modelTypeMap; + } + public String getModelType() { return modelType; } @@ -420,6 +852,14 @@ public void setModelType(String modelType) { this.modelType = modelType; } + public String getCoverUrl() { + return coverUrl; + } + + public void setCoverUrl(String coverUrl) { + this.coverUrl = coverUrl; + } + public Integer getHfUpdateTime() { return hfUpdateTime; } @@ -452,6 +892,46 @@ public void setSupportedCapabilities(List supportedCapabilities) { this.supportedCapabilities = supportedCapabilities; } + public ModelCapabilities getCapabilities() { + return capabilities; + } + + public void setCapabilities(ModelCapabilities capabilities) { + this.capabilities = capabilities; + } + + public List getExtraModelTags() { + return extraModelTags; + } + + public void setExtraModelTags(List extraModelTags) { + this.extraModelTags = extraModelTags; + } + + public ApiProtocols getApiProtocols() { + return apiProtocols; + } + + public void setApiProtocols(ApiProtocols apiProtocols) { + this.apiProtocols = apiProtocols; + } + + public List getInputModalities() { + return inputModalities; + } + + public void setInputModalities(List inputModalities) { + this.inputModalities = inputModalities; + } + + public List getOutputModalities() { + return outputModalities; + } + + public void setOutputModalities(List outputModalities) { + this.outputModalities = outputModalities; + } + public String getIcon() { return icon; } diff --git a/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelFiltersAuthResponse.java b/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelFiltersAuthResponse.java index 1f980e8c..cf024b70 100644 --- a/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelFiltersAuthResponse.java +++ b/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelFiltersAuthResponse.java @@ -13,8 +13,170 @@ */ package cn.ucloud.uai_modelverse.models; +import cn.ucloud.common.response.Response; +import com.google.gson.annotations.SerializedName; -import cn.ucloud.common.response.Response; +import java.util.List; + +public class ListUFSquareModelFiltersAuthResponse extends Response { + + /** 模型类型筛选(一级/二级分类树) */ + @SerializedName("ModalTypes") + private List modalTypes; + + /** 厂商选项 */ + @SerializedName("Manufacturers") + private List manufacturers; + + /** 最大上下文长度选项 */ + @SerializedName("MaxModelLens") + private List maxModelLens; + + /** 能力选项 */ + @SerializedName("Capabilities") + private List capabilities; + + /** 输入模态选项 */ + @SerializedName("InputModalities") + private List inputModalities; + + /** 输出模态选项 */ + @SerializedName("OutputModalities") + private List outputModalities; + + /** API协议选项 */ + @SerializedName("ApiProtocols") + private List apiProtocols; + + /** 推理地域选项 */ + @SerializedName("InferenceRegions") + private List inferenceRegions; + + /** 模型状态选项 */ + @SerializedName("IsComingOffline") + private List isComingOffline; + + public List getModalTypes() { + return modalTypes; + } + + public void setModalTypes(List modalTypes) { + this.modalTypes = modalTypes; + } + + public List getManufacturers() { + return manufacturers; + } + + public void setManufacturers(List manufacturers) { + this.manufacturers = manufacturers; + } + + public List getMaxModelLens() { + return maxModelLens; + } + + public void setMaxModelLens(List maxModelLens) { + this.maxModelLens = maxModelLens; + } + + public List getCapabilities() { + return capabilities; + } + + public void setCapabilities(List capabilities) { + this.capabilities = capabilities; + } + + public List getInputModalities() { + return inputModalities; + } + + public void setInputModalities(List inputModalities) { + this.inputModalities = inputModalities; + } + + public List getOutputModalities() { + return outputModalities; + } + + public void setOutputModalities(List outputModalities) { + this.outputModalities = outputModalities; + } + + public List getApiProtocols() { + return apiProtocols; + } + + public void setApiProtocols(List apiProtocols) { + this.apiProtocols = apiProtocols; + } + + public List getInferenceRegions() { + return inferenceRegions; + } + + public void setInferenceRegions(List inferenceRegions) { + this.inferenceRegions = inferenceRegions; + } + + public List getIsComingOffline() { + return isComingOffline; + } + + public void setIsComingOffline(List isComingOffline) { + this.isComingOffline = isComingOffline; + } + + public static class FilterOption extends Response { + + /** */ + @SerializedName("Children") + private String children; + + /** 显示标签 */ + @SerializedName("Label") + private String label; + + /** 英文标签 */ + @SerializedName("LabelEn") + private String labelEn; + + /** 枚举值 */ + @SerializedName("Value") + private String value; + + public String getChildren() { + return children; + } + + public void setChildren(String children) { + this.children = children; + } + + public String getLabel() { + return label; + } + + public void setLabel(String label) { + this.label = label; + } + + public String getLabelEn() { + return labelEn; + } + + public void setLabelEn(String labelEn) { + this.labelEn = labelEn; + } + + public String getValue() { + return value; + } -public class ListUFSquareModelFiltersAuthResponse extends Response {} + public void setValue(String value) { + this.value = value; + } + } +} diff --git a/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelResponse.java b/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelResponse.java index 0577372c..cda7b226 100644 --- a/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelResponse.java +++ b/ucloud-sdk-java-uai_modelverse/src/main/java/cn/ucloud/uai_modelverse/models/ListUFSquareModelResponse.java @@ -45,6 +45,318 @@ public void setSquareModels(List squareModels) { this.squareModels = squareModels; } + public static class ApiProtocols extends Response { + + /** 是否支持chat协议 */ + @SerializedName("ChatCompletions") + private Boolean chatCompletions; + + /** 是否支持responses协议 */ + @SerializedName("Responses") + private Boolean responses; + + /** 是否支持gemini协议 */ + @SerializedName("Gemini") + private Boolean gemini; + + /** 是否支持Anthropic协议 */ + @SerializedName("Anthropic") + private Boolean anthropic; + + public Boolean getChatCompletions() { + return chatCompletions; + } + + public void setChatCompletions(Boolean chatCompletions) { + this.chatCompletions = chatCompletions; + } + + public Boolean getResponses() { + return responses; + } + + public void setResponses(Boolean responses) { + this.responses = responses; + } + + public Boolean getGemini() { + return gemini; + } + + public void setGemini(Boolean gemini) { + this.gemini = gemini; + } + + public Boolean getAnthropic() { + return anthropic; + } + + public void setAnthropic(Boolean anthropic) { + this.anthropic = anthropic; + } + } + + public static class InferenceRegionInfo extends Response { + + /** 地域代码: sg(新加坡)/us(美国)/hk(香港) */ + @SerializedName("RegionCode") + private String regionCode; + + /** 地域名称: 新加坡/美国/香港 */ + @SerializedName("RegionName") + private String regionName; + + /** 地域名称(英文): Singapore/United States/Hong Kong */ + @SerializedName("RegionNameEn") + private String regionNameEn; + + /** 地域模型ID (例如: deepseek-v4-flash-sg) */ + @SerializedName("ModelId") + private String modelId; + + /** 广场模型ID (umodel-xxx) */ + @SerializedName("SquareModelId") + private String squareModelId; + + /** 状态: published(已发布)/unpublished(未发布) */ + @SerializedName("Status") + private String status; + + public String getRegionCode() { + return regionCode; + } + + public void setRegionCode(String regionCode) { + this.regionCode = regionCode; + } + + public String getRegionName() { + return regionName; + } + + public void setRegionName(String regionName) { + this.regionName = regionName; + } + + public String getRegionNameEn() { + return regionNameEn; + } + + public void setRegionNameEn(String regionNameEn) { + this.regionNameEn = regionNameEn; + } + + public String getModelId() { + return modelId; + } + + public void setModelId(String modelId) { + this.modelId = modelId; + } + + public String getSquareModelId() { + return squareModelId; + } + + public void setSquareModelId(String squareModelId) { + this.squareModelId = squareModelId; + } + + public String getStatus() { + return status; + } + + public void setStatus(String status) { + this.status = status; + } + } + + public static class ModelCapabilities extends Response { + + /** 是否支持上下文缓存 */ + @SerializedName("ContextCaching") + private Boolean contextCaching; + + /** 是否支持批量推理 */ + @SerializedName("BatchInference") + private Boolean batchInference; + + /** 是否支持结构化输出 */ + @SerializedName("StructuredOutput") + private Boolean structuredOutput; + + /** 是否支持函数调用 */ + @SerializedName("FunctionCall") + private Boolean functionCall; + + /** 是否支持联网搜索 */ + @SerializedName("WebSearch") + private Boolean webSearch; + + /** 是否支持知识库 */ + @SerializedName("KnowledgeBase") + private Boolean knowledgeBase; + + /** 是否支持MCP */ + @SerializedName("Mcp") + private Boolean mcp; + + /** 是否支持体验 */ + @SerializedName("Experience") + private Boolean experience; + + public Boolean getContextCaching() { + return contextCaching; + } + + public void setContextCaching(Boolean contextCaching) { + this.contextCaching = contextCaching; + } + + public Boolean getBatchInference() { + return batchInference; + } + + public void setBatchInference(Boolean batchInference) { + this.batchInference = batchInference; + } + + public Boolean getStructuredOutput() { + return structuredOutput; + } + + public void setStructuredOutput(Boolean structuredOutput) { + this.structuredOutput = structuredOutput; + } + + public Boolean getFunctionCall() { + return functionCall; + } + + public void setFunctionCall(Boolean functionCall) { + this.functionCall = functionCall; + } + + public Boolean getWebSearch() { + return webSearch; + } + + public void setWebSearch(Boolean webSearch) { + this.webSearch = webSearch; + } + + public Boolean getKnowledgeBase() { + return knowledgeBase; + } + + public void setKnowledgeBase(Boolean knowledgeBase) { + this.knowledgeBase = knowledgeBase; + } + + public Boolean getMcp() { + return mcp; + } + + public void setMcp(Boolean mcp) { + this.mcp = mcp; + } + + public Boolean getExperience() { + return experience; + } + + public void setExperience(Boolean experience) { + this.experience = experience; + } + } + + public static class ModelTypeMap extends Response { + + /** 文生文模型,true 表示是文生文模型,下同 */ + @SerializedName("TextGeneration") + private Boolean textGeneration; + + /** 图生图模型 */ + @SerializedName("ImageToImage") + private Boolean imageToImage; + + /** 文生图模型 */ + @SerializedName("TextToImage") + private Boolean textToImage; + + /** 文生视频模型 */ + @SerializedName("TextToVideo") + private Boolean textToVideo; + + /** 图生视频模型 */ + @SerializedName("ImageToVideo") + private Boolean imageToVideo; + + /** 海外模型 */ + @SerializedName("Sensitive") + private Boolean sensitive; + + /** 微调模型 */ + @SerializedName("Inference") + private Boolean inference; + + public Boolean getTextGeneration() { + return textGeneration; + } + + public void setTextGeneration(Boolean textGeneration) { + this.textGeneration = textGeneration; + } + + public Boolean getImageToImage() { + return imageToImage; + } + + public void setImageToImage(Boolean imageToImage) { + this.imageToImage = imageToImage; + } + + public Boolean getTextToImage() { + return textToImage; + } + + public void setTextToImage(Boolean textToImage) { + this.textToImage = textToImage; + } + + public Boolean getTextToVideo() { + return textToVideo; + } + + public void setTextToVideo(Boolean textToVideo) { + this.textToVideo = textToVideo; + } + + public Boolean getImageToVideo() { + return imageToVideo; + } + + public void setImageToVideo(Boolean imageToVideo) { + this.imageToVideo = imageToVideo; + } + + public Boolean getSensitive() { + return sensitive; + } + + public void setSensitive(Boolean sensitive) { + this.sensitive = sensitive; + } + + public Boolean getInference() { + return inference; + } + + public void setInference(Boolean inference) { + this.inference = inference; + } + } + public static class PriceRate extends Response { /** 收费项描述英文描述 */ @@ -276,6 +588,14 @@ public static class SquareModel extends Response { @SerializedName("BatchSquareModelId") private String batchSquareModelId; + /** 一级分类 */ + @SerializedName("ModelCategory") + private String modelCategory; + + /** 二级分类列表 */ + @SerializedName("ModelSubCategories") + private String modelSubCategories; + /** 是否关联有可用 batch 模型 */ @SerializedName("IsHasBatch") private Boolean isHasBatch; @@ -284,6 +604,14 @@ public static class SquareModel extends Response { @SerializedName("BatchName") private String batchName; + /** 是否有关联的推理地域模型 */ + @SerializedName("IsHasInferenceRegions") + private Boolean isHasInferenceRegions; + + /** 推理地域模型列表 */ + @SerializedName("InferenceRegions") + private List inferenceRegions; + /** 制造商 */ @SerializedName("Manufacturer") private String manufacturer; @@ -308,14 +636,34 @@ public static class SquareModel extends Response { @SerializedName("Language") private List language; - /** 模型长度 */ + /** 模型长度,单位 token */ @SerializedName("MaxModelLen") private Integer maxModelLen; + /** 模型长度,单位 K tokens */ + @SerializedName("MaxModelLenNew") + private Integer maxModelLenNew; + + /** 最大输入token数 */ + @SerializedName("MaxInputTokens") + private Integer maxInputTokens; + + /** 最大输出token数 */ + @SerializedName("MaxOutputTokens") + private Integer maxOutputTokens; + + /** 模型类型映射 */ + @SerializedName("ModelTypeMap") + private ModelTypeMap modelTypeMap; + /** 模型类型 */ @SerializedName("ModelType") private String modelType; + /** 模型封面链接 */ + @SerializedName("CoverUrl") + private String coverUrl; + /** HuggingFace 更新时间 */ @SerializedName("HfUpdateTime") private Integer hfUpdateTime; @@ -332,6 +680,26 @@ public static class SquareModel extends Response { @SerializedName("SupportedCapabilities") private List supportedCapabilities; + /** 模型能力详细映射 */ + @SerializedName("Capabilities") + private ModelCapabilities capabilities; + + /** 模型额外标签 */ + @SerializedName("ExtraModelTags") + private List extraModelTags; + + /** api协议映射 */ + @SerializedName("ApiProtocols") + private ApiProtocols apiProtocols; + + /** 输入模态 */ + @SerializedName("InputModalities") + private List inputModalities; + + /** 输出模态 */ + @SerializedName("OutputModalities") + private List outputModalities; + /** 图标 */ @SerializedName("Icon") private String icon; @@ -352,6 +720,22 @@ public void setBatchSquareModelId(String batchSquareModelId) { this.batchSquareModelId = batchSquareModelId; } + public String getModelCategory() { + return modelCategory; + } + + public void setModelCategory(String modelCategory) { + this.modelCategory = modelCategory; + } + + public String getModelSubCategories() { + return modelSubCategories; + } + + public void setModelSubCategories(String modelSubCategories) { + this.modelSubCategories = modelSubCategories; + } + public Boolean getIsHasBatch() { return isHasBatch; } @@ -368,6 +752,22 @@ public void setBatchName(String batchName) { this.batchName = batchName; } + public Boolean getIsHasInferenceRegions() { + return isHasInferenceRegions; + } + + public void setIsHasInferenceRegions(Boolean isHasInferenceRegions) { + this.isHasInferenceRegions = isHasInferenceRegions; + } + + public List getInferenceRegions() { + return inferenceRegions; + } + + public void setInferenceRegions(List inferenceRegions) { + this.inferenceRegions = inferenceRegions; + } + public String getManufacturer() { return manufacturer; } @@ -424,6 +824,38 @@ public void setMaxModelLen(Integer maxModelLen) { this.maxModelLen = maxModelLen; } + public Integer getMaxModelLenNew() { + return maxModelLenNew; + } + + public void setMaxModelLenNew(Integer maxModelLenNew) { + this.maxModelLenNew = maxModelLenNew; + } + + public Integer getMaxInputTokens() { + return maxInputTokens; + } + + public void setMaxInputTokens(Integer maxInputTokens) { + this.maxInputTokens = maxInputTokens; + } + + public Integer getMaxOutputTokens() { + return maxOutputTokens; + } + + public void setMaxOutputTokens(Integer maxOutputTokens) { + this.maxOutputTokens = maxOutputTokens; + } + + public ModelTypeMap getModelTypeMap() { + return modelTypeMap; + } + + public void setModelTypeMap(ModelTypeMap modelTypeMap) { + this.modelTypeMap = modelTypeMap; + } + public String getModelType() { return modelType; } @@ -432,6 +864,14 @@ public void setModelType(String modelType) { this.modelType = modelType; } + public String getCoverUrl() { + return coverUrl; + } + + public void setCoverUrl(String coverUrl) { + this.coverUrl = coverUrl; + } + public Integer getHfUpdateTime() { return hfUpdateTime; } @@ -464,6 +904,46 @@ public void setSupportedCapabilities(List supportedCapabilities) { this.supportedCapabilities = supportedCapabilities; } + public ModelCapabilities getCapabilities() { + return capabilities; + } + + public void setCapabilities(ModelCapabilities capabilities) { + this.capabilities = capabilities; + } + + public List getExtraModelTags() { + return extraModelTags; + } + + public void setExtraModelTags(List extraModelTags) { + this.extraModelTags = extraModelTags; + } + + public ApiProtocols getApiProtocols() { + return apiProtocols; + } + + public void setApiProtocols(ApiProtocols apiProtocols) { + this.apiProtocols = apiProtocols; + } + + public List getInputModalities() { + return inputModalities; + } + + public void setInputModalities(List inputModalities) { + this.inputModalities = inputModalities; + } + + public List getOutputModalities() { + return outputModalities; + } + + public void setOutputModalities(List outputModalities) { + this.outputModalities = outputModalities; + } + public String getIcon() { return icon; } diff --git a/ucloud-sdk-java-uas/pom.xml b/ucloud-sdk-java-uas/pom.xml index 94f4b40b..23957617 100644 --- a/ucloud-sdk-java-uas/pom.xml +++ b/ucloud-sdk-java-uas/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uas ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ubill/pom.xml b/ucloud-sdk-java-ubill/pom.xml index 62c24863..e0e59fd2 100644 --- a/ucloud-sdk-java-ubill/pom.xml +++ b/ucloud-sdk-java-ubill/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ubill ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ucdn/pom.xml b/ucloud-sdk-java-ucdn/pom.xml index b608f977..45855a12 100644 --- a/ucloud-sdk-java-ucdn/pom.xml +++ b/ucloud-sdk-java-ucdn/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ucdn ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uclickhouse/pom.xml b/ucloud-sdk-java-uclickhouse/pom.xml index fc8e5de1..d954b6f5 100644 --- a/ucloud-sdk-java-uclickhouse/pom.xml +++ b/ucloud-sdk-java-uclickhouse/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uclickhouse ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ucompshare/pom.xml b/ucloud-sdk-java-ucompshare/pom.xml index 2b1c3c14..ab737ddd 100644 --- a/ucloud-sdk-java-ucompshare/pom.xml +++ b/ucloud-sdk-java-ucompshare/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ucompshare ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-udb/pom.xml b/ucloud-sdk-java-udb/pom.xml index 437346a8..3c1209b7 100644 --- a/ucloud-sdk-java-udb/pom.xml +++ b/ucloud-sdk-java-udb/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-udb ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-udbproxy/pom.xml b/ucloud-sdk-java-udbproxy/pom.xml index 58d76431..b6a4e54c 100644 --- a/ucloud-sdk-java-udbproxy/pom.xml +++ b/ucloud-sdk-java-udbproxy/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-udbproxy ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-udi/pom.xml b/ucloud-sdk-java-udi/pom.xml index 7e1bf6c4..11d6e658 100644 --- a/ucloud-sdk-java-udi/pom.xml +++ b/ucloud-sdk-java-udi/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-udi ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-udisk/pom.xml b/ucloud-sdk-java-udisk/pom.xml index 1cab4dd4..55a10251 100644 --- a/ucloud-sdk-java-udisk/pom.xml +++ b/ucloud-sdk-java-udisk/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-udisk ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-udns/pom.xml b/ucloud-sdk-java-udns/pom.xml index 79d6eb57..dcb1e3ed 100644 --- a/ucloud-sdk-java-udns/pom.xml +++ b/ucloud-sdk-java-udns/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-udns ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-udpn/pom.xml b/ucloud-sdk-java-udpn/pom.xml index 74c50567..e06aaa60 100644 --- a/ucloud-sdk-java-udpn/pom.xml +++ b/ucloud-sdk-java-udpn/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-udpn ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uec/pom.xml b/ucloud-sdk-java-uec/pom.xml index e92ca2e1..6a8ddb73 100644 --- a/ucloud-sdk-java-uec/pom.xml +++ b/ucloud-sdk-java-uec/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uec ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ues/pom.xml b/ucloud-sdk-java-ues/pom.xml index de7ce827..4cc63436 100644 --- a/ucloud-sdk-java-ues/pom.xml +++ b/ucloud-sdk-java-ues/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ues ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uewaf/pom.xml b/ucloud-sdk-java-uewaf/pom.xml index e916a1ec..ad1ecbb3 100644 --- a/ucloud-sdk-java-uewaf/pom.xml +++ b/ucloud-sdk-java-uewaf/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uewaf ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ufile/pom.xml b/ucloud-sdk-java-ufile/pom.xml index 27011c27..033216e7 100644 --- a/ucloud-sdk-java-ufile/pom.xml +++ b/ucloud-sdk-java-ufile/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ufile ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ufs/pom.xml b/ucloud-sdk-java-ufs/pom.xml index d7558b1a..ed512415 100644 --- a/ucloud-sdk-java-ufs/pom.xml +++ b/ucloud-sdk-java-ufs/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ufs ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uhadoop/pom.xml b/ucloud-sdk-java-uhadoop/pom.xml index ce76f9a4..40e3dc2e 100644 --- a/ucloud-sdk-java-uhadoop/pom.xml +++ b/ucloud-sdk-java-uhadoop/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uhadoop ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uhids/pom.xml b/ucloud-sdk-java-uhids/pom.xml index 9da70c40..a8ab37d0 100644 --- a/ucloud-sdk-java-uhids/pom.xml +++ b/ucloud-sdk-java-uhids/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uhids ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uhost/pom.xml b/ucloud-sdk-java-uhost/pom.xml index 4ded7a1d..a4cef79d 100644 --- a/ucloud-sdk-java-uhost/pom.xml +++ b/ucloud-sdk-java-uhost/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uhost ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uk8s/pom.xml b/ucloud-sdk-java-uk8s/pom.xml index 267f7337..cc3111cf 100644 --- a/ucloud-sdk-java-uk8s/pom.xml +++ b/ucloud-sdk-java-uk8s/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uk8s ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ukafka/pom.xml b/ucloud-sdk-java-ukafka/pom.xml index b4457713..d5f32908 100644 --- a/ucloud-sdk-java-ukafka/pom.xml +++ b/ucloud-sdk-java-ukafka/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ukafka ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ukms/pom.xml b/ucloud-sdk-java-ukms/pom.xml index 59b34c3e..ddcf3201 100644 --- a/ucloud-sdk-java-ukms/pom.xml +++ b/ucloud-sdk-java-ukms/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ukms ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ulb/pom.xml b/ucloud-sdk-java-ulb/pom.xml index 77d90dc7..d3ec7aac 100644 --- a/ucloud-sdk-java-ulb/pom.xml +++ b/ucloud-sdk-java-ulb/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ulb ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ulighthost/pom.xml b/ucloud-sdk-java-ulighthost/pom.xml index a898466f..39ddbda0 100644 --- a/ucloud-sdk-java-ulighthost/pom.xml +++ b/ucloud-sdk-java-ulighthost/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ulighthost ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ulog/pom.xml b/ucloud-sdk-java-ulog/pom.xml index 05c145dd..d150a4b4 100644 --- a/ucloud-sdk-java-ulog/pom.xml +++ b/ucloud-sdk-java-ulog/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ulog ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-ulogservice/pom.xml b/ucloud-sdk-java-ulogservice/pom.xml index d9f809ed..c3514c11 100644 --- a/ucloud-sdk-java-ulogservice/pom.xml +++ b/ucloud-sdk-java-ulogservice/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-ulogservice ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-umem/pom.xml b/ucloud-sdk-java-umem/pom.xml index b6125e41..0e966897 100644 --- a/ucloud-sdk-java-umem/pom.xml +++ b/ucloud-sdk-java-umem/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-umem ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-umon/pom.xml b/ucloud-sdk-java-umon/pom.xml index f9535624..f9dc4a4e 100644 --- a/ucloud-sdk-java-umon/pom.xml +++ b/ucloud-sdk-java-umon/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-umon ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-umongodb/pom.xml b/ucloud-sdk-java-umongodb/pom.xml index f689b40e..3bb0a5a6 100644 --- a/ucloud-sdk-java-umongodb/pom.xml +++ b/ucloud-sdk-java-umongodb/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-umongodb ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-unet/pom.xml b/ucloud-sdk-java-unet/pom.xml index 14eebcaf..2ede589d 100644 --- a/ucloud-sdk-java-unet/pom.xml +++ b/ucloud-sdk-java-unet/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-unet ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-upfs/pom.xml b/ucloud-sdk-java-upfs/pom.xml index d1e2bacf..dbdde98f 100644 --- a/ucloud-sdk-java-upfs/pom.xml +++ b/ucloud-sdk-java-upfs/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-upfs ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-upgsql/pom.xml b/ucloud-sdk-java-upgsql/pom.xml index 126822fc..b8347c38 100644 --- a/ucloud-sdk-java-upgsql/pom.xml +++ b/ucloud-sdk-java-upgsql/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-upgsql ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uphone/pom.xml b/ucloud-sdk-java-uphone/pom.xml index 89307c13..3b33a1e4 100644 --- a/ucloud-sdk-java-uphone/pom.xml +++ b/ucloud-sdk-java-uphone/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uphone ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uphost/pom.xml b/ucloud-sdk-java-uphost/pom.xml index 87da4812..b0240afe 100644 --- a/ucloud-sdk-java-uphost/pom.xml +++ b/ucloud-sdk-java-uphost/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uphost ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uslk/pom.xml b/ucloud-sdk-java-uslk/pom.xml index 6cbc0639..3b37801d 100644 --- a/ucloud-sdk-java-uslk/pom.xml +++ b/ucloud-sdk-java-uslk/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uslk ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-usms/pom.xml b/ucloud-sdk-java-usms/pom.xml index 6bdccba2..43d70d3b 100644 --- a/ucloud-sdk-java-usms/pom.xml +++ b/ucloud-sdk-java-usms/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-usms ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-usnap/pom.xml b/ucloud-sdk-java-usnap/pom.xml index a9b5f148..c7e6b748 100644 --- a/ucloud-sdk-java-usnap/pom.xml +++ b/ucloud-sdk-java-usnap/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-usnap ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uvms/pom.xml b/ucloud-sdk-java-uvms/pom.xml index ae298843..4e10f0b1 100644 --- a/ucloud-sdk-java-uvms/pom.xml +++ b/ucloud-sdk-java-uvms/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uvms ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-uwsc/pom.xml b/ucloud-sdk-java-uwsc/pom.xml index 6c6cdf54..8ce6cd9e 100644 --- a/ucloud-sdk-java-uwsc/pom.xml +++ b/ucloud-sdk-java-uwsc/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-uwsc ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release diff --git a/ucloud-sdk-java-vpc/pom.xml b/ucloud-sdk-java-vpc/pom.xml index f77616e6..5b1199ae 100644 --- a/ucloud-sdk-java-vpc/pom.xml +++ b/ucloud-sdk-java-vpc/pom.xml @@ -5,19 +5,19 @@ ucloud-sdk-java cn.ucloud - 1.2.101-release + 1.2.102-release 4.0.0 ucloud-sdk-java-vpc ucloud-sdk-java - 1.2.101-release + 1.2.102-release cn.ucloud ucloud-sdk-java-common - 1.2.101-release + 1.2.102-release