Skip to content

Commit a3a1bee

Browse files
committedMay 11, 2023
Supported more api for user.
1 parent 5e478fe commit a3a1bee

File tree

3 files changed

+19
-1
lines changed

3 files changed

+19
-1
lines changed
 

‎CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
2023-05-11 Version: 1.0.4
2+
- Supported more api for user.
3+
14
2023-05-11 Version: 2.1.2
25
- Add AllotDatasetAccelerationTask API.
36
- Update error code description.

‎aliyun-net-sdk-alinlp/Alinlp/Model/V20200629/GetEmbeddingRequest.cs

+15
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ public GetEmbeddingRequest()
4444

4545
private string text;
4646

47+
private string textType;
48+
4749
public string ServiceCode
4850
{
4951
get
@@ -70,6 +72,19 @@ public string Text
7072
}
7173
}
7274

75+
public string TextType
76+
{
77+
get
78+
{
79+
return textType;
80+
}
81+
set
82+
{
83+
textType = value;
84+
DictionaryUtil.Add(BodyParameters, "TextType", value);
85+
}
86+
}
87+
7388
public override bool CheckShowJsonItemName()
7489
{
7590
return false;

‎aliyun-net-sdk-alinlp/aliyun-net-sdk-alinlp.vs2017.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFrameworks>netstandard2.0;net45</TargetFrameworks>
55
<RootNamespace>Aliyun.Acs.alinlp</RootNamespace>
6-
<Version>1.0.3</Version>
6+
<Version>1.0.4</Version>
77
<Authors>Alibaba Cloud</Authors>
88
<Copyright>©2009-2019 Alibaba Cloud</Copyright>
99
<GeneratePackageOnBuild>false</GeneratePackageOnBuild>

0 commit comments

Comments
 (0)