tencentcloud-sdk-python 3.0.1360__py2.py3-none-any.whl → 3.0.1362__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/bh/v20230418/bh_client.py +23 -0
  3. tencentcloud/bh/v20230418/models.py +139 -0
  4. tencentcloud/cdb/v20170320/cdb_client.py +1 -1
  5. tencentcloud/cdb/v20170320/models.py +6 -6
  6. tencentcloud/cdwdoris/v20211228/models.py +30 -0
  7. tencentcloud/cdwpg/v20201230/models.py +22 -334
  8. tencentcloud/cvm/v20170312/models.py +20 -10
  9. tencentcloud/cwp/v20180228/models.py +138 -12
  10. tencentcloud/cynosdb/v20190107/models.py +45 -0
  11. tencentcloud/dlc/v20210125/models.py +107 -566
  12. tencentcloud/dsgc/v20190723/models.py +30 -0
  13. tencentcloud/emr/v20190103/emr_client.py +23 -0
  14. tencentcloud/emr/v20190103/models.py +214 -0
  15. tencentcloud/es/v20250101/es_client.py +23 -0
  16. tencentcloud/es/v20250101/models.py +356 -1
  17. tencentcloud/ess/v20201111/models.py +256 -0
  18. tencentcloud/essbasic/v20210526/models.py +281 -13
  19. tencentcloud/gaap/v20180529/gaap_client.py +1 -1
  20. tencentcloud/gaap/v20180529/models.py +2 -186
  21. tencentcloud/gs/v20191118/gs_client.py +46 -0
  22. tencentcloud/gs/v20191118/models.py +385 -8
  23. tencentcloud/ioa/v20220601/ioa_client.py +46 -0
  24. tencentcloud/ioa/v20220601/models.py +358 -0
  25. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
  26. tencentcloud/iotexplorer/v20190423/models.py +1228 -50
  27. tencentcloud/kms/v20190118/models.py +71 -0
  28. tencentcloud/lcic/v20220817/models.py +64 -0
  29. tencentcloud/lighthouse/v20200324/errorcodes.py +0 -6
  30. tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -57
  31. tencentcloud/lighthouse/v20200324/models.py +14 -168
  32. tencentcloud/monitor/v20180724/models.py +2 -2
  33. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  34. tencentcloud/mps/v20190612/models.py +168 -17
  35. tencentcloud/oceanus/v20190422/models.py +2 -2
  36. tencentcloud/privatedns/v20201028/models.py +6 -6
  37. tencentcloud/tan/v20220420/tan_client.py +3 -1
  38. tencentcloud/tcbr/v20220217/models.py +15 -0
  39. tencentcloud/tione/v20211111/models.py +91 -0
  40. tencentcloud/trocket/v20230308/models.py +1451 -66
  41. tencentcloud/trocket/v20230308/trocket_client.py +215 -0
  42. tencentcloud/vcube/v20220410/models.py +15 -0
  43. tencentcloud/vdb/v20230616/models.py +15 -0
  44. tencentcloud/vpc/v20170312/models.py +307 -78
  45. tencentcloud/vpc/v20170312/vpc_client.py +31 -3
  46. tencentcloud/wedata/v20210820/models.py +6 -6
  47. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/METADATA +1 -1
  48. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/RECORD +51 -51
  49. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/LICENSE +0 -0
  50. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/WHEEL +0 -0
  51. {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1362.dist-info}/top_level.txt +0 -0
@@ -974,42 +974,35 @@ class AnalysisTaskResults(AbstractModel):
974
974
  :param _InstanceStartTime: 任务创建时间,毫秒时间戳
975
975
  :type InstanceStartTime: int
976
976
  :param _InstanceCompleteTime: 任务结束时间,毫秒时间戳
977
- 注意:此字段可能返回 null,表示取不到有效值。
978
977
  :type InstanceCompleteTime: int
979
978
  :param _State: 任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。
980
979
  :type State: int
981
980
  :param _SQL: 任务SQL语句
982
981
  :type SQL: str
983
982
  :param _DataEngineName: 计算资源名字
984
- 注意:此字段可能返回 null,表示取不到有效值。
985
983
  :type DataEngineName: str
986
984
  :param _JobTimeSum: 单位毫秒,引擎内执行耗时
987
- 注意:此字段可能返回 null,表示取不到有效值。
988
985
  :type JobTimeSum: int
989
- :param _TaskTimeSum: 单位秒,CU资源消耗
990
- 注意:此字段可能返回 null,表示取不到有效值。
986
+ :param _TaskTimeSum: 单位秒,统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和
991
987
  :type TaskTimeSum: int
992
988
  :param _InputRecordsSum: 数据扫描总行数
993
- 注意:此字段可能返回 null,表示取不到有效值。
994
989
  :type InputRecordsSum: int
995
990
  :param _InputBytesSum: 数据扫描总 bytes
996
- 注意:此字段可能返回 null,表示取不到有效值。
997
991
  :type InputBytesSum: int
998
992
  :param _OutputRecordsSum: 输出总行数
999
- 注意:此字段可能返回 null,表示取不到有效值。
1000
993
  :type OutputRecordsSum: int
1001
994
  :param _OutputBytesSum: 输出总 bytes
1002
- 注意:此字段可能返回 null,表示取不到有效值。
1003
995
  :type OutputBytesSum: int
1004
996
  :param _ShuffleReadBytesSum: shuffle read 总 bytes
1005
- 注意:此字段可能返回 null,表示取不到有效值。
1006
997
  :type ShuffleReadBytesSum: int
1007
998
  :param _ShuffleReadRecordsSum: shuffle read 总行数
1008
- 注意:此字段可能返回 null,表示取不到有效值。
1009
999
  :type ShuffleReadRecordsSum: int
1010
1000
  :param _AnalysisStatus: 洞察结果类型分类,一个 json 数组,有如下几种类型:SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
1011
- 注意:此字段可能返回 null,表示取不到有效值。
1012
1001
  :type AnalysisStatus: str
1002
+ :param _OutputFilesNum: 任务输出文件总数
1003
+ :type OutputFilesNum: int
1004
+ :param _OutputSmallFilesNum: 任务输出小文件总数
1005
+ :type OutputSmallFilesNum: int
1013
1006
  """
1014
1007
  self._Id = None
1015
1008
  self._InstanceStartTime = None
@@ -1026,6 +1019,8 @@ class AnalysisTaskResults(AbstractModel):
1026
1019
  self._ShuffleReadBytesSum = None
1027
1020
  self._ShuffleReadRecordsSum = None
1028
1021
  self._AnalysisStatus = None
1022
+ self._OutputFilesNum = None
1023
+ self._OutputSmallFilesNum = None
1029
1024
 
1030
1025
  @property
1031
1026
  def Id(self):
@@ -1052,7 +1047,6 @@ class AnalysisTaskResults(AbstractModel):
1052
1047
  @property
1053
1048
  def InstanceCompleteTime(self):
1054
1049
  """任务结束时间,毫秒时间戳
1055
- 注意:此字段可能返回 null,表示取不到有效值。
1056
1050
  :rtype: int
1057
1051
  """
1058
1052
  return self._InstanceCompleteTime
@@ -1086,7 +1080,6 @@ class AnalysisTaskResults(AbstractModel):
1086
1080
  @property
1087
1081
  def DataEngineName(self):
1088
1082
  """计算资源名字
1089
- 注意:此字段可能返回 null,表示取不到有效值。
1090
1083
  :rtype: str
1091
1084
  """
1092
1085
  return self._DataEngineName
@@ -1098,7 +1091,6 @@ class AnalysisTaskResults(AbstractModel):
1098
1091
  @property
1099
1092
  def JobTimeSum(self):
1100
1093
  """单位毫秒,引擎内执行耗时
1101
- 注意:此字段可能返回 null,表示取不到有效值。
1102
1094
  :rtype: int
1103
1095
  """
1104
1096
  return self._JobTimeSum
@@ -1109,8 +1101,7 @@ class AnalysisTaskResults(AbstractModel):
1109
1101
 
1110
1102
  @property
1111
1103
  def TaskTimeSum(self):
1112
- """单位秒,CU资源消耗
1113
- 注意:此字段可能返回 null,表示取不到有效值。
1104
+ """单位秒,统计参与计算所用 Spark Executor 每个 core 的 CPU 执行时长总和
1114
1105
  :rtype: int
1115
1106
  """
1116
1107
  return self._TaskTimeSum
@@ -1122,7 +1113,6 @@ class AnalysisTaskResults(AbstractModel):
1122
1113
  @property
1123
1114
  def InputRecordsSum(self):
1124
1115
  """数据扫描总行数
1125
- 注意:此字段可能返回 null,表示取不到有效值。
1126
1116
  :rtype: int
1127
1117
  """
1128
1118
  return self._InputRecordsSum
@@ -1134,7 +1124,6 @@ class AnalysisTaskResults(AbstractModel):
1134
1124
  @property
1135
1125
  def InputBytesSum(self):
1136
1126
  """数据扫描总 bytes
1137
- 注意:此字段可能返回 null,表示取不到有效值。
1138
1127
  :rtype: int
1139
1128
  """
1140
1129
  return self._InputBytesSum
@@ -1146,7 +1135,6 @@ class AnalysisTaskResults(AbstractModel):
1146
1135
  @property
1147
1136
  def OutputRecordsSum(self):
1148
1137
  """输出总行数
1149
- 注意:此字段可能返回 null,表示取不到有效值。
1150
1138
  :rtype: int
1151
1139
  """
1152
1140
  return self._OutputRecordsSum
@@ -1158,7 +1146,6 @@ class AnalysisTaskResults(AbstractModel):
1158
1146
  @property
1159
1147
  def OutputBytesSum(self):
1160
1148
  """输出总 bytes
1161
- 注意:此字段可能返回 null,表示取不到有效值。
1162
1149
  :rtype: int
1163
1150
  """
1164
1151
  return self._OutputBytesSum
@@ -1170,7 +1157,6 @@ class AnalysisTaskResults(AbstractModel):
1170
1157
  @property
1171
1158
  def ShuffleReadBytesSum(self):
1172
1159
  """shuffle read 总 bytes
1173
- 注意:此字段可能返回 null,表示取不到有效值。
1174
1160
  :rtype: int
1175
1161
  """
1176
1162
  return self._ShuffleReadBytesSum
@@ -1182,7 +1168,6 @@ class AnalysisTaskResults(AbstractModel):
1182
1168
  @property
1183
1169
  def ShuffleReadRecordsSum(self):
1184
1170
  """shuffle read 总行数
1185
- 注意:此字段可能返回 null,表示取不到有效值。
1186
1171
  :rtype: int
1187
1172
  """
1188
1173
  return self._ShuffleReadRecordsSum
@@ -1194,7 +1179,6 @@ class AnalysisTaskResults(AbstractModel):
1194
1179
  @property
1195
1180
  def AnalysisStatus(self):
1196
1181
  """洞察结果类型分类,一个 json 数组,有如下几种类型:SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)
1197
- 注意:此字段可能返回 null,表示取不到有效值。
1198
1182
  :rtype: str
1199
1183
  """
1200
1184
  return self._AnalysisStatus
@@ -1203,6 +1187,28 @@ class AnalysisTaskResults(AbstractModel):
1203
1187
  def AnalysisStatus(self, AnalysisStatus):
1204
1188
  self._AnalysisStatus = AnalysisStatus
1205
1189
 
1190
+ @property
1191
+ def OutputFilesNum(self):
1192
+ """任务输出文件总数
1193
+ :rtype: int
1194
+ """
1195
+ return self._OutputFilesNum
1196
+
1197
+ @OutputFilesNum.setter
1198
+ def OutputFilesNum(self, OutputFilesNum):
1199
+ self._OutputFilesNum = OutputFilesNum
1200
+
1201
+ @property
1202
+ def OutputSmallFilesNum(self):
1203
+ """任务输出小文件总数
1204
+ :rtype: int
1205
+ """
1206
+ return self._OutputSmallFilesNum
1207
+
1208
+ @OutputSmallFilesNum.setter
1209
+ def OutputSmallFilesNum(self, OutputSmallFilesNum):
1210
+ self._OutputSmallFilesNum = OutputSmallFilesNum
1211
+
1206
1212
 
1207
1213
  def _deserialize(self, params):
1208
1214
  self._Id = params.get("Id")
@@ -1220,6 +1226,8 @@ class AnalysisTaskResults(AbstractModel):
1220
1226
  self._ShuffleReadBytesSum = params.get("ShuffleReadBytesSum")
1221
1227
  self._ShuffleReadRecordsSum = params.get("ShuffleReadRecordsSum")
1222
1228
  self._AnalysisStatus = params.get("AnalysisStatus")
1229
+ self._OutputFilesNum = params.get("OutputFilesNum")
1230
+ self._OutputSmallFilesNum = params.get("OutputSmallFilesNum")
1223
1231
  memeber_set = set(params.keys())
1224
1232
  for name, value in vars(self).items():
1225
1233
  property_name = name[1:]
@@ -1821,22 +1829,16 @@ class BatchSQLCostInfo(AbstractModel):
1821
1829
  def __init__(self):
1822
1830
  r"""
1823
1831
  :param _BatchId: 任务id
1824
- 注意:此字段可能返回 null,表示取不到有效值。
1825
1832
  :type BatchId: str
1826
1833
  :param _DataEngineName: 引擎名称
1827
- 注意:此字段可能返回 null,表示取不到有效值。
1828
1834
  :type DataEngineName: str
1829
1835
  :param _DataEngineId: 引擎id
1830
- 注意:此字段可能返回 null,表示取不到有效值。
1831
1836
  :type DataEngineId: str
1832
1837
  :param _Cost: 本次消耗,单位cu
1833
- 注意:此字段可能返回 null,表示取不到有效值。
1834
1838
  :type Cost: float
1835
1839
  :param _TimeCost: 时间开销,秒
1836
- 注意:此字段可能返回 null,表示取不到有效值。
1837
1840
  :type TimeCost: int
1838
1841
  :param _Operator: 操作者
1839
- 注意:此字段可能返回 null,表示取不到有效值。
1840
1842
  :type Operator: str
1841
1843
  """
1842
1844
  self._BatchId = None
@@ -1849,7 +1851,6 @@ class BatchSQLCostInfo(AbstractModel):
1849
1851
  @property
1850
1852
  def BatchId(self):
1851
1853
  """任务id
1852
- 注意:此字段可能返回 null,表示取不到有效值。
1853
1854
  :rtype: str
1854
1855
  """
1855
1856
  return self._BatchId
@@ -1861,7 +1862,6 @@ class BatchSQLCostInfo(AbstractModel):
1861
1862
  @property
1862
1863
  def DataEngineName(self):
1863
1864
  """引擎名称
1864
- 注意:此字段可能返回 null,表示取不到有效值。
1865
1865
  :rtype: str
1866
1866
  """
1867
1867
  return self._DataEngineName
@@ -1873,7 +1873,6 @@ class BatchSQLCostInfo(AbstractModel):
1873
1873
  @property
1874
1874
  def DataEngineId(self):
1875
1875
  """引擎id
1876
- 注意:此字段可能返回 null,表示取不到有效值。
1877
1876
  :rtype: str
1878
1877
  """
1879
1878
  return self._DataEngineId
@@ -1885,7 +1884,6 @@ class BatchSQLCostInfo(AbstractModel):
1885
1884
  @property
1886
1885
  def Cost(self):
1887
1886
  """本次消耗,单位cu
1888
- 注意:此字段可能返回 null,表示取不到有效值。
1889
1887
  :rtype: float
1890
1888
  """
1891
1889
  return self._Cost
@@ -1897,7 +1895,6 @@ class BatchSQLCostInfo(AbstractModel):
1897
1895
  @property
1898
1896
  def TimeCost(self):
1899
1897
  """时间开销,秒
1900
- 注意:此字段可能返回 null,表示取不到有效值。
1901
1898
  :rtype: int
1902
1899
  """
1903
1900
  return self._TimeCost
@@ -1909,7 +1906,6 @@ class BatchSQLCostInfo(AbstractModel):
1909
1906
  @property
1910
1907
  def Operator(self):
1911
1908
  """操作者
1912
- 注意:此字段可能返回 null,表示取不到有效值。
1913
1909
  :rtype: str
1914
1910
  """
1915
1911
  return self._Operator
@@ -1944,13 +1940,10 @@ class BatchSqlTask(AbstractModel):
1944
1940
  def __init__(self):
1945
1941
  r"""
1946
1942
  :param _TaskId: SQL子任务唯一标识
1947
- 注意:此字段可能返回 null,表示取不到有效值。
1948
1943
  :type TaskId: str
1949
1944
  :param _ExecuteSQL: 运行SQL
1950
- 注意:此字段可能返回 null,表示取不到有效值。
1951
1945
  :type ExecuteSQL: str
1952
1946
  :param _Message: 任务信息,成功则返回:Task Success!,失败则返回异常信息
1953
- 注意:此字段可能返回 null,表示取不到有效值。
1954
1947
  :type Message: str
1955
1948
  """
1956
1949
  self._TaskId = None
@@ -1960,7 +1953,6 @@ class BatchSqlTask(AbstractModel):
1960
1953
  @property
1961
1954
  def TaskId(self):
1962
1955
  """SQL子任务唯一标识
1963
- 注意:此字段可能返回 null,表示取不到有效值。
1964
1956
  :rtype: str
1965
1957
  """
1966
1958
  return self._TaskId
@@ -1972,7 +1964,6 @@ class BatchSqlTask(AbstractModel):
1972
1964
  @property
1973
1965
  def ExecuteSQL(self):
1974
1966
  """运行SQL
1975
- 注意:此字段可能返回 null,表示取不到有效值。
1976
1967
  :rtype: str
1977
1968
  """
1978
1969
  return self._ExecuteSQL
@@ -1984,7 +1975,6 @@ class BatchSqlTask(AbstractModel):
1984
1975
  @property
1985
1976
  def Message(self):
1986
1977
  """任务信息,成功则返回:Task Success!,失败则返回异常信息
1987
- 注意:此字段可能返回 null,表示取不到有效值。
1988
1978
  :rtype: str
1989
1979
  """
1990
1980
  return self._Message
@@ -2083,19 +2073,14 @@ class CHDFSProductVpcInfo(AbstractModel):
2083
2073
  r"""
2084
2074
  :param _VpcId: vpc id
2085
2075
 
2086
- 注意:此字段可能返回 null,表示取不到有效值。
2087
2076
  :type VpcId: str
2088
2077
  :param _VpcName: vpc名称
2089
- 注意:此字段可能返回 null,表示取不到有效值。
2090
2078
  :type VpcName: str
2091
2079
  :param _VpcCidrBlock: vpc子网信息列表
2092
- 注意:此字段可能返回 null,表示取不到有效值。
2093
2080
  :type VpcCidrBlock: list of VpcCidrBlock
2094
2081
  :param _RuleId: 规则Id
2095
- 注意:此字段可能返回 null,表示取不到有效值。
2096
2082
  :type RuleId: int
2097
2083
  :param _AccessGroupId: 权限组Id
2098
- 注意:此字段可能返回 null,表示取不到有效值。
2099
2084
  :type AccessGroupId: str
2100
2085
  """
2101
2086
  self._VpcId = None
@@ -2108,7 +2093,6 @@ class CHDFSProductVpcInfo(AbstractModel):
2108
2093
  def VpcId(self):
2109
2094
  """vpc id
2110
2095
 
2111
- 注意:此字段可能返回 null,表示取不到有效值。
2112
2096
  :rtype: str
2113
2097
  """
2114
2098
  return self._VpcId
@@ -2120,7 +2104,6 @@ class CHDFSProductVpcInfo(AbstractModel):
2120
2104
  @property
2121
2105
  def VpcName(self):
2122
2106
  """vpc名称
2123
- 注意:此字段可能返回 null,表示取不到有效值。
2124
2107
  :rtype: str
2125
2108
  """
2126
2109
  return self._VpcName
@@ -2132,7 +2115,6 @@ class CHDFSProductVpcInfo(AbstractModel):
2132
2115
  @property
2133
2116
  def VpcCidrBlock(self):
2134
2117
  """vpc子网信息列表
2135
- 注意:此字段可能返回 null,表示取不到有效值。
2136
2118
  :rtype: list of VpcCidrBlock
2137
2119
  """
2138
2120
  return self._VpcCidrBlock
@@ -2144,7 +2126,6 @@ class CHDFSProductVpcInfo(AbstractModel):
2144
2126
  @property
2145
2127
  def RuleId(self):
2146
2128
  """规则Id
2147
- 注意:此字段可能返回 null,表示取不到有效值。
2148
2129
  :rtype: int
2149
2130
  """
2150
2131
  return self._RuleId
@@ -2156,7 +2137,6 @@ class CHDFSProductVpcInfo(AbstractModel):
2156
2137
  @property
2157
2138
  def AccessGroupId(self):
2158
2139
  """权限组Id
2159
- 注意:此字段可能返回 null,表示取不到有效值。
2160
2140
  :rtype: str
2161
2141
  """
2162
2142
  return self._AccessGroupId
@@ -2718,7 +2698,6 @@ class CheckDataEngineConfigPairsValidityResponse(AbstractModel):
2718
2698
  :param _IsAvailable: 参数有效性:ture:有效,false:至少存在一个无效参数;
2719
2699
  :type IsAvailable: bool
2720
2700
  :param _UnavailableConfig: 无效参数集合
2721
- 注意:此字段可能返回 null,表示取不到有效值。
2722
2701
  :type UnavailableConfig: list of str
2723
2702
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2724
2703
  :type RequestId: str
@@ -2741,7 +2720,6 @@ class CheckDataEngineConfigPairsValidityResponse(AbstractModel):
2741
2720
  @property
2742
2721
  def UnavailableConfig(self):
2743
2722
  """无效参数集合
2744
- 注意:此字段可能返回 null,表示取不到有效值。
2745
2723
  :rtype: list of str
2746
2724
  """
2747
2725
  return self._UnavailableConfig
@@ -3125,25 +3103,18 @@ class Column(AbstractModel):
3125
3103
  注意:此字段可能返回 null,表示取不到有效值。
3126
3104
  :type Comment: str
3127
3105
  :param _Precision: 表示整个 numeric 的长度
3128
- 注意:此字段可能返回 null,表示取不到有效值。
3129
3106
  :type Precision: int
3130
3107
  :param _Scale: 表示小数部分的长度
3131
- 注意:此字段可能返回 null,表示取不到有效值。
3132
3108
  :type Scale: int
3133
3109
  :param _Nullable: 是否为null
3134
- 注意:此字段可能返回 null,表示取不到有效值。
3135
3110
  :type Nullable: str
3136
3111
  :param _Position: 字段位置,小的在前
3137
- 注意:此字段可能返回 null,表示取不到有效值。
3138
3112
  :type Position: int
3139
3113
  :param _CreateTime: 字段创建时间
3140
- 注意:此字段可能返回 null,表示取不到有效值。
3141
3114
  :type CreateTime: str
3142
3115
  :param _ModifiedTime: 字段修改时间
3143
- 注意:此字段可能返回 null,表示取不到有效值。
3144
3116
  :type ModifiedTime: str
3145
3117
  :param _IsPartition: 是否为分区字段
3146
- 注意:此字段可能返回 null,表示取不到有效值。
3147
3118
  :type IsPartition: bool
3148
3119
  :param _DataMaskStrategyInfo: 数据脱敏策略信息
3149
3120
  注意:此字段可能返回 null,表示取不到有效值。
@@ -3198,7 +3169,6 @@ class Column(AbstractModel):
3198
3169
  @property
3199
3170
  def Precision(self):
3200
3171
  """表示整个 numeric 的长度
3201
- 注意:此字段可能返回 null,表示取不到有效值。
3202
3172
  :rtype: int
3203
3173
  """
3204
3174
  return self._Precision
@@ -3210,7 +3180,6 @@ class Column(AbstractModel):
3210
3180
  @property
3211
3181
  def Scale(self):
3212
3182
  """表示小数部分的长度
3213
- 注意:此字段可能返回 null,表示取不到有效值。
3214
3183
  :rtype: int
3215
3184
  """
3216
3185
  return self._Scale
@@ -3222,7 +3191,6 @@ class Column(AbstractModel):
3222
3191
  @property
3223
3192
  def Nullable(self):
3224
3193
  """是否为null
3225
- 注意:此字段可能返回 null,表示取不到有效值。
3226
3194
  :rtype: str
3227
3195
  """
3228
3196
  return self._Nullable
@@ -3234,7 +3202,6 @@ class Column(AbstractModel):
3234
3202
  @property
3235
3203
  def Position(self):
3236
3204
  """字段位置,小的在前
3237
- 注意:此字段可能返回 null,表示取不到有效值。
3238
3205
  :rtype: int
3239
3206
  """
3240
3207
  return self._Position
@@ -3246,7 +3213,6 @@ class Column(AbstractModel):
3246
3213
  @property
3247
3214
  def CreateTime(self):
3248
3215
  """字段创建时间
3249
- 注意:此字段可能返回 null,表示取不到有效值。
3250
3216
  :rtype: str
3251
3217
  """
3252
3218
  return self._CreateTime
@@ -3258,7 +3224,6 @@ class Column(AbstractModel):
3258
3224
  @property
3259
3225
  def ModifiedTime(self):
3260
3226
  """字段修改时间
3261
- 注意:此字段可能返回 null,表示取不到有效值。
3262
3227
  :rtype: str
3263
3228
  """
3264
3229
  return self._ModifiedTime
@@ -3270,7 +3235,6 @@ class Column(AbstractModel):
3270
3235
  @property
3271
3236
  def IsPartition(self):
3272
3237
  """是否为分区字段
3273
- 注意:此字段可能返回 null,表示取不到有效值。
3274
3238
  :rtype: bool
3275
3239
  """
3276
3240
  return self._IsPartition
@@ -3688,7 +3652,6 @@ class CreateCHDFSBindingProductResponse(AbstractModel):
3688
3652
  def __init__(self):
3689
3653
  r"""
3690
3654
  :param _MountPointAssociates: 绑定信息
3691
- 注意:此字段可能返回 null,表示取不到有效值。
3692
3655
  :type MountPointAssociates: list of MountPointAssociates
3693
3656
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3694
3657
  :type RequestId: str
@@ -3699,7 +3662,6 @@ class CreateCHDFSBindingProductResponse(AbstractModel):
3699
3662
  @property
3700
3663
  def MountPointAssociates(self):
3701
3664
  """绑定信息
3702
- 注意:此字段可能返回 null,表示取不到有效值。
3703
3665
  :rtype: list of MountPointAssociates
3704
3666
  """
3705
3667
  return self._MountPointAssociates
@@ -5545,7 +5507,6 @@ class CreateNotebookSessionResponse(AbstractModel):
5545
5507
  :param _SessionId: Session唯一标识
5546
5508
  :type SessionId: str
5547
5509
  :param _SparkAppId: Spark任务返回的AppId
5548
- 注意:此字段可能返回 null,表示取不到有效值。
5549
5510
  :type SparkAppId: str
5550
5511
  :param _State: Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
5551
5512
  :type State: str
@@ -5571,7 +5532,6 @@ class CreateNotebookSessionResponse(AbstractModel):
5571
5532
  @property
5572
5533
  def SparkAppId(self):
5573
5534
  """Spark任务返回的AppId
5574
- 注意:此字段可能返回 null,表示取不到有效值。
5575
5535
  :rtype: str
5576
5536
  """
5577
5537
  return self._SparkAppId
@@ -6529,7 +6489,6 @@ class CreateSparkAppResponse(AbstractModel):
6529
6489
  def __init__(self):
6530
6490
  r"""
6531
6491
  :param _SparkAppId: App唯一标识
6532
- 注意:此字段可能返回 null,表示取不到有效值。
6533
6492
  :type SparkAppId: str
6534
6493
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6535
6494
  :type RequestId: str
@@ -6540,7 +6499,6 @@ class CreateSparkAppResponse(AbstractModel):
6540
6499
  @property
6541
6500
  def SparkAppId(self):
6542
6501
  """App唯一标识
6543
- 注意:此字段可能返回 null,表示取不到有效值。
6544
6502
  :rtype: str
6545
6503
  """
6546
6504
  return self._SparkAppId
@@ -7547,7 +7505,6 @@ class CreateTaskResponse(AbstractModel):
7547
7505
  def __init__(self):
7548
7506
  r"""
7549
7507
  :param _TaskId: 任务ID
7550
- 注意:此字段可能返回 null,表示取不到有效值。
7551
7508
  :type TaskId: str
7552
7509
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7553
7510
  :type RequestId: str
@@ -7558,7 +7515,6 @@ class CreateTaskResponse(AbstractModel):
7558
7515
  @property
7559
7516
  def TaskId(self):
7560
7517
  """任务ID
7561
- 注意:此字段可能返回 null,表示取不到有效值。
7562
7518
  :rtype: str
7563
7519
  """
7564
7520
  return self._TaskId
@@ -8248,16 +8204,12 @@ class DLCCatalogAccess(AbstractModel):
8248
8204
  def __init__(self):
8249
8205
  r"""
8250
8206
  :param _VpcId: VPCID
8251
- 注意:此字段可能返回 null,表示取不到有效值。
8252
8207
  :type VpcId: str
8253
8208
  :param _Product: 产品类型
8254
- 注意:此字段可能返回 null,表示取不到有效值。
8255
8209
  :type Product: str
8256
8210
  :param _Description: 描述信息
8257
- 注意:此字段可能返回 null,表示取不到有效值。
8258
8211
  :type Description: str
8259
8212
  :param _CreateTime: 创建时间
8260
- 注意:此字段可能返回 null,表示取不到有效值。
8261
8213
  :type CreateTime: str
8262
8214
  """
8263
8215
  self._VpcId = None
@@ -8268,7 +8220,6 @@ class DLCCatalogAccess(AbstractModel):
8268
8220
  @property
8269
8221
  def VpcId(self):
8270
8222
  """VPCID
8271
- 注意:此字段可能返回 null,表示取不到有效值。
8272
8223
  :rtype: str
8273
8224
  """
8274
8225
  return self._VpcId
@@ -8280,7 +8231,6 @@ class DLCCatalogAccess(AbstractModel):
8280
8231
  @property
8281
8232
  def Product(self):
8282
8233
  """产品类型
8283
- 注意:此字段可能返回 null,表示取不到有效值。
8284
8234
  :rtype: str
8285
8235
  """
8286
8236
  return self._Product
@@ -8292,7 +8242,6 @@ class DLCCatalogAccess(AbstractModel):
8292
8242
  @property
8293
8243
  def Description(self):
8294
8244
  """描述信息
8295
- 注意:此字段可能返回 null,表示取不到有效值。
8296
8245
  :rtype: str
8297
8246
  """
8298
8247
  return self._Description
@@ -8304,7 +8253,6 @@ class DLCCatalogAccess(AbstractModel):
8304
8253
  @property
8305
8254
  def CreateTime(self):
8306
8255
  """创建时间
8307
- 注意:此字段可能返回 null,表示取不到有效值。
8308
8256
  :rtype: str
8309
8257
  """
8310
8258
  return self._CreateTime
@@ -9603,7 +9551,6 @@ class DataEngineConfigInstanceInfo(AbstractModel):
9603
9551
  def __init__(self):
9604
9552
  r"""
9605
9553
  :param _DataEngineId: 引擎ID
9606
- 注意:此字段可能返回 null,表示取不到有效值。
9607
9554
  :type DataEngineId: str
9608
9555
  :param _DataEngineConfigPairs: 用户自定义配置项集合
9609
9556
  :type DataEngineConfigPairs: list of DataEngineConfigPair
@@ -9617,7 +9564,6 @@ class DataEngineConfigInstanceInfo(AbstractModel):
9617
9564
  @property
9618
9565
  def DataEngineId(self):
9619
9566
  """引擎ID
9620
- 注意:此字段可能返回 null,表示取不到有效值。
9621
9567
  :rtype: str
9622
9568
  """
9623
9569
  return self._DataEngineId
@@ -9733,7 +9679,6 @@ class DataEngineImageVersion(AbstractModel):
9733
9679
  :param _ImageVersion: 镜像大版本名称
9734
9680
  :type ImageVersion: str
9735
9681
  :param _Description: 镜像大版本描述
9736
- 注意:此字段可能返回 null,表示取不到有效值。
9737
9682
  :type Description: str
9738
9683
  :param _IsPublic: 是否为公共版本:1:公共;2:私有
9739
9684
  :type IsPublic: int
@@ -9783,7 +9728,6 @@ class DataEngineImageVersion(AbstractModel):
9783
9728
  @property
9784
9729
  def Description(self):
9785
9730
  """镜像大版本描述
9786
- 注意:此字段可能返回 null,表示取不到有效值。
9787
9731
  :rtype: str
9788
9732
  """
9789
9733
  return self._Description
@@ -11176,10 +11120,8 @@ class DataGovernPolicy(AbstractModel):
11176
11120
  def __init__(self):
11177
11121
  r"""
11178
11122
  :param _RuleType: 治理规则类型,Customize: 自定义;Intelligence: 智能治理
11179
- 注意:此字段可能返回 null,表示取不到有效值。
11180
11123
  :type RuleType: str
11181
11124
  :param _GovernEngine: 治理引擎
11182
- 注意:此字段可能返回 null,表示取不到有效值。
11183
11125
  :type GovernEngine: str
11184
11126
  """
11185
11127
  self._RuleType = None
@@ -11188,7 +11130,6 @@ class DataGovernPolicy(AbstractModel):
11188
11130
  @property
11189
11131
  def RuleType(self):
11190
11132
  """治理规则类型,Customize: 自定义;Intelligence: 智能治理
11191
- 注意:此字段可能返回 null,表示取不到有效值。
11192
11133
  :rtype: str
11193
11134
  """
11194
11135
  return self._RuleType
@@ -11200,7 +11141,6 @@ class DataGovernPolicy(AbstractModel):
11200
11141
  @property
11201
11142
  def GovernEngine(self):
11202
11143
  """治理引擎
11203
- 注意:此字段可能返回 null,表示取不到有效值。
11204
11144
  :rtype: str
11205
11145
  """
11206
11146
  return self._GovernEngine
@@ -11231,22 +11171,17 @@ class DataMaskStrategyInfo(AbstractModel):
11231
11171
  def __init__(self):
11232
11172
  r"""
11233
11173
  :param _StrategyName: 策略名称
11234
- 注意:此字段可能返回 null,表示取不到有效值。
11235
11174
  :type StrategyName: str
11236
11175
  :param _StrategyType: MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
11237
- 注意:此字段可能返回 null,表示取不到有效值。
11238
11176
  :type StrategyType: str
11239
11177
  :param _StrategyDesc: 策略描述
11240
- 注意:此字段可能返回 null,表示取不到有效值。
11241
11178
  :type StrategyDesc: str
11242
11179
  :param _Groups: 用户组策略列表
11243
11180
  注意:此字段可能返回 null,表示取不到有效值。
11244
11181
  :type Groups: list of GroupInfo
11245
11182
  :param _Users: 用户子账号uin列表,按;拼接
11246
- 注意:此字段可能返回 null,表示取不到有效值。
11247
11183
  :type Users: str
11248
11184
  :param _StrategyId: 策略Id
11249
- 注意:此字段可能返回 null,表示取不到有效值。
11250
11185
  :type StrategyId: str
11251
11186
  """
11252
11187
  self._StrategyName = None
@@ -11259,7 +11194,6 @@ class DataMaskStrategyInfo(AbstractModel):
11259
11194
  @property
11260
11195
  def StrategyName(self):
11261
11196
  """策略名称
11262
- 注意:此字段可能返回 null,表示取不到有效值。
11263
11197
  :rtype: str
11264
11198
  """
11265
11199
  return self._StrategyName
@@ -11271,7 +11205,6 @@ class DataMaskStrategyInfo(AbstractModel):
11271
11205
  @property
11272
11206
  def StrategyType(self):
11273
11207
  """MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
11274
- 注意:此字段可能返回 null,表示取不到有效值。
11275
11208
  :rtype: str
11276
11209
  """
11277
11210
  return self._StrategyType
@@ -11283,7 +11216,6 @@ class DataMaskStrategyInfo(AbstractModel):
11283
11216
  @property
11284
11217
  def StrategyDesc(self):
11285
11218
  """策略描述
11286
- 注意:此字段可能返回 null,表示取不到有效值。
11287
11219
  :rtype: str
11288
11220
  """
11289
11221
  return self._StrategyDesc
@@ -11307,7 +11239,6 @@ class DataMaskStrategyInfo(AbstractModel):
11307
11239
  @property
11308
11240
  def Users(self):
11309
11241
  """用户子账号uin列表,按;拼接
11310
- 注意:此字段可能返回 null,表示取不到有效值。
11311
11242
  :rtype: str
11312
11243
  """
11313
11244
  return self._Users
@@ -11319,7 +11250,6 @@ class DataMaskStrategyInfo(AbstractModel):
11319
11250
  @property
11320
11251
  def StrategyId(self):
11321
11252
  """策略Id
11322
- 注意:此字段可能返回 null,表示取不到有效值。
11323
11253
  :rtype: str
11324
11254
  """
11325
11255
  return self._StrategyId
@@ -11509,7 +11439,6 @@ class DatabaseInfo(AbstractModel):
11509
11439
  注意:此字段可能返回 null,表示取不到有效值。
11510
11440
  :type Properties: list of Property
11511
11441
  :param _Location: 数据库cos路径
11512
- 注意:此字段可能返回 null,表示取不到有效值。
11513
11442
  :type Location: str
11514
11443
  """
11515
11444
  self._DatabaseName = None
@@ -11555,7 +11484,6 @@ class DatabaseInfo(AbstractModel):
11555
11484
  @property
11556
11485
  def Location(self):
11557
11486
  """数据库cos路径
11558
- 注意:此字段可能返回 null,表示取不到有效值。
11559
11487
  :rtype: str
11560
11488
  """
11561
11489
  return self._Location
@@ -11595,7 +11523,6 @@ class DatabaseResponseInfo(AbstractModel):
11595
11523
  :param _DatabaseName: 数据库名称。
11596
11524
  :type DatabaseName: str
11597
11525
  :param _Comment: 数据库描述信息,长度 0~256。
11598
- 注意:此字段可能返回 null,表示取不到有效值。
11599
11526
  :type Comment: str
11600
11527
  :param _Properties: 允许针对数据库的属性元数据信息进行指定。
11601
11528
  注意:此字段可能返回 null,表示取不到有效值。
@@ -11607,19 +11534,15 @@ class DatabaseResponseInfo(AbstractModel):
11607
11534
  注意:此字段可能返回 null,表示取不到有效值。
11608
11535
  :type ModifiedTime: str
11609
11536
  :param _Location: cos存储路径
11610
- 注意:此字段可能返回 null,表示取不到有效值。
11611
11537
  :type Location: str
11612
11538
  :param _UserAlias: 建库用户昵称
11613
- 注意:此字段可能返回 null,表示取不到有效值。
11614
11539
  :type UserAlias: str
11615
11540
  :param _UserSubUin: 建库用户ID
11616
- 注意:此字段可能返回 null,表示取不到有效值。
11617
11541
  :type UserSubUin: str
11618
11542
  :param _GovernPolicy: 数据治理配置项
11619
11543
  注意:此字段可能返回 null,表示取不到有效值。
11620
11544
  :type GovernPolicy: :class:`tencentcloud.dlc.v20210125.models.DataGovernPolicy`
11621
11545
  :param _DatabaseId: 数据库ID(无效字段)
11622
- 注意:此字段可能返回 null,表示取不到有效值。
11623
11546
  :type DatabaseId: str
11624
11547
  """
11625
11548
  self._DatabaseName = None
@@ -11647,7 +11570,6 @@ class DatabaseResponseInfo(AbstractModel):
11647
11570
  @property
11648
11571
  def Comment(self):
11649
11572
  """数据库描述信息,长度 0~256。
11650
- 注意:此字段可能返回 null,表示取不到有效值。
11651
11573
  :rtype: str
11652
11574
  """
11653
11575
  return self._Comment
@@ -11695,7 +11617,6 @@ class DatabaseResponseInfo(AbstractModel):
11695
11617
  @property
11696
11618
  def Location(self):
11697
11619
  """cos存储路径
11698
- 注意:此字段可能返回 null,表示取不到有效值。
11699
11620
  :rtype: str
11700
11621
  """
11701
11622
  return self._Location
@@ -11707,7 +11628,6 @@ class DatabaseResponseInfo(AbstractModel):
11707
11628
  @property
11708
11629
  def UserAlias(self):
11709
11630
  """建库用户昵称
11710
- 注意:此字段可能返回 null,表示取不到有效值。
11711
11631
  :rtype: str
11712
11632
  """
11713
11633
  return self._UserAlias
@@ -11719,7 +11639,6 @@ class DatabaseResponseInfo(AbstractModel):
11719
11639
  @property
11720
11640
  def UserSubUin(self):
11721
11641
  """建库用户ID
11722
- 注意:此字段可能返回 null,表示取不到有效值。
11723
11642
  :rtype: str
11724
11643
  """
11725
11644
  return self._UserSubUin
@@ -11743,7 +11662,6 @@ class DatabaseResponseInfo(AbstractModel):
11743
11662
  @property
11744
11663
  def DatabaseId(self):
11745
11664
  """数据库ID(无效字段)
11746
- 注意:此字段可能返回 null,表示取不到有效值。
11747
11665
  :rtype: str
11748
11666
  """
11749
11667
  return self._DatabaseId
@@ -12045,16 +11963,13 @@ class DatasourceConnectionInfo(AbstractModel):
12045
11963
  注意:此字段可能返回 null,表示取不到有效值。
12046
11964
  :type DataEngines: list of DataEngineInfo
12047
11965
  :param _UserAlias: 创建人
12048
- 注意:此字段可能返回 null,表示取不到有效值。
12049
11966
  :type UserAlias: str
12050
11967
  :param _NetworkConnectionSet: 网络配置列表
12051
11968
  注意:此字段可能返回 null,表示取不到有效值。
12052
11969
  :type NetworkConnectionSet: list of NetworkConnection
12053
11970
  :param _ConnectivityState: 连通性状态:0(未测试,默认)、1(正常)、2(失败)
12054
- 注意:此字段可能返回 null,表示取不到有效值。
12055
11971
  :type ConnectivityState: int
12056
11972
  :param _ConnectivityTips: 连通性测试提示信息
12057
- 注意:此字段可能返回 null,表示取不到有效值。
12058
11973
  :type ConnectivityTips: str
12059
11974
  """
12060
11975
  self._Id = None
@@ -12223,7 +12138,6 @@ class DatasourceConnectionInfo(AbstractModel):
12223
12138
  @property
12224
12139
  def UserAlias(self):
12225
12140
  """创建人
12226
- 注意:此字段可能返回 null,表示取不到有效值。
12227
12141
  :rtype: str
12228
12142
  """
12229
12143
  return self._UserAlias
@@ -12247,7 +12161,6 @@ class DatasourceConnectionInfo(AbstractModel):
12247
12161
  @property
12248
12162
  def ConnectivityState(self):
12249
12163
  """连通性状态:0(未测试,默认)、1(正常)、2(失败)
12250
- 注意:此字段可能返回 null,表示取不到有效值。
12251
12164
  :rtype: int
12252
12165
  """
12253
12166
  return self._ConnectivityState
@@ -12259,7 +12172,6 @@ class DatasourceConnectionInfo(AbstractModel):
12259
12172
  @property
12260
12173
  def ConnectivityTips(self):
12261
12174
  """连通性测试提示信息
12262
- 注意:此字段可能返回 null,表示取不到有效值。
12263
12175
  :rtype: str
12264
12176
  """
12265
12177
  return self._ConnectivityTips
@@ -13104,8 +13016,10 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
13104
13016
  :param _HasLakeFs: 是否有托管存储权限
13105
13017
  :type HasLakeFs: bool
13106
13018
  :param _LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
13107
- 注意:此字段可能返回 null,表示取不到有效值。
13108
13019
  :type LakeFsStatus: str
13020
+ :param _BucketType: 托管存储桶类型
13021
+ 注意:此字段可能返回 null,表示取不到有效值。
13022
+ :type BucketType: str
13109
13023
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13110
13024
  :type RequestId: str
13111
13025
  """
@@ -13113,6 +13027,7 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
13113
13027
  self._StoreLocation = None
13114
13028
  self._HasLakeFs = None
13115
13029
  self._LakeFsStatus = None
13030
+ self._BucketType = None
13116
13031
  self._RequestId = None
13117
13032
 
13118
13033
  @property
@@ -13151,7 +13066,6 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
13151
13066
  @property
13152
13067
  def LakeFsStatus(self):
13153
13068
  """托管存储状态,HasLakeFs等于true时,该值才有意义
13154
- 注意:此字段可能返回 null,表示取不到有效值。
13155
13069
  :rtype: str
13156
13070
  """
13157
13071
  return self._LakeFsStatus
@@ -13160,6 +13074,18 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
13160
13074
  def LakeFsStatus(self, LakeFsStatus):
13161
13075
  self._LakeFsStatus = LakeFsStatus
13162
13076
 
13077
+ @property
13078
+ def BucketType(self):
13079
+ """托管存储桶类型
13080
+ 注意:此字段可能返回 null,表示取不到有效值。
13081
+ :rtype: str
13082
+ """
13083
+ return self._BucketType
13084
+
13085
+ @BucketType.setter
13086
+ def BucketType(self, BucketType):
13087
+ self._BucketType = BucketType
13088
+
13163
13089
  @property
13164
13090
  def RequestId(self):
13165
13091
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -13177,6 +13103,7 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
13177
13103
  self._StoreLocation = params.get("StoreLocation")
13178
13104
  self._HasLakeFs = params.get("HasLakeFs")
13179
13105
  self._LakeFsStatus = params.get("LakeFsStatus")
13106
+ self._BucketType = params.get("BucketType")
13180
13107
  self._RequestId = params.get("RequestId")
13181
13108
 
13182
13109
 
@@ -13400,16 +13327,12 @@ class DescribeDMSDatabaseResponse(AbstractModel):
13400
13327
  def __init__(self):
13401
13328
  r"""
13402
13329
  :param _Name: 数据库名称
13403
- 注意:此字段可能返回 null,表示取不到有效值。
13404
13330
  :type Name: str
13405
13331
  :param _SchemaName: schema名称
13406
- 注意:此字段可能返回 null,表示取不到有效值。
13407
13332
  :type SchemaName: str
13408
13333
  :param _Location: 存储地址
13409
- 注意:此字段可能返回 null,表示取不到有效值。
13410
13334
  :type Location: str
13411
13335
  :param _Asset: 数据对象
13412
- 注意:此字段可能返回 null,表示取不到有效值。
13413
13336
  :type Asset: :class:`tencentcloud.dlc.v20210125.models.Asset`
13414
13337
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13415
13338
  :type RequestId: str
@@ -13423,7 +13346,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
13423
13346
  @property
13424
13347
  def Name(self):
13425
13348
  """数据库名称
13426
- 注意:此字段可能返回 null,表示取不到有效值。
13427
13349
  :rtype: str
13428
13350
  """
13429
13351
  return self._Name
@@ -13435,7 +13357,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
13435
13357
  @property
13436
13358
  def SchemaName(self):
13437
13359
  """schema名称
13438
- 注意:此字段可能返回 null,表示取不到有效值。
13439
13360
  :rtype: str
13440
13361
  """
13441
13362
  return self._SchemaName
@@ -13447,7 +13368,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
13447
13368
  @property
13448
13369
  def Location(self):
13449
13370
  """存储地址
13450
- 注意:此字段可能返回 null,表示取不到有效值。
13451
13371
  :rtype: str
13452
13372
  """
13453
13373
  return self._Location
@@ -13459,7 +13379,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
13459
13379
  @property
13460
13380
  def Asset(self):
13461
13381
  """数据对象
13462
- 注意:此字段可能返回 null,表示取不到有效值。
13463
13382
  :rtype: :class:`tencentcloud.dlc.v20210125.models.Asset`
13464
13383
  """
13465
13384
  return self._Asset
@@ -13918,19 +13837,14 @@ class DescribeDMSTableResponse(AbstractModel):
13918
13837
  def __init__(self):
13919
13838
  r"""
13920
13839
  :param _Asset: 基础对象
13921
- 注意:此字段可能返回 null,表示取不到有效值。
13922
13840
  :type Asset: :class:`tencentcloud.dlc.v20210125.models.Asset`
13923
13841
  :param _ViewOriginalText: 视图文本
13924
- 注意:此字段可能返回 null,表示取不到有效值。
13925
13842
  :type ViewOriginalText: str
13926
13843
  :param _ViewExpandedText: 视图文本
13927
- 注意:此字段可能返回 null,表示取不到有效值。
13928
13844
  :type ViewExpandedText: str
13929
13845
  :param _Retention: hive维护版本
13930
- 注意:此字段可能返回 null,表示取不到有效值。
13931
13846
  :type Retention: int
13932
13847
  :param _Sds: 存储对象
13933
- 注意:此字段可能返回 null,表示取不到有效值。
13934
13848
  :type Sds: :class:`tencentcloud.dlc.v20210125.models.DMSSds`
13935
13849
  :param _PartitionKeys: 分区列
13936
13850
  注意:此字段可能返回 null,表示取不到有效值。
@@ -13939,37 +13853,27 @@ class DescribeDMSTableResponse(AbstractModel):
13939
13853
  注意:此字段可能返回 null,表示取不到有效值。
13940
13854
  :type Partitions: list of DMSPartition
13941
13855
  :param _Type: 表类型
13942
- 注意:此字段可能返回 null,表示取不到有效值。
13943
13856
  :type Type: str
13944
13857
  :param _DbName: 数据库名称
13945
- 注意:此字段可能返回 null,表示取不到有效值。
13946
13858
  :type DbName: str
13947
13859
  :param _SchemaName: Schame名称
13948
- 注意:此字段可能返回 null,表示取不到有效值。
13949
13860
  :type SchemaName: str
13950
13861
  :param _StorageSize: 存储大小
13951
- 注意:此字段可能返回 null,表示取不到有效值。
13952
13862
  :type StorageSize: int
13953
13863
  :param _RecordCount: 记录数量
13954
- 注意:此字段可能返回 null,表示取不到有效值。
13955
13864
  :type RecordCount: int
13956
13865
  :param _LifeTime: 生命周期
13957
- 注意:此字段可能返回 null,表示取不到有效值。
13958
13866
  :type LifeTime: int
13959
13867
  :param _LastAccessTime: 最后访问时间
13960
- 注意:此字段可能返回 null,表示取不到有效值。
13961
13868
  :type LastAccessTime: str
13962
13869
  :param _DataUpdateTime: 数据更新时间
13963
- 注意:此字段可能返回 null,表示取不到有效值。
13964
13870
  :type DataUpdateTime: str
13965
13871
  :param _StructUpdateTime: 结构更新时间
13966
- 注意:此字段可能返回 null,表示取不到有效值。
13967
13872
  :type StructUpdateTime: str
13968
13873
  :param _Columns: 列
13969
13874
  注意:此字段可能返回 null,表示取不到有效值。
13970
13875
  :type Columns: list of DMSColumn
13971
13876
  :param _Name: 表名称
13972
- 注意:此字段可能返回 null,表示取不到有效值。
13973
13877
  :type Name: str
13974
13878
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
13975
13879
  :type RequestId: str
@@ -13997,7 +13901,6 @@ class DescribeDMSTableResponse(AbstractModel):
13997
13901
  @property
13998
13902
  def Asset(self):
13999
13903
  """基础对象
14000
- 注意:此字段可能返回 null,表示取不到有效值。
14001
13904
  :rtype: :class:`tencentcloud.dlc.v20210125.models.Asset`
14002
13905
  """
14003
13906
  return self._Asset
@@ -14009,7 +13912,6 @@ class DescribeDMSTableResponse(AbstractModel):
14009
13912
  @property
14010
13913
  def ViewOriginalText(self):
14011
13914
  """视图文本
14012
- 注意:此字段可能返回 null,表示取不到有效值。
14013
13915
  :rtype: str
14014
13916
  """
14015
13917
  return self._ViewOriginalText
@@ -14021,7 +13923,6 @@ class DescribeDMSTableResponse(AbstractModel):
14021
13923
  @property
14022
13924
  def ViewExpandedText(self):
14023
13925
  """视图文本
14024
- 注意:此字段可能返回 null,表示取不到有效值。
14025
13926
  :rtype: str
14026
13927
  """
14027
13928
  return self._ViewExpandedText
@@ -14033,7 +13934,6 @@ class DescribeDMSTableResponse(AbstractModel):
14033
13934
  @property
14034
13935
  def Retention(self):
14035
13936
  """hive维护版本
14036
- 注意:此字段可能返回 null,表示取不到有效值。
14037
13937
  :rtype: int
14038
13938
  """
14039
13939
  return self._Retention
@@ -14045,7 +13945,6 @@ class DescribeDMSTableResponse(AbstractModel):
14045
13945
  @property
14046
13946
  def Sds(self):
14047
13947
  """存储对象
14048
- 注意:此字段可能返回 null,表示取不到有效值。
14049
13948
  :rtype: :class:`tencentcloud.dlc.v20210125.models.DMSSds`
14050
13949
  """
14051
13950
  return self._Sds
@@ -14081,7 +13980,6 @@ class DescribeDMSTableResponse(AbstractModel):
14081
13980
  @property
14082
13981
  def Type(self):
14083
13982
  """表类型
14084
- 注意:此字段可能返回 null,表示取不到有效值。
14085
13983
  :rtype: str
14086
13984
  """
14087
13985
  return self._Type
@@ -14093,7 +13991,6 @@ class DescribeDMSTableResponse(AbstractModel):
14093
13991
  @property
14094
13992
  def DbName(self):
14095
13993
  """数据库名称
14096
- 注意:此字段可能返回 null,表示取不到有效值。
14097
13994
  :rtype: str
14098
13995
  """
14099
13996
  return self._DbName
@@ -14105,7 +14002,6 @@ class DescribeDMSTableResponse(AbstractModel):
14105
14002
  @property
14106
14003
  def SchemaName(self):
14107
14004
  """Schame名称
14108
- 注意:此字段可能返回 null,表示取不到有效值。
14109
14005
  :rtype: str
14110
14006
  """
14111
14007
  return self._SchemaName
@@ -14117,7 +14013,6 @@ class DescribeDMSTableResponse(AbstractModel):
14117
14013
  @property
14118
14014
  def StorageSize(self):
14119
14015
  """存储大小
14120
- 注意:此字段可能返回 null,表示取不到有效值。
14121
14016
  :rtype: int
14122
14017
  """
14123
14018
  return self._StorageSize
@@ -14129,7 +14024,6 @@ class DescribeDMSTableResponse(AbstractModel):
14129
14024
  @property
14130
14025
  def RecordCount(self):
14131
14026
  """记录数量
14132
- 注意:此字段可能返回 null,表示取不到有效值。
14133
14027
  :rtype: int
14134
14028
  """
14135
14029
  return self._RecordCount
@@ -14141,7 +14035,6 @@ class DescribeDMSTableResponse(AbstractModel):
14141
14035
  @property
14142
14036
  def LifeTime(self):
14143
14037
  """生命周期
14144
- 注意:此字段可能返回 null,表示取不到有效值。
14145
14038
  :rtype: int
14146
14039
  """
14147
14040
  return self._LifeTime
@@ -14153,7 +14046,6 @@ class DescribeDMSTableResponse(AbstractModel):
14153
14046
  @property
14154
14047
  def LastAccessTime(self):
14155
14048
  """最后访问时间
14156
- 注意:此字段可能返回 null,表示取不到有效值。
14157
14049
  :rtype: str
14158
14050
  """
14159
14051
  return self._LastAccessTime
@@ -14165,7 +14057,6 @@ class DescribeDMSTableResponse(AbstractModel):
14165
14057
  @property
14166
14058
  def DataUpdateTime(self):
14167
14059
  """数据更新时间
14168
- 注意:此字段可能返回 null,表示取不到有效值。
14169
14060
  :rtype: str
14170
14061
  """
14171
14062
  return self._DataUpdateTime
@@ -14177,7 +14068,6 @@ class DescribeDMSTableResponse(AbstractModel):
14177
14068
  @property
14178
14069
  def StructUpdateTime(self):
14179
14070
  """结构更新时间
14180
- 注意:此字段可能返回 null,表示取不到有效值。
14181
14071
  :rtype: str
14182
14072
  """
14183
14073
  return self._StructUpdateTime
@@ -14201,7 +14091,6 @@ class DescribeDMSTableResponse(AbstractModel):
14201
14091
  @property
14202
14092
  def Name(self):
14203
14093
  """表名称
14204
- 注意:此字段可能返回 null,表示取不到有效值。
14205
14094
  :rtype: str
14206
14095
  """
14207
14096
  return self._Name
@@ -14505,7 +14394,6 @@ class DescribeDMSTablesResponse(AbstractModel):
14505
14394
  注意:此字段可能返回 null,表示取不到有效值。
14506
14395
  :type TableList: list of DMSTableInfo
14507
14396
  :param _TotalCount: 统计值
14508
- 注意:此字段可能返回 null,表示取不到有效值。
14509
14397
  :type TotalCount: int
14510
14398
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14511
14399
  :type RequestId: str
@@ -14529,7 +14417,6 @@ class DescribeDMSTablesResponse(AbstractModel):
14529
14417
  @property
14530
14418
  def TotalCount(self):
14531
14419
  """统计值
14532
- 注意:此字段可能返回 null,表示取不到有效值。
14533
14420
  :rtype: int
14534
14421
  """
14535
14422
  return self._TotalCount
@@ -14653,16 +14540,12 @@ class DescribeDataEngineEventsResponse(AbstractModel):
14653
14540
  注意:此字段可能返回 null,表示取不到有效值。
14654
14541
  :type Events: list of HouseEventsInfo
14655
14542
  :param _Page: 分页号
14656
- 注意:此字段可能返回 null,表示取不到有效值。
14657
14543
  :type Page: int
14658
14544
  :param _Size: 分页大小
14659
- 注意:此字段可能返回 null,表示取不到有效值。
14660
14545
  :type Size: int
14661
14546
  :param _TotalPages: 总页数
14662
- 注意:此字段可能返回 null,表示取不到有效值。
14663
14547
  :type TotalPages: int
14664
14548
  :param _TotalCount: 总条数
14665
- 注意:此字段可能返回 null,表示取不到有效值。
14666
14549
  :type TotalCount: int
14667
14550
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14668
14551
  :type RequestId: str
@@ -14689,7 +14572,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
14689
14572
  @property
14690
14573
  def Page(self):
14691
14574
  """分页号
14692
- 注意:此字段可能返回 null,表示取不到有效值。
14693
14575
  :rtype: int
14694
14576
  """
14695
14577
  return self._Page
@@ -14701,7 +14583,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
14701
14583
  @property
14702
14584
  def Size(self):
14703
14585
  """分页大小
14704
- 注意:此字段可能返回 null,表示取不到有效值。
14705
14586
  :rtype: int
14706
14587
  """
14707
14588
  return self._Size
@@ -14713,7 +14594,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
14713
14594
  @property
14714
14595
  def TotalPages(self):
14715
14596
  """总页数
14716
- 注意:此字段可能返回 null,表示取不到有效值。
14717
14597
  :rtype: int
14718
14598
  """
14719
14599
  return self._TotalPages
@@ -14725,7 +14605,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
14725
14605
  @property
14726
14606
  def TotalCount(self):
14727
14607
  """总条数
14728
- 注意:此字段可能返回 null,表示取不到有效值。
14729
14608
  :rtype: int
14730
14609
  """
14731
14610
  return self._TotalCount
@@ -15286,7 +15165,6 @@ class DescribeDataEnginesResponse(AbstractModel):
15286
15165
  注意:此字段可能返回 null,表示取不到有效值。
15287
15166
  :type DataEngines: list of DataEngineInfo
15288
15167
  :param _TotalCount: 总条数
15289
- 注意:此字段可能返回 null,表示取不到有效值。
15290
15168
  :type TotalCount: int
15291
15169
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15292
15170
  :type RequestId: str
@@ -15310,7 +15188,6 @@ class DescribeDataEnginesResponse(AbstractModel):
15310
15188
  @property
15311
15189
  def TotalCount(self):
15312
15190
  """总条数
15313
- 注意:此字段可能返回 null,表示取不到有效值。
15314
15191
  :rtype: int
15315
15192
  """
15316
15193
  return self._TotalCount
@@ -16643,22 +16520,16 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16643
16520
  :param _ResultSchema: schema
16644
16521
  :type ResultSchema: list of Column
16645
16522
  :param _NextToken: 分页信息
16646
- 注意:此字段可能返回 null,表示取不到有效值。
16647
16523
  :type NextToken: str
16648
16524
  :param _OutputPath: 存储结果地址
16649
- 注意:此字段可能返回 null,表示取不到有效值。
16650
16525
  :type OutputPath: str
16651
16526
  :param _UseTime: 引擎计算耗时
16652
- 注意:此字段可能返回 null,表示取不到有效值。
16653
16527
  :type UseTime: int
16654
16528
  :param _AffectRows: 结果条数
16655
- 注意:此字段可能返回 null,表示取不到有效值。
16656
16529
  :type AffectRows: int
16657
16530
  :param _DataAmount: 数据扫描量
16658
- 注意:此字段可能返回 null,表示取不到有效值。
16659
16531
  :type DataAmount: int
16660
16532
  :param _UiUrl: spark ui地址
16661
- 注意:此字段可能返回 null,表示取不到有效值。
16662
16533
  :type UiUrl: str
16663
16534
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16664
16535
  :type RequestId: str
@@ -16710,7 +16581,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16710
16581
  @property
16711
16582
  def NextToken(self):
16712
16583
  """分页信息
16713
- 注意:此字段可能返回 null,表示取不到有效值。
16714
16584
  :rtype: str
16715
16585
  """
16716
16586
  return self._NextToken
@@ -16722,7 +16592,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16722
16592
  @property
16723
16593
  def OutputPath(self):
16724
16594
  """存储结果地址
16725
- 注意:此字段可能返回 null,表示取不到有效值。
16726
16595
  :rtype: str
16727
16596
  """
16728
16597
  return self._OutputPath
@@ -16734,7 +16603,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16734
16603
  @property
16735
16604
  def UseTime(self):
16736
16605
  """引擎计算耗时
16737
- 注意:此字段可能返回 null,表示取不到有效值。
16738
16606
  :rtype: int
16739
16607
  """
16740
16608
  return self._UseTime
@@ -16746,7 +16614,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16746
16614
  @property
16747
16615
  def AffectRows(self):
16748
16616
  """结果条数
16749
- 注意:此字段可能返回 null,表示取不到有效值。
16750
16617
  :rtype: int
16751
16618
  """
16752
16619
  return self._AffectRows
@@ -16758,7 +16625,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16758
16625
  @property
16759
16626
  def DataAmount(self):
16760
16627
  """数据扫描量
16761
- 注意:此字段可能返回 null,表示取不到有效值。
16762
16628
  :rtype: int
16763
16629
  """
16764
16630
  return self._DataAmount
@@ -16770,7 +16636,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
16770
16636
  @property
16771
16637
  def UiUrl(self):
16772
16638
  """spark ui地址
16773
- 注意:此字段可能返回 null,表示取不到有效值。
16774
16639
  :rtype: str
16775
16640
  """
16776
16641
  return self._UiUrl
@@ -17292,16 +17157,12 @@ class DescribeResultDownloadResponse(AbstractModel):
17292
17157
  :param _Status: 任务状态 init | queue | format | compress | success| timeout | error
17293
17158
  :type Status: str
17294
17159
  :param _Reason: 任务异常原因
17295
- 注意:此字段可能返回 null,表示取不到有效值。
17296
17160
  :type Reason: str
17297
17161
  :param _SecretId: 临时SecretId
17298
- 注意:此字段可能返回 null,表示取不到有效值。
17299
17162
  :type SecretId: str
17300
17163
  :param _SecretKey: 临时SecretKey
17301
- 注意:此字段可能返回 null,表示取不到有效值。
17302
17164
  :type SecretKey: str
17303
17165
  :param _Token: 临时Token
17304
- 注意:此字段可能返回 null,表示取不到有效值。
17305
17166
  :type Token: str
17306
17167
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
17307
17168
  :type RequestId: str
@@ -17340,7 +17201,6 @@ class DescribeResultDownloadResponse(AbstractModel):
17340
17201
  @property
17341
17202
  def Reason(self):
17342
17203
  """任务异常原因
17343
- 注意:此字段可能返回 null,表示取不到有效值。
17344
17204
  :rtype: str
17345
17205
  """
17346
17206
  return self._Reason
@@ -17352,7 +17212,6 @@ class DescribeResultDownloadResponse(AbstractModel):
17352
17212
  @property
17353
17213
  def SecretId(self):
17354
17214
  """临时SecretId
17355
- 注意:此字段可能返回 null,表示取不到有效值。
17356
17215
  :rtype: str
17357
17216
  """
17358
17217
  return self._SecretId
@@ -17364,7 +17223,6 @@ class DescribeResultDownloadResponse(AbstractModel):
17364
17223
  @property
17365
17224
  def SecretKey(self):
17366
17225
  """临时SecretKey
17367
- 注意:此字段可能返回 null,表示取不到有效值。
17368
17226
  :rtype: str
17369
17227
  """
17370
17228
  return self._SecretKey
@@ -17376,7 +17234,6 @@ class DescribeResultDownloadResponse(AbstractModel):
17376
17234
  @property
17377
17235
  def Token(self):
17378
17236
  """临时Token
17379
- 注意:此字段可能返回 null,表示取不到有效值。
17380
17237
  :rtype: str
17381
17238
  """
17382
17239
  return self._Token
@@ -18446,7 +18303,6 @@ class DescribeStoreLocationResponse(AbstractModel):
18446
18303
  def __init__(self):
18447
18304
  r"""
18448
18305
  :param _StoreLocation: 返回用户设置的结果存储位置路径,如果未设置则返回空字符串:""
18449
- 注意:此字段可能返回 null,表示取不到有效值。
18450
18306
  :type StoreLocation: str
18451
18307
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
18452
18308
  :type RequestId: str
@@ -18457,7 +18313,6 @@ class DescribeStoreLocationResponse(AbstractModel):
18457
18313
  @property
18458
18314
  def StoreLocation(self):
18459
18315
  """返回用户设置的结果存储位置路径,如果未设置则返回空字符串:""
18460
- 注意:此字段可能返回 null,表示取不到有效值。
18461
18316
  :rtype: str
18462
18317
  """
18463
18318
  return self._StoreLocation
@@ -19308,16 +19163,12 @@ class DescribeTaskLogResponse(AbstractModel):
19308
19163
  def __init__(self):
19309
19164
  r"""
19310
19165
  :param _Context: 下一次分页参数
19311
- 注意:此字段可能返回 null,表示取不到有效值。
19312
19166
  :type Context: str
19313
19167
  :param _ListOver: 是否获取完结
19314
- 注意:此字段可能返回 null,表示取不到有效值。
19315
19168
  :type ListOver: bool
19316
19169
  :param _Results: 日志详情
19317
- 注意:此字段可能返回 null,表示取不到有效值。
19318
19170
  :type Results: list of JobLogResult
19319
19171
  :param _LogUrl: 日志url
19320
- 注意:此字段可能返回 null,表示取不到有效值。
19321
19172
  :type LogUrl: str
19322
19173
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19323
19174
  :type RequestId: str
@@ -19331,7 +19182,6 @@ class DescribeTaskLogResponse(AbstractModel):
19331
19182
  @property
19332
19183
  def Context(self):
19333
19184
  """下一次分页参数
19334
- 注意:此字段可能返回 null,表示取不到有效值。
19335
19185
  :rtype: str
19336
19186
  """
19337
19187
  return self._Context
@@ -19343,7 +19193,6 @@ class DescribeTaskLogResponse(AbstractModel):
19343
19193
  @property
19344
19194
  def ListOver(self):
19345
19195
  """是否获取完结
19346
- 注意:此字段可能返回 null,表示取不到有效值。
19347
19196
  :rtype: bool
19348
19197
  """
19349
19198
  return self._ListOver
@@ -19355,7 +19204,6 @@ class DescribeTaskLogResponse(AbstractModel):
19355
19204
  @property
19356
19205
  def Results(self):
19357
19206
  """日志详情
19358
- 注意:此字段可能返回 null,表示取不到有效值。
19359
19207
  :rtype: list of JobLogResult
19360
19208
  """
19361
19209
  return self._Results
@@ -19367,7 +19215,6 @@ class DescribeTaskLogResponse(AbstractModel):
19367
19215
  @property
19368
19216
  def LogUrl(self):
19369
19217
  """日志url
19370
- 注意:此字段可能返回 null,表示取不到有效值。
19371
19218
  :rtype: str
19372
19219
  """
19373
19220
  return self._LogUrl
@@ -20059,10 +19906,8 @@ class DescribeTasksCostInfoResponse(AbstractModel):
20059
19906
  def __init__(self):
20060
19907
  r"""
20061
19908
  :param _SearchAfter: 下一页的标识
20062
- 注意:此字段可能返回 null,表示取不到有效值。
20063
19909
  :type SearchAfter: str
20064
19910
  :param _Data: 返回的数据,字符串类型的二维数组,首行为列中文名称
20065
- 注意:此字段可能返回 null,表示取不到有效值。
20066
19911
  :type Data: str
20067
19912
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20068
19913
  :type RequestId: str
@@ -20074,7 +19919,6 @@ class DescribeTasksCostInfoResponse(AbstractModel):
20074
19919
  @property
20075
19920
  def SearchAfter(self):
20076
19921
  """下一页的标识
20077
- 注意:此字段可能返回 null,表示取不到有效值。
20078
19922
  :rtype: str
20079
19923
  """
20080
19924
  return self._SearchAfter
@@ -20086,7 +19930,6 @@ class DescribeTasksCostInfoResponse(AbstractModel):
20086
19930
  @property
20087
19931
  def Data(self):
20088
19932
  """返回的数据,字符串类型的二维数组,首行为列中文名称
20089
- 注意:此字段可能返回 null,表示取不到有效值。
20090
19933
  :rtype: str
20091
19934
  """
20092
19935
  return self._Data
@@ -20805,7 +20648,6 @@ class DescribeUserDataEngineConfigResponse(AbstractModel):
20805
20648
  def __init__(self):
20806
20649
  r"""
20807
20650
  :param _DataEngineConfigInstanceInfos: 用户引擎自定义配置项列表。
20808
- 注意:此字段可能返回 null,表示取不到有效值。
20809
20651
  :type DataEngineConfigInstanceInfos: list of DataEngineConfigInstanceInfo
20810
20652
  :param _TotalCount: 配置项总数。
20811
20653
  :type TotalCount: int
@@ -20819,7 +20661,6 @@ class DescribeUserDataEngineConfigResponse(AbstractModel):
20819
20661
  @property
20820
20662
  def DataEngineConfigInstanceInfos(self):
20821
20663
  """用户引擎自定义配置项列表。
20822
- 注意:此字段可能返回 null,表示取不到有效值。
20823
20664
  :rtype: list of DataEngineConfigInstanceInfo
20824
20665
  """
20825
20666
  return self._DataEngineConfigInstanceInfos
@@ -21291,7 +21132,6 @@ class DescribeUserTypeResponse(AbstractModel):
21291
21132
  def __init__(self):
21292
21133
  r"""
21293
21134
  :param _UserType: 用户类型。ADMIN:管理员 COMMON:普通用户
21294
- 注意:此字段可能返回 null,表示取不到有效值。
21295
21135
  :type UserType: str
21296
21136
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
21297
21137
  :type RequestId: str
@@ -21302,7 +21142,6 @@ class DescribeUserTypeResponse(AbstractModel):
21302
21142
  @property
21303
21143
  def UserType(self):
21304
21144
  """用户类型。ADMIN:管理员 COMMON:普通用户
21305
- 注意:此字段可能返回 null,表示取不到有效值。
21306
21145
  :rtype: str
21307
21146
  """
21308
21147
  return self._UserType
@@ -22903,16 +22742,12 @@ class FavorInfo(AbstractModel):
22903
22742
  def __init__(self):
22904
22743
  r"""
22905
22744
  :param _Priority: 优先事项
22906
- 注意:此字段可能返回 null,表示取不到有效值。
22907
22745
  :type Priority: int
22908
22746
  :param _Catalog: Catalog名称
22909
- 注意:此字段可能返回 null,表示取不到有效值。
22910
22747
  :type Catalog: str
22911
22748
  :param _DataBase: DataBase名称
22912
- 注意:此字段可能返回 null,表示取不到有效值。
22913
22749
  :type DataBase: str
22914
22750
  :param _Table: Table名称
22915
- 注意:此字段可能返回 null,表示取不到有效值。
22916
22751
  :type Table: str
22917
22752
  """
22918
22753
  self._Priority = None
@@ -22923,7 +22758,6 @@ class FavorInfo(AbstractModel):
22923
22758
  @property
22924
22759
  def Priority(self):
22925
22760
  """优先事项
22926
- 注意:此字段可能返回 null,表示取不到有效值。
22927
22761
  :rtype: int
22928
22762
  """
22929
22763
  return self._Priority
@@ -22935,7 +22769,6 @@ class FavorInfo(AbstractModel):
22935
22769
  @property
22936
22770
  def Catalog(self):
22937
22771
  """Catalog名称
22938
- 注意:此字段可能返回 null,表示取不到有效值。
22939
22772
  :rtype: str
22940
22773
  """
22941
22774
  return self._Catalog
@@ -22947,7 +22780,6 @@ class FavorInfo(AbstractModel):
22947
22780
  @property
22948
22781
  def DataBase(self):
22949
22782
  """DataBase名称
22950
- 注意:此字段可能返回 null,表示取不到有效值。
22951
22783
  :rtype: str
22952
22784
  """
22953
22785
  return self._DataBase
@@ -22959,7 +22791,6 @@ class FavorInfo(AbstractModel):
22959
22791
  @property
22960
22792
  def Table(self):
22961
22793
  """Table名称
22962
- 注意:此字段可能返回 null,表示取不到有效值。
22963
22794
  :rtype: str
22964
22795
  """
22965
22796
  return self._Table
@@ -23408,10 +23239,8 @@ class GroupInfo(AbstractModel):
23408
23239
  def __init__(self):
23409
23240
  r"""
23410
23241
  :param _WorkGroupId: 用户组ID
23411
- 注意:此字段可能返回 null,表示取不到有效值。
23412
23242
  :type WorkGroupId: int
23413
23243
  :param _StrategyType: 策略类型
23414
- 注意:此字段可能返回 null,表示取不到有效值。
23415
23244
  :type StrategyType: str
23416
23245
  """
23417
23246
  self._WorkGroupId = None
@@ -23420,7 +23249,6 @@ class GroupInfo(AbstractModel):
23420
23249
  @property
23421
23250
  def WorkGroupId(self):
23422
23251
  """用户组ID
23423
- 注意:此字段可能返回 null,表示取不到有效值。
23424
23252
  :rtype: int
23425
23253
  """
23426
23254
  return self._WorkGroupId
@@ -23432,7 +23260,6 @@ class GroupInfo(AbstractModel):
23432
23260
  @property
23433
23261
  def StrategyType(self):
23434
23262
  """策略类型
23435
- 注意:此字段可能返回 null,表示取不到有效值。
23436
23263
  :rtype: str
23437
23264
  """
23438
23265
  return self._StrategyType
@@ -24202,16 +24029,12 @@ class LakeFsInfo(AbstractModel):
24202
24029
  :param _CreateTimeStamp: 创建时候的时间戳
24203
24030
  :type CreateTimeStamp: int
24204
24031
  :param _DefaultBucket: 是否是用户默认桶,0:默认桶,1:非默认桶
24205
- 注意:此字段可能返回 null,表示取不到有效值。
24206
24032
  :type DefaultBucket: int
24207
24033
  :param _ShortName: 托管存储short name
24208
- 注意:此字段可能返回 null,表示取不到有效值。
24209
24034
  :type ShortName: str
24210
24035
  :param _Description: 桶描述信息
24211
- 注意:此字段可能返回 null,表示取不到有效值。
24212
24036
  :type Description: str
24213
24037
  :param _Status: 托管桶状态,当前取值为:creating、bind、readOnly、isolate
24214
- 注意:此字段可能返回 null,表示取不到有效值。
24215
24038
  :type Status: str
24216
24039
  """
24217
24040
  self._Name = None
@@ -24270,7 +24093,6 @@ class LakeFsInfo(AbstractModel):
24270
24093
  @property
24271
24094
  def DefaultBucket(self):
24272
24095
  """是否是用户默认桶,0:默认桶,1:非默认桶
24273
- 注意:此字段可能返回 null,表示取不到有效值。
24274
24096
  :rtype: int
24275
24097
  """
24276
24098
  return self._DefaultBucket
@@ -24282,7 +24104,6 @@ class LakeFsInfo(AbstractModel):
24282
24104
  @property
24283
24105
  def ShortName(self):
24284
24106
  """托管存储short name
24285
- 注意:此字段可能返回 null,表示取不到有效值。
24286
24107
  :rtype: str
24287
24108
  """
24288
24109
  return self._ShortName
@@ -24294,7 +24115,6 @@ class LakeFsInfo(AbstractModel):
24294
24115
  @property
24295
24116
  def Description(self):
24296
24117
  """桶描述信息
24297
- 注意:此字段可能返回 null,表示取不到有效值。
24298
24118
  :rtype: str
24299
24119
  """
24300
24120
  return self._Description
@@ -24306,7 +24126,6 @@ class LakeFsInfo(AbstractModel):
24306
24126
  @property
24307
24127
  def Status(self):
24308
24128
  """托管桶状态,当前取值为:creating、bind、readOnly、isolate
24309
- 注意:此字段可能返回 null,表示取不到有效值。
24310
24129
  :rtype: str
24311
24130
  """
24312
24131
  return self._Status
@@ -24489,16 +24308,12 @@ class ListTaskJobLogDetailResponse(AbstractModel):
24489
24308
  def __init__(self):
24490
24309
  r"""
24491
24310
  :param _Context: 下一次分页参数
24492
- 注意:此字段可能返回 null,表示取不到有效值。
24493
24311
  :type Context: str
24494
24312
  :param _ListOver: 是否获取完结
24495
- 注意:此字段可能返回 null,表示取不到有效值。
24496
24313
  :type ListOver: bool
24497
24314
  :param _Results: 日志详情
24498
- 注意:此字段可能返回 null,表示取不到有效值。
24499
24315
  :type Results: list of JobLogResult
24500
- :param _LogUrl: 日志url
24501
- 注意:此字段可能返回 null,表示取不到有效值。
24316
+ :param _LogUrl: 日志url(字段已废弃)
24502
24317
  :type LogUrl: str
24503
24318
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
24504
24319
  :type RequestId: str
@@ -24512,7 +24327,6 @@ class ListTaskJobLogDetailResponse(AbstractModel):
24512
24327
  @property
24513
24328
  def Context(self):
24514
24329
  """下一次分页参数
24515
- 注意:此字段可能返回 null,表示取不到有效值。
24516
24330
  :rtype: str
24517
24331
  """
24518
24332
  return self._Context
@@ -24524,7 +24338,6 @@ class ListTaskJobLogDetailResponse(AbstractModel):
24524
24338
  @property
24525
24339
  def ListOver(self):
24526
24340
  """是否获取完结
24527
- 注意:此字段可能返回 null,表示取不到有效值。
24528
24341
  :rtype: bool
24529
24342
  """
24530
24343
  return self._ListOver
@@ -24536,7 +24349,6 @@ class ListTaskJobLogDetailResponse(AbstractModel):
24536
24349
  @property
24537
24350
  def Results(self):
24538
24351
  """日志详情
24539
- 注意:此字段可能返回 null,表示取不到有效值。
24540
24352
  :rtype: list of JobLogResult
24541
24353
  """
24542
24354
  return self._Results
@@ -24547,8 +24359,7 @@ class ListTaskJobLogDetailResponse(AbstractModel):
24547
24359
 
24548
24360
  @property
24549
24361
  def LogUrl(self):
24550
- """日志url
24551
- 注意:此字段可能返回 null,表示取不到有效值。
24362
+ """日志url(字段已废弃)
24552
24363
  :rtype: str
24553
24364
  """
24554
24365
  return self._LogUrl
@@ -26066,19 +25877,14 @@ class MountPointAssociates(AbstractModel):
26066
25877
  def __init__(self):
26067
25878
  r"""
26068
25879
  :param _BucketId: 桶Id
26069
- 注意:此字段可能返回 null,表示取不到有效值。
26070
25880
  :type BucketId: str
26071
25881
  :param _VpcId: vpcId
26072
- 注意:此字段可能返回 null,表示取不到有效值。
26073
25882
  :type VpcId: str
26074
25883
  :param _VpcCidrBlock: 子网地址
26075
- 注意:此字段可能返回 null,表示取不到有效值。
26076
25884
  :type VpcCidrBlock: str
26077
25885
  :param _AccessGroupId: 权限组Id
26078
- 注意:此字段可能返回 null,表示取不到有效值。
26079
25886
  :type AccessGroupId: str
26080
25887
  :param _AccessRuleId: 权限规则Id
26081
- 注意:此字段可能返回 null,表示取不到有效值。
26082
25888
  :type AccessRuleId: int
26083
25889
  """
26084
25890
  self._BucketId = None
@@ -26090,7 +25896,6 @@ class MountPointAssociates(AbstractModel):
26090
25896
  @property
26091
25897
  def BucketId(self):
26092
25898
  """桶Id
26093
- 注意:此字段可能返回 null,表示取不到有效值。
26094
25899
  :rtype: str
26095
25900
  """
26096
25901
  return self._BucketId
@@ -26102,7 +25907,6 @@ class MountPointAssociates(AbstractModel):
26102
25907
  @property
26103
25908
  def VpcId(self):
26104
25909
  """vpcId
26105
- 注意:此字段可能返回 null,表示取不到有效值。
26106
25910
  :rtype: str
26107
25911
  """
26108
25912
  return self._VpcId
@@ -26114,7 +25918,6 @@ class MountPointAssociates(AbstractModel):
26114
25918
  @property
26115
25919
  def VpcCidrBlock(self):
26116
25920
  """子网地址
26117
- 注意:此字段可能返回 null,表示取不到有效值。
26118
25921
  :rtype: str
26119
25922
  """
26120
25923
  return self._VpcCidrBlock
@@ -26126,7 +25929,6 @@ class MountPointAssociates(AbstractModel):
26126
25929
  @property
26127
25930
  def AccessGroupId(self):
26128
25931
  """权限组Id
26129
- 注意:此字段可能返回 null,表示取不到有效值。
26130
25932
  :rtype: str
26131
25933
  """
26132
25934
  return self._AccessGroupId
@@ -26138,7 +25940,6 @@ class MountPointAssociates(AbstractModel):
26138
25940
  @property
26139
25941
  def AccessRuleId(self):
26140
25942
  """权限规则Id
26141
- 注意:此字段可能返回 null,表示取不到有效值。
26142
25943
  :rtype: int
26143
25944
  """
26144
25945
  return self._AccessRuleId
@@ -26415,22 +26216,17 @@ class NetworkConnection(AbstractModel):
26415
26216
  def __init__(self):
26416
26217
  r"""
26417
26218
  :param _Id: 网络配置id
26418
- 注意:此字段可能返回 null,表示取不到有效值。
26419
26219
  :type Id: int
26420
26220
  :param _AssociateId: 网络配置唯一标志符
26421
- 注意:此字段可能返回 null,表示取不到有效值。
26422
26221
  :type AssociateId: str
26423
26222
  :param _HouseId: 计算引擎id
26424
- 注意:此字段可能返回 null,表示取不到有效值。
26425
26223
  :type HouseId: str
26426
26224
  :param _DatasourceConnectionId: 数据源id(已废弃)
26427
- 注意:此字段可能返回 null,表示取不到有效值。
26428
26225
  :type DatasourceConnectionId: str
26429
26226
  :param _State: 网络配置状态(0-初始化,1-正常)
26430
26227
  注意:此字段可能返回 null,表示取不到有效值。
26431
26228
  :type State: int
26432
26229
  :param _CreateTime: 创建时间
26433
- 注意:此字段可能返回 null,表示取不到有效值。
26434
26230
  :type CreateTime: int
26435
26231
  :param _UpdateTime: 修改时间
26436
26232
  注意:此字段可能返回 null,表示取不到有效值。
@@ -26439,10 +26235,8 @@ class NetworkConnection(AbstractModel):
26439
26235
  注意:此字段可能返回 null,表示取不到有效值。
26440
26236
  :type Appid: int
26441
26237
  :param _HouseName: 计算引擎名称
26442
- 注意:此字段可能返回 null,表示取不到有效值。
26443
26238
  :type HouseName: str
26444
26239
  :param _DatasourceConnectionName: 网络配置名称
26445
- 注意:此字段可能返回 null,表示取不到有效值。
26446
26240
  :type DatasourceConnectionName: str
26447
26241
  :param _NetworkConnectionType: 网络配置类型
26448
26242
  注意:此字段可能返回 null,表示取不到有效值。
@@ -26491,7 +26285,6 @@ class NetworkConnection(AbstractModel):
26491
26285
  @property
26492
26286
  def Id(self):
26493
26287
  """网络配置id
26494
- 注意:此字段可能返回 null,表示取不到有效值。
26495
26288
  :rtype: int
26496
26289
  """
26497
26290
  return self._Id
@@ -26503,7 +26296,6 @@ class NetworkConnection(AbstractModel):
26503
26296
  @property
26504
26297
  def AssociateId(self):
26505
26298
  """网络配置唯一标志符
26506
- 注意:此字段可能返回 null,表示取不到有效值。
26507
26299
  :rtype: str
26508
26300
  """
26509
26301
  return self._AssociateId
@@ -26515,7 +26307,6 @@ class NetworkConnection(AbstractModel):
26515
26307
  @property
26516
26308
  def HouseId(self):
26517
26309
  """计算引擎id
26518
- 注意:此字段可能返回 null,表示取不到有效值。
26519
26310
  :rtype: str
26520
26311
  """
26521
26312
  return self._HouseId
@@ -26527,7 +26318,6 @@ class NetworkConnection(AbstractModel):
26527
26318
  @property
26528
26319
  def DatasourceConnectionId(self):
26529
26320
  """数据源id(已废弃)
26530
- 注意:此字段可能返回 null,表示取不到有效值。
26531
26321
  :rtype: str
26532
26322
  """
26533
26323
  return self._DatasourceConnectionId
@@ -26551,7 +26341,6 @@ class NetworkConnection(AbstractModel):
26551
26341
  @property
26552
26342
  def CreateTime(self):
26553
26343
  """创建时间
26554
- 注意:此字段可能返回 null,表示取不到有效值。
26555
26344
  :rtype: int
26556
26345
  """
26557
26346
  return self._CreateTime
@@ -26587,7 +26376,6 @@ class NetworkConnection(AbstractModel):
26587
26376
  @property
26588
26377
  def HouseName(self):
26589
26378
  """计算引擎名称
26590
- 注意:此字段可能返回 null,表示取不到有效值。
26591
26379
  :rtype: str
26592
26380
  """
26593
26381
  return self._HouseName
@@ -26599,7 +26387,6 @@ class NetworkConnection(AbstractModel):
26599
26387
  @property
26600
26388
  def DatasourceConnectionName(self):
26601
26389
  """网络配置名称
26602
- 注意:此字段可能返回 null,表示取不到有效值。
26603
26390
  :rtype: str
26604
26391
  """
26605
26392
  return self._DatasourceConnectionName
@@ -26763,22 +26550,16 @@ class NotebookSessionInfo(AbstractModel):
26763
26550
  注意:此字段可能返回 null,表示取不到有效值。
26764
26551
  :type ProgramArchives: list of str
26765
26552
  :param _DriverSize: 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
26766
- 注意:此字段可能返回 null,表示取不到有效值。
26767
26553
  :type DriverSize: str
26768
26554
  :param _ExecutorSize: 指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
26769
- 注意:此字段可能返回 null,表示取不到有效值。
26770
26555
  :type ExecutorSize: str
26771
26556
  :param _ExecutorNumbers: 指定的Executor数量,默认为1
26772
- 注意:此字段可能返回 null,表示取不到有效值。
26773
26557
  :type ExecutorNumbers: int
26774
26558
  :param _ProxyUser: 代理用户,默认为root
26775
- 注意:此字段可能返回 null,表示取不到有效值。
26776
26559
  :type ProxyUser: str
26777
26560
  :param _TimeoutInSecond: 指定的Session超时时间,单位秒,默认3600秒
26778
- 注意:此字段可能返回 null,表示取不到有效值。
26779
26561
  :type TimeoutInSecond: int
26780
26562
  :param _SparkAppId: Spark任务返回的AppId
26781
- 注意:此字段可能返回 null,表示取不到有效值。
26782
26563
  :type SparkAppId: str
26783
26564
  :param _SessionId: Session唯一标识
26784
26565
  :type SessionId: str
@@ -26790,28 +26571,20 @@ class NotebookSessionInfo(AbstractModel):
26790
26571
  注意:此字段可能返回 null,表示取不到有效值。
26791
26572
  :type AppInfo: list of KVPair
26792
26573
  :param _SparkUiUrl: Spark ui地址
26793
- 注意:此字段可能返回 null,表示取不到有效值。
26794
26574
  :type SparkUiUrl: str
26795
26575
  :param _ExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
26796
- 注意:此字段可能返回 null,表示取不到有效值。
26797
26576
  :type ExecutorMaxNumbers: int
26798
26577
  :param _SessionType: session类型,group:资源组下session independent:独立资源session, 不依赖资源组
26799
- 注意:此字段可能返回 null,表示取不到有效值。
26800
26578
  :type SessionType: str
26801
26579
  :param _DataEngineId: 引擎id
26802
- 注意:此字段可能返回 null,表示取不到有效值。
26803
26580
  :type DataEngineId: str
26804
26581
  :param _ResourceGroupId: 资源组id
26805
- 注意:此字段可能返回 null,表示取不到有效值。
26806
26582
  :type ResourceGroupId: str
26807
26583
  :param _ResourceGroupName: 资源组名称
26808
- 注意:此字段可能返回 null,表示取不到有效值。
26809
26584
  :type ResourceGroupName: str
26810
26585
  :param _PodSize: session,pod大小
26811
- 注意:此字段可能返回 null,表示取不到有效值。
26812
26586
  :type PodSize: int
26813
26587
  :param _PodNumbers: pod数量
26814
- 注意:此字段可能返回 null,表示取不到有效值。
26815
26588
  :type PodNumbers: int
26816
26589
  """
26817
26590
  self._Name = None
@@ -26937,7 +26710,6 @@ class NotebookSessionInfo(AbstractModel):
26937
26710
  @property
26938
26711
  def DriverSize(self):
26939
26712
  """指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
26940
- 注意:此字段可能返回 null,表示取不到有效值。
26941
26713
  :rtype: str
26942
26714
  """
26943
26715
  return self._DriverSize
@@ -26949,7 +26721,6 @@ class NotebookSessionInfo(AbstractModel):
26949
26721
  @property
26950
26722
  def ExecutorSize(self):
26951
26723
  """指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
26952
- 注意:此字段可能返回 null,表示取不到有效值。
26953
26724
  :rtype: str
26954
26725
  """
26955
26726
  return self._ExecutorSize
@@ -26961,7 +26732,6 @@ class NotebookSessionInfo(AbstractModel):
26961
26732
  @property
26962
26733
  def ExecutorNumbers(self):
26963
26734
  """指定的Executor数量,默认为1
26964
- 注意:此字段可能返回 null,表示取不到有效值。
26965
26735
  :rtype: int
26966
26736
  """
26967
26737
  return self._ExecutorNumbers
@@ -26973,7 +26743,6 @@ class NotebookSessionInfo(AbstractModel):
26973
26743
  @property
26974
26744
  def ProxyUser(self):
26975
26745
  """代理用户,默认为root
26976
- 注意:此字段可能返回 null,表示取不到有效值。
26977
26746
  :rtype: str
26978
26747
  """
26979
26748
  return self._ProxyUser
@@ -26985,7 +26754,6 @@ class NotebookSessionInfo(AbstractModel):
26985
26754
  @property
26986
26755
  def TimeoutInSecond(self):
26987
26756
  """指定的Session超时时间,单位秒,默认3600秒
26988
- 注意:此字段可能返回 null,表示取不到有效值。
26989
26757
  :rtype: int
26990
26758
  """
26991
26759
  return self._TimeoutInSecond
@@ -26997,7 +26765,6 @@ class NotebookSessionInfo(AbstractModel):
26997
26765
  @property
26998
26766
  def SparkAppId(self):
26999
26767
  """Spark任务返回的AppId
27000
- 注意:此字段可能返回 null,表示取不到有效值。
27001
26768
  :rtype: str
27002
26769
  """
27003
26770
  return self._SparkAppId
@@ -27054,7 +26821,6 @@ class NotebookSessionInfo(AbstractModel):
27054
26821
  @property
27055
26822
  def SparkUiUrl(self):
27056
26823
  """Spark ui地址
27057
- 注意:此字段可能返回 null,表示取不到有效值。
27058
26824
  :rtype: str
27059
26825
  """
27060
26826
  return self._SparkUiUrl
@@ -27066,7 +26832,6 @@ class NotebookSessionInfo(AbstractModel):
27066
26832
  @property
27067
26833
  def ExecutorMaxNumbers(self):
27068
26834
  """指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
27069
- 注意:此字段可能返回 null,表示取不到有效值。
27070
26835
  :rtype: int
27071
26836
  """
27072
26837
  return self._ExecutorMaxNumbers
@@ -27078,7 +26843,6 @@ class NotebookSessionInfo(AbstractModel):
27078
26843
  @property
27079
26844
  def SessionType(self):
27080
26845
  """session类型,group:资源组下session independent:独立资源session, 不依赖资源组
27081
- 注意:此字段可能返回 null,表示取不到有效值。
27082
26846
  :rtype: str
27083
26847
  """
27084
26848
  return self._SessionType
@@ -27090,7 +26854,6 @@ class NotebookSessionInfo(AbstractModel):
27090
26854
  @property
27091
26855
  def DataEngineId(self):
27092
26856
  """引擎id
27093
- 注意:此字段可能返回 null,表示取不到有效值。
27094
26857
  :rtype: str
27095
26858
  """
27096
26859
  return self._DataEngineId
@@ -27102,7 +26865,6 @@ class NotebookSessionInfo(AbstractModel):
27102
26865
  @property
27103
26866
  def ResourceGroupId(self):
27104
26867
  """资源组id
27105
- 注意:此字段可能返回 null,表示取不到有效值。
27106
26868
  :rtype: str
27107
26869
  """
27108
26870
  return self._ResourceGroupId
@@ -27114,7 +26876,6 @@ class NotebookSessionInfo(AbstractModel):
27114
26876
  @property
27115
26877
  def ResourceGroupName(self):
27116
26878
  """资源组名称
27117
- 注意:此字段可能返回 null,表示取不到有效值。
27118
26879
  :rtype: str
27119
26880
  """
27120
26881
  return self._ResourceGroupName
@@ -27126,7 +26887,6 @@ class NotebookSessionInfo(AbstractModel):
27126
26887
  @property
27127
26888
  def PodSize(self):
27128
26889
  """session,pod大小
27129
- 注意:此字段可能返回 null,表示取不到有效值。
27130
26890
  :rtype: int
27131
26891
  """
27132
26892
  return self._PodSize
@@ -27138,7 +26898,6 @@ class NotebookSessionInfo(AbstractModel):
27138
26898
  @property
27139
26899
  def PodNumbers(self):
27140
26900
  """pod数量
27141
- 注意:此字段可能返回 null,表示取不到有效值。
27142
26901
  :rtype: int
27143
26902
  """
27144
26903
  return self._PodNumbers
@@ -27206,10 +26965,8 @@ class NotebookSessionStatementBatchInformation(AbstractModel):
27206
26965
  注意:此字段可能返回 null,表示取不到有效值。
27207
26966
  :type NotebookSessionStatementBatch: list of NotebookSessionStatementInfo
27208
26967
  :param _IsAvailable: 当前批任务是否运行完成
27209
- 注意:此字段可能返回 null,表示取不到有效值。
27210
26968
  :type IsAvailable: bool
27211
26969
  :param _SessionId: Session唯一标识
27212
- 注意:此字段可能返回 null,表示取不到有效值。
27213
26970
  :type SessionId: str
27214
26971
  :param _BatchId: Batch唯一标识
27215
26972
  注意:此字段可能返回 null,表示取不到有效值。
@@ -27235,7 +26992,6 @@ class NotebookSessionStatementBatchInformation(AbstractModel):
27235
26992
  @property
27236
26993
  def IsAvailable(self):
27237
26994
  """当前批任务是否运行完成
27238
- 注意:此字段可能返回 null,表示取不到有效值。
27239
26995
  :rtype: bool
27240
26996
  """
27241
26997
  return self._IsAvailable
@@ -27247,7 +27003,6 @@ class NotebookSessionStatementBatchInformation(AbstractModel):
27247
27003
  @property
27248
27004
  def SessionId(self):
27249
27005
  """Session唯一标识
27250
- 注意:此字段可能返回 null,表示取不到有效值。
27251
27006
  :rtype: str
27252
27007
  """
27253
27008
  return self._SessionId
@@ -27463,12 +27218,10 @@ class NotebookSessions(AbstractModel):
27463
27218
  :param _SessionId: Session唯一标识
27464
27219
  :type SessionId: str
27465
27220
  :param _ProxyUser: 代理用户,默认为root
27466
- 注意:此字段可能返回 null,表示取不到有效值。
27467
27221
  :type ProxyUser: str
27468
27222
  :param _State: Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
27469
27223
  :type State: str
27470
27224
  :param _SparkAppId: Spark任务返回的AppId
27471
- 注意:此字段可能返回 null,表示取不到有效值。
27472
27225
  :type SparkAppId: str
27473
27226
  :param _Name: Session名称
27474
27227
  :type Name: str
@@ -27477,24 +27230,18 @@ class NotebookSessions(AbstractModel):
27477
27230
  :param _DataEngineName: 引擎名称
27478
27231
  :type DataEngineName: str
27479
27232
  :param _LastRunningTime: 最新的运行时间
27480
- 注意:此字段可能返回 null,表示取不到有效值。
27481
27233
  :type LastRunningTime: str
27482
27234
  :param _Creator: 创建者
27483
27235
  :type Creator: str
27484
27236
  :param _SparkUiUrl: spark ui地址
27485
- 注意:此字段可能返回 null,表示取不到有效值。
27486
27237
  :type SparkUiUrl: str
27487
27238
  :param _SessionType: session类型,group:资源组session independent:独立资源session,不依赖资源组
27488
- 注意:此字段可能返回 null,表示取不到有效值。
27489
27239
  :type SessionType: str
27490
27240
  :param _DataEngineId: 引擎id
27491
- 注意:此字段可能返回 null,表示取不到有效值。
27492
27241
  :type DataEngineId: str
27493
27242
  :param _ResourceGroupId: 资源组id
27494
- 注意:此字段可能返回 null,表示取不到有效值。
27495
27243
  :type ResourceGroupId: str
27496
27244
  :param _ResourceGroupName: 资源组名字
27497
- 注意:此字段可能返回 null,表示取不到有效值。
27498
27245
  :type ResourceGroupName: str
27499
27246
  """
27500
27247
  self._Kind = None
@@ -27538,7 +27285,6 @@ class NotebookSessions(AbstractModel):
27538
27285
  @property
27539
27286
  def ProxyUser(self):
27540
27287
  """代理用户,默认为root
27541
- 注意:此字段可能返回 null,表示取不到有效值。
27542
27288
  :rtype: str
27543
27289
  """
27544
27290
  return self._ProxyUser
@@ -27561,7 +27307,6 @@ class NotebookSessions(AbstractModel):
27561
27307
  @property
27562
27308
  def SparkAppId(self):
27563
27309
  """Spark任务返回的AppId
27564
- 注意:此字段可能返回 null,表示取不到有效值。
27565
27310
  :rtype: str
27566
27311
  """
27567
27312
  return self._SparkAppId
@@ -27606,7 +27351,6 @@ class NotebookSessions(AbstractModel):
27606
27351
  @property
27607
27352
  def LastRunningTime(self):
27608
27353
  """最新的运行时间
27609
- 注意:此字段可能返回 null,表示取不到有效值。
27610
27354
  :rtype: str
27611
27355
  """
27612
27356
  return self._LastRunningTime
@@ -27629,7 +27373,6 @@ class NotebookSessions(AbstractModel):
27629
27373
  @property
27630
27374
  def SparkUiUrl(self):
27631
27375
  """spark ui地址
27632
- 注意:此字段可能返回 null,表示取不到有效值。
27633
27376
  :rtype: str
27634
27377
  """
27635
27378
  return self._SparkUiUrl
@@ -27641,7 +27384,6 @@ class NotebookSessions(AbstractModel):
27641
27384
  @property
27642
27385
  def SessionType(self):
27643
27386
  """session类型,group:资源组session independent:独立资源session,不依赖资源组
27644
- 注意:此字段可能返回 null,表示取不到有效值。
27645
27387
  :rtype: str
27646
27388
  """
27647
27389
  return self._SessionType
@@ -27653,7 +27395,6 @@ class NotebookSessions(AbstractModel):
27653
27395
  @property
27654
27396
  def DataEngineId(self):
27655
27397
  """引擎id
27656
- 注意:此字段可能返回 null,表示取不到有效值。
27657
27398
  :rtype: str
27658
27399
  """
27659
27400
  return self._DataEngineId
@@ -27665,7 +27406,6 @@ class NotebookSessions(AbstractModel):
27665
27406
  @property
27666
27407
  def ResourceGroupId(self):
27667
27408
  """资源组id
27668
- 注意:此字段可能返回 null,表示取不到有效值。
27669
27409
  :rtype: str
27670
27410
  """
27671
27411
  return self._ResourceGroupId
@@ -27677,7 +27417,6 @@ class NotebookSessions(AbstractModel):
27677
27417
  @property
27678
27418
  def ResourceGroupName(self):
27679
27419
  """资源组名字
27680
- 注意:此字段可能返回 null,表示取不到有效值。
27681
27420
  :rtype: str
27682
27421
  """
27683
27422
  return self._ResourceGroupName
@@ -27721,16 +27460,12 @@ class OpendThirdAccessUserInfo(AbstractModel):
27721
27460
  def __init__(self):
27722
27461
  r"""
27723
27462
  :param _Id: id信息
27724
- 注意:此字段可能返回 null,表示取不到有效值。
27725
27463
  :type Id: int
27726
27464
  :param _Uin: 用户主UIN
27727
- 注意:此字段可能返回 null,表示取不到有效值。
27728
27465
  :type Uin: str
27729
27466
  :param _AppId: 用户AppId
27730
- 注意:此字段可能返回 null,表示取不到有效值。
27731
27467
  :type AppId: str
27732
27468
  :param _CreateTime: 开通时间
27733
- 注意:此字段可能返回 null,表示取不到有效值。
27734
27469
  :type CreateTime: str
27735
27470
  """
27736
27471
  self._Id = None
@@ -27741,7 +27476,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
27741
27476
  @property
27742
27477
  def Id(self):
27743
27478
  """id信息
27744
- 注意:此字段可能返回 null,表示取不到有效值。
27745
27479
  :rtype: int
27746
27480
  """
27747
27481
  return self._Id
@@ -27753,7 +27487,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
27753
27487
  @property
27754
27488
  def Uin(self):
27755
27489
  """用户主UIN
27756
- 注意:此字段可能返回 null,表示取不到有效值。
27757
27490
  :rtype: str
27758
27491
  """
27759
27492
  return self._Uin
@@ -27765,7 +27498,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
27765
27498
  @property
27766
27499
  def AppId(self):
27767
27500
  """用户AppId
27768
- 注意:此字段可能返回 null,表示取不到有效值。
27769
27501
  :rtype: str
27770
27502
  """
27771
27503
  return self._AppId
@@ -27777,7 +27509,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
27777
27509
  @property
27778
27510
  def CreateTime(self):
27779
27511
  """开通时间
27780
- 注意:此字段可能返回 null,表示取不到有效值。
27781
27512
  :rtype: str
27782
27513
  """
27783
27514
  return self._CreateTime
@@ -27810,10 +27541,8 @@ class OptimizerEngineInfo(AbstractModel):
27810
27541
  def __init__(self):
27811
27542
  r"""
27812
27543
  :param _HouseName: 引擎资源名称
27813
- 注意:此字段可能返回 null,表示取不到有效值。
27814
27544
  :type HouseName: str
27815
27545
  :param _HouseId: 引擎资源ID
27816
- 注意:此字段可能返回 null,表示取不到有效值。
27817
27546
  :type HouseId: str
27818
27547
  :param _HouseSize: 该参数仅针对spark作业引擎有效,用于执行数据优化任务的资源大小,不填时将采用该引擎所有资源
27819
27548
  注意:此字段可能返回 null,表示取不到有效值。
@@ -27826,7 +27555,6 @@ class OptimizerEngineInfo(AbstractModel):
27826
27555
  @property
27827
27556
  def HouseName(self):
27828
27557
  """引擎资源名称
27829
- 注意:此字段可能返回 null,表示取不到有效值。
27830
27558
  :rtype: str
27831
27559
  """
27832
27560
  return self._HouseName
@@ -27838,7 +27566,6 @@ class OptimizerEngineInfo(AbstractModel):
27838
27566
  @property
27839
27567
  def HouseId(self):
27840
27568
  """引擎资源ID
27841
- 注意:此字段可能返回 null,表示取不到有效值。
27842
27569
  :rtype: str
27843
27570
  """
27844
27571
  return self._HouseId
@@ -28056,13 +27783,11 @@ class Partition(AbstractModel):
28056
27783
  :param _Comment: 对分区的描述。
28057
27784
  :type Comment: str
28058
27785
  :param _Transform: 隐式分区转换策略
28059
- 注意:此字段可能返回 null,表示取不到有效值。
28060
27786
  :type Transform: str
28061
27787
  :param _TransformArgs: 转换策略参数
28062
27788
  注意:此字段可能返回 null,表示取不到有效值。
28063
27789
  :type TransformArgs: list of str
28064
27790
  :param _CreateTime: 创建时间
28065
- 注意:此字段可能返回 null,表示取不到有效值。
28066
27791
  :type CreateTime: int
28067
27792
  """
28068
27793
  self._Name = None
@@ -28108,7 +27833,6 @@ class Partition(AbstractModel):
28108
27833
  @property
28109
27834
  def Transform(self):
28110
27835
  """隐式分区转换策略
28111
- 注意:此字段可能返回 null,表示取不到有效值。
28112
27836
  :rtype: str
28113
27837
  """
28114
27838
  return self._Transform
@@ -28132,7 +27856,6 @@ class Partition(AbstractModel):
28132
27856
  @property
28133
27857
  def CreateTime(self):
28134
27858
  """创建时间
28135
- 注意:此字段可能返回 null,表示取不到有效值。
28136
27859
  :rtype: int
28137
27860
  """
28138
27861
  return self._CreateTime
@@ -28487,7 +28210,6 @@ class Policys(AbstractModel):
28487
28210
  注意:此字段可能返回 null,表示取不到有效值。
28488
28211
  :type PolicySet: list of Policy
28489
28212
  :param _TotalCount: 策略总数
28490
- 注意:此字段可能返回 null,表示取不到有效值。
28491
28213
  :type TotalCount: int
28492
28214
  """
28493
28215
  self._PolicySet = None
@@ -28508,7 +28230,6 @@ class Policys(AbstractModel):
28508
28230
  @property
28509
28231
  def TotalCount(self):
28510
28232
  """策略总数
28511
- 注意:此字段可能返回 null,表示取不到有效值。
28512
28233
  :rtype: int
28513
28234
  """
28514
28235
  return self._TotalCount
@@ -28656,7 +28377,6 @@ class PythonSparkImage(AbstractModel):
28656
28377
  :param _SparkImageVersion: spark镜像名称
28657
28378
  :type SparkImageVersion: str
28658
28379
  :param _Description: spark镜像描述信息
28659
- 注意:此字段可能返回 null,表示取不到有效值。
28660
28380
  :type Description: str
28661
28381
  :param _CreateTime: 创建时间
28662
28382
  :type CreateTime: str
@@ -28706,7 +28426,6 @@ class PythonSparkImage(AbstractModel):
28706
28426
  @property
28707
28427
  def Description(self):
28708
28428
  """spark镜像描述信息
28709
- 注意:此字段可能返回 null,表示取不到有效值。
28710
28429
  :rtype: str
28711
28430
  """
28712
28431
  return self._Description
@@ -28858,7 +28577,7 @@ class QueryResultRequest(AbstractModel):
28858
28577
  r"""
28859
28578
  :param _TaskId: 任务ID
28860
28579
  :type TaskId: str
28861
- :param _NextToken: lastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
28580
+ :param _NextToken: objectListMarker={marker}&lastReadFile={filename}&lastReadOffsetlastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
28862
28581
  :type NextToken: str
28863
28582
  """
28864
28583
  self._TaskId = None
@@ -28877,7 +28596,7 @@ class QueryResultRequest(AbstractModel):
28877
28596
 
28878
28597
  @property
28879
28598
  def NextToken(self):
28880
- """lastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
28599
+ """objectListMarker={marker}&lastReadFile={filename}&lastReadOffsetlastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
28881
28600
  :rtype: str
28882
28601
  """
28883
28602
  return self._NextToken
@@ -28914,7 +28633,6 @@ class QueryResultResponse(AbstractModel):
28914
28633
  :param _ResultSchema: schema
28915
28634
  :type ResultSchema: list of Column
28916
28635
  :param _NextToken: 分页信息
28917
- 注意:此字段可能返回 null,表示取不到有效值。
28918
28636
  :type NextToken: str
28919
28637
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28920
28638
  :type RequestId: str
@@ -28961,7 +28679,6 @@ class QueryResultResponse(AbstractModel):
28961
28679
  @property
28962
28680
  def NextToken(self):
28963
28681
  """分页信息
28964
- 注意:此字段可能返回 null,表示取不到有效值。
28965
28682
  :rtype: str
28966
28683
  """
28967
28684
  return self._NextToken
@@ -29127,10 +28844,8 @@ class QueryTaskCostDetailResponse(AbstractModel):
29127
28844
  def __init__(self):
29128
28845
  r"""
29129
28846
  :param _SearchAfter: 下一页的标识
29130
- 注意:此字段可能返回 null,表示取不到有效值。
29131
28847
  :type SearchAfter: str
29132
28848
  :param _Data: 返回的数据
29133
- 注意:此字段可能返回 null,表示取不到有效值。
29134
28849
  :type Data: str
29135
28850
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29136
28851
  :type RequestId: str
@@ -29142,7 +28857,6 @@ class QueryTaskCostDetailResponse(AbstractModel):
29142
28857
  @property
29143
28858
  def SearchAfter(self):
29144
28859
  """下一页的标识
29145
- 注意:此字段可能返回 null,表示取不到有效值。
29146
28860
  :rtype: str
29147
28861
  """
29148
28862
  return self._SearchAfter
@@ -29154,7 +28868,6 @@ class QueryTaskCostDetailResponse(AbstractModel):
29154
28868
  @property
29155
28869
  def Data(self):
29156
28870
  """返回的数据
29157
- 注意:此字段可能返回 null,表示取不到有效值。
29158
28871
  :rtype: str
29159
28872
  """
29160
28873
  return self._Data
@@ -29441,25 +29154,19 @@ class ResourceInfo(AbstractModel):
29441
29154
  def __init__(self):
29442
29155
  r"""
29443
29156
  :param _AttributionType: 归属类型
29444
- 注意:此字段可能返回 null,表示取不到有效值。
29445
29157
  :type AttributionType: str
29446
29158
  :param _ResourceType: 资源类型
29447
- 注意:此字段可能返回 null,表示取不到有效值。
29448
29159
  :type ResourceType: str
29449
29160
  :param _Name: 引擎名称
29450
- 注意:此字段可能返回 null,表示取不到有效值。
29451
29161
  :type Name: str
29452
29162
  :param _Instance: 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
29453
- 注意:此字段可能返回 null,表示取不到有效值。
29454
29163
  :type Instance: str
29455
29164
  :param _Favor: 亲和性
29456
29165
  注意:此字段可能返回 null,表示取不到有效值。
29457
29166
  :type Favor: list of FavorInfo
29458
29167
  :param _Status: 状态
29459
- 注意:此字段可能返回 null,表示取不到有效值。
29460
29168
  :type Status: int
29461
29169
  :param _ResourceGroupName: 标准引擎资源组信息
29462
- 注意:此字段可能返回 null,表示取不到有效值。
29463
29170
  :type ResourceGroupName: str
29464
29171
  """
29465
29172
  self._AttributionType = None
@@ -29473,7 +29180,6 @@ class ResourceInfo(AbstractModel):
29473
29180
  @property
29474
29181
  def AttributionType(self):
29475
29182
  """归属类型
29476
- 注意:此字段可能返回 null,表示取不到有效值。
29477
29183
  :rtype: str
29478
29184
  """
29479
29185
  return self._AttributionType
@@ -29485,7 +29191,6 @@ class ResourceInfo(AbstractModel):
29485
29191
  @property
29486
29192
  def ResourceType(self):
29487
29193
  """资源类型
29488
- 注意:此字段可能返回 null,表示取不到有效值。
29489
29194
  :rtype: str
29490
29195
  """
29491
29196
  return self._ResourceType
@@ -29497,7 +29202,6 @@ class ResourceInfo(AbstractModel):
29497
29202
  @property
29498
29203
  def Name(self):
29499
29204
  """引擎名称
29500
- 注意:此字段可能返回 null,表示取不到有效值。
29501
29205
  :rtype: str
29502
29206
  """
29503
29207
  return self._Name
@@ -29509,7 +29213,6 @@ class ResourceInfo(AbstractModel):
29509
29213
  @property
29510
29214
  def Instance(self):
29511
29215
  """如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
29512
- 注意:此字段可能返回 null,表示取不到有效值。
29513
29216
  :rtype: str
29514
29217
  """
29515
29218
  return self._Instance
@@ -29533,7 +29236,6 @@ class ResourceInfo(AbstractModel):
29533
29236
  @property
29534
29237
  def Status(self):
29535
29238
  """状态
29536
- 注意:此字段可能返回 null,表示取不到有效值。
29537
29239
  :rtype: int
29538
29240
  """
29539
29241
  return self._Status
@@ -29545,7 +29247,6 @@ class ResourceInfo(AbstractModel):
29545
29247
  @property
29546
29248
  def ResourceGroupName(self):
29547
29249
  """标准引擎资源组信息
29548
- 注意:此字段可能返回 null,表示取不到有效值。
29549
29250
  :rtype: str
29550
29251
  """
29551
29252
  return self._ResourceGroupName
@@ -29879,22 +29580,18 @@ class Script(AbstractModel):
29879
29580
  def __init__(self):
29880
29581
  r"""
29881
29582
  :param _ScriptId: 脚本Id,长度36字节。
29882
- 注意:此字段可能返回 null,表示取不到有效值。
29883
29583
  :type ScriptId: str
29884
29584
  :param _ScriptName: 脚本名称,长度0-25。
29885
- 注意:此字段可能返回 null,表示取不到有效值。
29886
29585
  :type ScriptName: str
29887
29586
  :param _ScriptDesc: 脚本描述,长度0-50。
29888
29587
  注意:此字段可能返回 null,表示取不到有效值。
29889
29588
  :type ScriptDesc: str
29890
29589
  :param _DatabaseName: 默认关联数据库。
29891
- 注意:此字段可能返回 null,表示取不到有效值。
29892
29590
  :type DatabaseName: str
29893
29591
  :param _SQLStatement: SQL描述,长度0-10000。
29894
29592
  注意:此字段可能返回 null,表示取不到有效值。
29895
29593
  :type SQLStatement: str
29896
29594
  :param _UpdateTime: 更新时间戳, 单位:ms。
29897
- 注意:此字段可能返回 null,表示取不到有效值。
29898
29595
  :type UpdateTime: int
29899
29596
  """
29900
29597
  self._ScriptId = None
@@ -29907,7 +29604,6 @@ class Script(AbstractModel):
29907
29604
  @property
29908
29605
  def ScriptId(self):
29909
29606
  """脚本Id,长度36字节。
29910
- 注意:此字段可能返回 null,表示取不到有效值。
29911
29607
  :rtype: str
29912
29608
  """
29913
29609
  return self._ScriptId
@@ -29919,7 +29615,6 @@ class Script(AbstractModel):
29919
29615
  @property
29920
29616
  def ScriptName(self):
29921
29617
  """脚本名称,长度0-25。
29922
- 注意:此字段可能返回 null,表示取不到有效值。
29923
29618
  :rtype: str
29924
29619
  """
29925
29620
  return self._ScriptName
@@ -29943,7 +29638,6 @@ class Script(AbstractModel):
29943
29638
  @property
29944
29639
  def DatabaseName(self):
29945
29640
  """默认关联数据库。
29946
- 注意:此字段可能返回 null,表示取不到有效值。
29947
29641
  :rtype: str
29948
29642
  """
29949
29643
  return self._DatabaseName
@@ -29967,7 +29661,6 @@ class Script(AbstractModel):
29967
29661
  @property
29968
29662
  def UpdateTime(self):
29969
29663
  """更新时间戳, 单位:ms。
29970
- 注意:此字段可能返回 null,表示取不到有效值。
29971
29664
  :rtype: int
29972
29665
  """
29973
29666
  return self._UpdateTime
@@ -30002,27 +29695,25 @@ class SessionResourceTemplate(AbstractModel):
30002
29695
  def __init__(self):
30003
29696
  r"""
30004
29697
  :param _DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
30005
- 注意:此字段可能返回 null,表示取不到有效值。
30006
29698
  :type DriverSize: str
30007
29699
  :param _ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
30008
- 注意:此字段可能返回 null,表示取不到有效值。
30009
29700
  :type ExecutorSize: str
30010
29701
  :param _ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
30011
- 注意:此字段可能返回 null,表示取不到有效值。
30012
29702
  :type ExecutorNums: int
30013
29703
  :param _ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
30014
- 注意:此字段可能返回 null,表示取不到有效值。
30015
29704
  :type ExecutorMaxNumbers: int
29705
+ :param _RunningTimeParameters: 运行时参数
29706
+ :type RunningTimeParameters: list of DataEngineConfigPair
30016
29707
  """
30017
29708
  self._DriverSize = None
30018
29709
  self._ExecutorSize = None
30019
29710
  self._ExecutorNums = None
30020
29711
  self._ExecutorMaxNumbers = None
29712
+ self._RunningTimeParameters = None
30021
29713
 
30022
29714
  @property
30023
29715
  def DriverSize(self):
30024
29716
  """driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
30025
- 注意:此字段可能返回 null,表示取不到有效值。
30026
29717
  :rtype: str
30027
29718
  """
30028
29719
  return self._DriverSize
@@ -30034,7 +29725,6 @@ class SessionResourceTemplate(AbstractModel):
30034
29725
  @property
30035
29726
  def ExecutorSize(self):
30036
29727
  """executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
30037
- 注意:此字段可能返回 null,表示取不到有效值。
30038
29728
  :rtype: str
30039
29729
  """
30040
29730
  return self._ExecutorSize
@@ -30046,7 +29736,6 @@ class SessionResourceTemplate(AbstractModel):
30046
29736
  @property
30047
29737
  def ExecutorNums(self):
30048
29738
  """指定executor数量,最小值为1,最大值小于集群规格
30049
- 注意:此字段可能返回 null,表示取不到有效值。
30050
29739
  :rtype: int
30051
29740
  """
30052
29741
  return self._ExecutorNums
@@ -30058,7 +29747,6 @@ class SessionResourceTemplate(AbstractModel):
30058
29747
  @property
30059
29748
  def ExecutorMaxNumbers(self):
30060
29749
  """指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
30061
- 注意:此字段可能返回 null,表示取不到有效值。
30062
29750
  :rtype: int
30063
29751
  """
30064
29752
  return self._ExecutorMaxNumbers
@@ -30067,12 +29755,29 @@ class SessionResourceTemplate(AbstractModel):
30067
29755
  def ExecutorMaxNumbers(self, ExecutorMaxNumbers):
30068
29756
  self._ExecutorMaxNumbers = ExecutorMaxNumbers
30069
29757
 
29758
+ @property
29759
+ def RunningTimeParameters(self):
29760
+ """运行时参数
29761
+ :rtype: list of DataEngineConfigPair
29762
+ """
29763
+ return self._RunningTimeParameters
29764
+
29765
+ @RunningTimeParameters.setter
29766
+ def RunningTimeParameters(self, RunningTimeParameters):
29767
+ self._RunningTimeParameters = RunningTimeParameters
29768
+
30070
29769
 
30071
29770
  def _deserialize(self, params):
30072
29771
  self._DriverSize = params.get("DriverSize")
30073
29772
  self._ExecutorSize = params.get("ExecutorSize")
30074
29773
  self._ExecutorNums = params.get("ExecutorNums")
30075
29774
  self._ExecutorMaxNumbers = params.get("ExecutorMaxNumbers")
29775
+ if params.get("RunningTimeParameters") is not None:
29776
+ self._RunningTimeParameters = []
29777
+ for item in params.get("RunningTimeParameters"):
29778
+ obj = DataEngineConfigPair()
29779
+ obj._deserialize(item)
29780
+ self._RunningTimeParameters.append(obj)
30076
29781
  memeber_set = set(params.keys())
30077
29782
  for name, value in vars(self).items():
30078
29783
  property_name = name[1:]
@@ -30091,7 +29796,6 @@ class SmartOptimizerChangeTablePolicy(AbstractModel):
30091
29796
  def __init__(self):
30092
29797
  r"""
30093
29798
  :param _DataRetentionTime: change表的数据保存时间,单位为天
30094
- 注意:此字段可能返回 null,表示取不到有效值。
30095
29799
  :type DataRetentionTime: int
30096
29800
  """
30097
29801
  self._DataRetentionTime = None
@@ -30099,7 +29803,6 @@ class SmartOptimizerChangeTablePolicy(AbstractModel):
30099
29803
  @property
30100
29804
  def DataRetentionTime(self):
30101
29805
  """change表的数据保存时间,单位为天
30102
- 注意:此字段可能返回 null,表示取不到有效值。
30103
29806
  :rtype: int
30104
29807
  """
30105
29808
  return self._DataRetentionTime
@@ -30129,7 +29832,6 @@ class SmartOptimizerIndexPolicy(AbstractModel):
30129
29832
  def __init__(self):
30130
29833
  r"""
30131
29834
  :param _IndexEnable: 开启索引
30132
- 注意:此字段可能返回 null,表示取不到有效值。
30133
29835
  :type IndexEnable: str
30134
29836
  """
30135
29837
  self._IndexEnable = None
@@ -30137,7 +29839,6 @@ class SmartOptimizerIndexPolicy(AbstractModel):
30137
29839
  @property
30138
29840
  def IndexEnable(self):
30139
29841
  """开启索引
30140
- 注意:此字段可能返回 null,表示取不到有效值。
30141
29842
  :rtype: str
30142
29843
  """
30143
29844
  return self._IndexEnable
@@ -30167,19 +29868,14 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
30167
29868
  def __init__(self):
30168
29869
  r"""
30169
29870
  :param _LifecycleEnable: 生命周期启用
30170
- 注意:此字段可能返回 null,表示取不到有效值。
30171
29871
  :type LifecycleEnable: str
30172
29872
  :param _Expiration: 过期时间
30173
- 注意:此字段可能返回 null,表示取不到有效值。
30174
29873
  :type Expiration: int
30175
29874
  :param _DropTable: 是否删表
30176
- 注意:此字段可能返回 null,表示取不到有效值。
30177
29875
  :type DropTable: bool
30178
29876
  :param _ExpiredField: 过期字段
30179
- 注意:此字段可能返回 null,表示取不到有效值。
30180
29877
  :type ExpiredField: str
30181
29878
  :param _ExpiredFieldFormat: 过期字段格式
30182
- 注意:此字段可能返回 null,表示取不到有效值。
30183
29879
  :type ExpiredFieldFormat: str
30184
29880
  """
30185
29881
  self._LifecycleEnable = None
@@ -30191,7 +29887,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
30191
29887
  @property
30192
29888
  def LifecycleEnable(self):
30193
29889
  """生命周期启用
30194
- 注意:此字段可能返回 null,表示取不到有效值。
30195
29890
  :rtype: str
30196
29891
  """
30197
29892
  return self._LifecycleEnable
@@ -30203,7 +29898,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
30203
29898
  @property
30204
29899
  def Expiration(self):
30205
29900
  """过期时间
30206
- 注意:此字段可能返回 null,表示取不到有效值。
30207
29901
  :rtype: int
30208
29902
  """
30209
29903
  return self._Expiration
@@ -30215,7 +29909,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
30215
29909
  @property
30216
29910
  def DropTable(self):
30217
29911
  """是否删表
30218
- 注意:此字段可能返回 null,表示取不到有效值。
30219
29912
  :rtype: bool
30220
29913
  """
30221
29914
  return self._DropTable
@@ -30227,7 +29920,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
30227
29920
  @property
30228
29921
  def ExpiredField(self):
30229
29922
  """过期字段
30230
- 注意:此字段可能返回 null,表示取不到有效值。
30231
29923
  :rtype: str
30232
29924
  """
30233
29925
  return self._ExpiredField
@@ -30239,7 +29931,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
30239
29931
  @property
30240
29932
  def ExpiredFieldFormat(self):
30241
29933
  """过期字段格式
30242
- 注意:此字段可能返回 null,表示取不到有效值。
30243
29934
  :rtype: str
30244
29935
  """
30245
29936
  return self._ExpiredFieldFormat
@@ -30273,7 +29964,6 @@ class SmartOptimizerPolicy(AbstractModel):
30273
29964
  def __init__(self):
30274
29965
  r"""
30275
29966
  :param _Inherit: 是否继承
30276
- 注意:此字段可能返回 null,表示取不到有效值。
30277
29967
  :type Inherit: str
30278
29968
  :param _Resources: ResourceInfo
30279
29969
  注意:此字段可能返回 null,表示取不到有效值。
@@ -30301,7 +29991,6 @@ class SmartOptimizerPolicy(AbstractModel):
30301
29991
  @property
30302
29992
  def Inherit(self):
30303
29993
  """是否继承
30304
- 注意:此字段可能返回 null,表示取不到有效值。
30305
29994
  :rtype: str
30306
29995
  """
30307
29996
  return self._Inherit
@@ -30409,7 +30098,6 @@ class SmartOptimizerWrittenPolicy(AbstractModel):
30409
30098
  def __init__(self):
30410
30099
  r"""
30411
30100
  :param _WrittenEnable: none/enable/disable/default
30412
- 注意:此字段可能返回 null,表示取不到有效值。
30413
30101
  :type WrittenEnable: str
30414
30102
  """
30415
30103
  self._WrittenEnable = None
@@ -30417,7 +30105,6 @@ class SmartOptimizerWrittenPolicy(AbstractModel):
30417
30105
  @property
30418
30106
  def WrittenEnable(self):
30419
30107
  """none/enable/disable/default
30420
- 注意:此字段可能返回 null,表示取不到有效值。
30421
30108
  :rtype: str
30422
30109
  """
30423
30110
  return self._WrittenEnable
@@ -30506,22 +30193,16 @@ class SmartPolicyBaseInfo(AbstractModel):
30506
30193
  def __init__(self):
30507
30194
  r"""
30508
30195
  :param _Uin: 用户uin
30509
- 注意:此字段可能返回 null,表示取不到有效值。
30510
30196
  :type Uin: str
30511
30197
  :param _PolicyType: Catalog/Database/Table
30512
- 注意:此字段可能返回 null,表示取不到有效值。
30513
30198
  :type PolicyType: str
30514
30199
  :param _Catalog: Catalog名称
30515
- 注意:此字段可能返回 null,表示取不到有效值。
30516
30200
  :type Catalog: str
30517
30201
  :param _Database: 数据库名称
30518
- 注意:此字段可能返回 null,表示取不到有效值。
30519
30202
  :type Database: str
30520
30203
  :param _Table: 表名称
30521
- 注意:此字段可能返回 null,表示取不到有效值。
30522
30204
  :type Table: str
30523
30205
  :param _AppId: 用户appid
30524
- 注意:此字段可能返回 null,表示取不到有效值。
30525
30206
  :type AppId: str
30526
30207
  """
30527
30208
  self._Uin = None
@@ -30534,7 +30215,6 @@ class SmartPolicyBaseInfo(AbstractModel):
30534
30215
  @property
30535
30216
  def Uin(self):
30536
30217
  """用户uin
30537
- 注意:此字段可能返回 null,表示取不到有效值。
30538
30218
  :rtype: str
30539
30219
  """
30540
30220
  return self._Uin
@@ -30546,7 +30226,6 @@ class SmartPolicyBaseInfo(AbstractModel):
30546
30226
  @property
30547
30227
  def PolicyType(self):
30548
30228
  """Catalog/Database/Table
30549
- 注意:此字段可能返回 null,表示取不到有效值。
30550
30229
  :rtype: str
30551
30230
  """
30552
30231
  return self._PolicyType
@@ -30558,7 +30237,6 @@ class SmartPolicyBaseInfo(AbstractModel):
30558
30237
  @property
30559
30238
  def Catalog(self):
30560
30239
  """Catalog名称
30561
- 注意:此字段可能返回 null,表示取不到有效值。
30562
30240
  :rtype: str
30563
30241
  """
30564
30242
  return self._Catalog
@@ -30570,7 +30248,6 @@ class SmartPolicyBaseInfo(AbstractModel):
30570
30248
  @property
30571
30249
  def Database(self):
30572
30250
  """数据库名称
30573
- 注意:此字段可能返回 null,表示取不到有效值。
30574
30251
  :rtype: str
30575
30252
  """
30576
30253
  return self._Database
@@ -30582,7 +30259,6 @@ class SmartPolicyBaseInfo(AbstractModel):
30582
30259
  @property
30583
30260
  def Table(self):
30584
30261
  """表名称
30585
- 注意:此字段可能返回 null,表示取不到有效值。
30586
30262
  :rtype: str
30587
30263
  """
30588
30264
  return self._Table
@@ -30594,7 +30270,6 @@ class SmartPolicyBaseInfo(AbstractModel):
30594
30270
  @property
30595
30271
  def AppId(self):
30596
30272
  """用户appid
30597
- 注意:此字段可能返回 null,表示取不到有效值。
30598
30273
  :rtype: str
30599
30274
  """
30600
30275
  return self._AppId
@@ -31373,13 +31048,10 @@ class SparkSessionBatchLog(AbstractModel):
31373
31048
  def __init__(self):
31374
31049
  r"""
31375
31050
  :param _Step: 日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
31376
- 注意:此字段可能返回 null,表示取不到有效值。
31377
31051
  :type Step: str
31378
31052
  :param _Time: 时间
31379
- 注意:此字段可能返回 null,表示取不到有效值。
31380
31053
  :type Time: str
31381
31054
  :param _Message: 日志提示
31382
- 注意:此字段可能返回 null,表示取不到有效值。
31383
31055
  :type Message: str
31384
31056
  :param _Operate: 日志操作
31385
31057
  注意:此字段可能返回 null,表示取不到有效值。
@@ -31393,7 +31065,6 @@ class SparkSessionBatchLog(AbstractModel):
31393
31065
  @property
31394
31066
  def Step(self):
31395
31067
  """日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
31396
- 注意:此字段可能返回 null,表示取不到有效值。
31397
31068
  :rtype: str
31398
31069
  """
31399
31070
  return self._Step
@@ -31405,7 +31076,6 @@ class SparkSessionBatchLog(AbstractModel):
31405
31076
  @property
31406
31077
  def Time(self):
31407
31078
  """时间
31408
- 注意:此字段可能返回 null,表示取不到有效值。
31409
31079
  :rtype: str
31410
31080
  """
31411
31081
  return self._Time
@@ -31417,7 +31087,6 @@ class SparkSessionBatchLog(AbstractModel):
31417
31087
  @property
31418
31088
  def Message(self):
31419
31089
  """日志提示
31420
- 注意:此字段可能返回 null,表示取不到有效值。
31421
31090
  :rtype: str
31422
31091
  """
31423
31092
  return self._Message
@@ -31467,10 +31136,8 @@ class SparkSessionBatchLogOperate(AbstractModel):
31467
31136
  def __init__(self):
31468
31137
  r"""
31469
31138
  :param _Text: 操作提示
31470
- 注意:此字段可能返回 null,表示取不到有效值。
31471
31139
  :type Text: str
31472
31140
  :param _Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
31473
- 注意:此字段可能返回 null,表示取不到有效值。
31474
31141
  :type Operate: str
31475
31142
  :param _Supplement: 补充信息:如:taskid、sessionid、sparkui等
31476
31143
  注意:此字段可能返回 null,表示取不到有效值。
@@ -31483,7 +31150,6 @@ class SparkSessionBatchLogOperate(AbstractModel):
31483
31150
  @property
31484
31151
  def Text(self):
31485
31152
  """操作提示
31486
- 注意:此字段可能返回 null,表示取不到有效值。
31487
31153
  :rtype: str
31488
31154
  """
31489
31155
  return self._Text
@@ -31495,7 +31161,6 @@ class SparkSessionBatchLogOperate(AbstractModel):
31495
31161
  @property
31496
31162
  def Operate(self):
31497
31163
  """操作类型:COPY、LOG、UI、RESULT、List、TAB
31498
- 注意:此字段可能返回 null,表示取不到有效值。
31499
31164
  :rtype: str
31500
31165
  """
31501
31166
  return self._Operate
@@ -32315,32 +31980,23 @@ class TColumn(AbstractModel):
32315
31980
  def __init__(self):
32316
31981
  r"""
32317
31982
  :param _Name: 字段名称
32318
- 注意:此字段可能返回 null,表示取不到有效值。
32319
31983
  :type Name: str
32320
31984
  :param _Type: 字段类型
32321
- 注意:此字段可能返回 null,表示取不到有效值。
32322
31985
  :type Type: str
32323
31986
  :param _Comment: 字段描述
32324
- 注意:此字段可能返回 null,表示取不到有效值。
32325
31987
  :type Comment: str
32326
31988
  :param _Default: 字段默认值
32327
- 注意:此字段可能返回 null,表示取不到有效值。
32328
31989
  :type Default: str
32329
31990
  :param _NotNull: 字段是否是非空
32330
- 注意:此字段可能返回 null,表示取不到有效值。
32331
31991
  :type NotNull: bool
32332
31992
  :param _Precision: 表示整个 numeric 的长度,取值1-38
32333
- 注意:此字段可能返回 null,表示取不到有效值。
32334
31993
  :type Precision: int
32335
31994
  :param _Scale: 表示小数部分的长度
32336
31995
  Scale小于Precision
32337
- 注意:此字段可能返回 null,表示取不到有效值。
32338
31996
  :type Scale: int
32339
31997
  :param _Position: 字段位置,小的在前
32340
- 注意:此字段可能返回 null,表示取不到有效值。
32341
31998
  :type Position: int
32342
31999
  :param _IsPartition: 是否为分区字段
32343
- 注意:此字段可能返回 null,表示取不到有效值。
32344
32000
  :type IsPartition: bool
32345
32001
  """
32346
32002
  self._Name = None
@@ -32356,7 +32012,6 @@ Scale小于Precision
32356
32012
  @property
32357
32013
  def Name(self):
32358
32014
  """字段名称
32359
- 注意:此字段可能返回 null,表示取不到有效值。
32360
32015
  :rtype: str
32361
32016
  """
32362
32017
  return self._Name
@@ -32368,7 +32023,6 @@ Scale小于Precision
32368
32023
  @property
32369
32024
  def Type(self):
32370
32025
  """字段类型
32371
- 注意:此字段可能返回 null,表示取不到有效值。
32372
32026
  :rtype: str
32373
32027
  """
32374
32028
  return self._Type
@@ -32380,7 +32034,6 @@ Scale小于Precision
32380
32034
  @property
32381
32035
  def Comment(self):
32382
32036
  """字段描述
32383
- 注意:此字段可能返回 null,表示取不到有效值。
32384
32037
  :rtype: str
32385
32038
  """
32386
32039
  return self._Comment
@@ -32392,7 +32045,6 @@ Scale小于Precision
32392
32045
  @property
32393
32046
  def Default(self):
32394
32047
  """字段默认值
32395
- 注意:此字段可能返回 null,表示取不到有效值。
32396
32048
  :rtype: str
32397
32049
  """
32398
32050
  return self._Default
@@ -32404,7 +32056,6 @@ Scale小于Precision
32404
32056
  @property
32405
32057
  def NotNull(self):
32406
32058
  """字段是否是非空
32407
- 注意:此字段可能返回 null,表示取不到有效值。
32408
32059
  :rtype: bool
32409
32060
  """
32410
32061
  return self._NotNull
@@ -32416,7 +32067,6 @@ Scale小于Precision
32416
32067
  @property
32417
32068
  def Precision(self):
32418
32069
  """表示整个 numeric 的长度,取值1-38
32419
- 注意:此字段可能返回 null,表示取不到有效值。
32420
32070
  :rtype: int
32421
32071
  """
32422
32072
  return self._Precision
@@ -32429,7 +32079,6 @@ Scale小于Precision
32429
32079
  def Scale(self):
32430
32080
  """表示小数部分的长度
32431
32081
  Scale小于Precision
32432
- 注意:此字段可能返回 null,表示取不到有效值。
32433
32082
  :rtype: int
32434
32083
  """
32435
32084
  return self._Scale
@@ -32441,7 +32090,6 @@ Scale小于Precision
32441
32090
  @property
32442
32091
  def Position(self):
32443
32092
  """字段位置,小的在前
32444
- 注意:此字段可能返回 null,表示取不到有效值。
32445
32093
  :rtype: int
32446
32094
  """
32447
32095
  return self._Position
@@ -32453,7 +32101,6 @@ Scale小于Precision
32453
32101
  @property
32454
32102
  def IsPartition(self):
32455
32103
  """是否为分区字段
32456
- 注意:此字段可能返回 null,表示取不到有效值。
32457
32104
  :rtype: bool
32458
32105
  """
32459
32106
  return self._IsPartition
@@ -32636,22 +32283,17 @@ class TableBaseInfo(AbstractModel):
32636
32283
  :param _TableName: 数据表名字
32637
32284
  :type TableName: str
32638
32285
  :param _DatasourceConnectionName: 该数据表所属数据源名字
32639
- 注意:此字段可能返回 null,表示取不到有效值。
32640
32286
  :type DatasourceConnectionName: str
32641
32287
  :param _TableComment: 该数据表备注
32642
32288
  注意:此字段可能返回 null,表示取不到有效值。
32643
32289
  :type TableComment: str
32644
32290
  :param _Type: 具体类型,表or视图
32645
- 注意:此字段可能返回 null,表示取不到有效值。
32646
32291
  :type Type: str
32647
32292
  :param _TableFormat: 数据格式类型,hive,iceberg等
32648
- 注意:此字段可能返回 null,表示取不到有效值。
32649
32293
  :type TableFormat: str
32650
32294
  :param _UserAlias: 建表用户昵称
32651
- 注意:此字段可能返回 null,表示取不到有效值。
32652
32295
  :type UserAlias: str
32653
32296
  :param _UserSubUin: 建表用户ID
32654
- 注意:此字段可能返回 null,表示取不到有效值。
32655
32297
  :type UserSubUin: str
32656
32298
  :param _GovernPolicy: 数据治理配置项
32657
32299
  注意:此字段可能返回 null,表示取不到有效值。
@@ -32704,7 +32346,6 @@ class TableBaseInfo(AbstractModel):
32704
32346
  @property
32705
32347
  def DatasourceConnectionName(self):
32706
32348
  """该数据表所属数据源名字
32707
- 注意:此字段可能返回 null,表示取不到有效值。
32708
32349
  :rtype: str
32709
32350
  """
32710
32351
  return self._DatasourceConnectionName
@@ -32728,7 +32369,6 @@ class TableBaseInfo(AbstractModel):
32728
32369
  @property
32729
32370
  def Type(self):
32730
32371
  """具体类型,表or视图
32731
- 注意:此字段可能返回 null,表示取不到有效值。
32732
32372
  :rtype: str
32733
32373
  """
32734
32374
  return self._Type
@@ -32740,7 +32380,6 @@ class TableBaseInfo(AbstractModel):
32740
32380
  @property
32741
32381
  def TableFormat(self):
32742
32382
  """数据格式类型,hive,iceberg等
32743
- 注意:此字段可能返回 null,表示取不到有效值。
32744
32383
  :rtype: str
32745
32384
  """
32746
32385
  return self._TableFormat
@@ -32752,7 +32391,6 @@ class TableBaseInfo(AbstractModel):
32752
32391
  @property
32753
32392
  def UserAlias(self):
32754
32393
  """建表用户昵称
32755
- 注意:此字段可能返回 null,表示取不到有效值。
32756
32394
  :rtype: str
32757
32395
  """
32758
32396
  return self._UserAlias
@@ -32764,7 +32402,6 @@ class TableBaseInfo(AbstractModel):
32764
32402
  @property
32765
32403
  def UserSubUin(self):
32766
32404
  """建表用户ID
32767
- 注意:此字段可能返回 null,表示取不到有效值。
32768
32405
  :rtype: str
32769
32406
  """
32770
32407
  return self._UserSubUin
@@ -32983,31 +32620,23 @@ class TableResponseInfo(AbstractModel):
32983
32620
  注意:此字段可能返回 null,表示取不到有效值。
32984
32621
  :type Partitions: list of Partition
32985
32622
  :param _Location: 数据存储路径。
32986
- 注意:此字段可能返回 null,表示取不到有效值。
32987
32623
  :type Location: str
32988
32624
  :param _Properties: 数据表属性信息。
32989
32625
  注意:此字段可能返回 null,表示取不到有效值。
32990
32626
  :type Properties: list of Property
32991
32627
  :param _ModifiedTime: 数据表更新时间, 单位: ms。
32992
- 注意:此字段可能返回 null,表示取不到有效值。
32993
32628
  :type ModifiedTime: str
32994
32629
  :param _CreateTime: 数据表创建时间,单位: ms。
32995
- 注意:此字段可能返回 null,表示取不到有效值。
32996
32630
  :type CreateTime: str
32997
32631
  :param _InputFormat: 数据格式。
32998
- 注意:此字段可能返回 null,表示取不到有效值。
32999
32632
  :type InputFormat: str
33000
32633
  :param _StorageSize: 数据表存储大小(单位:Byte)
33001
- 注意:此字段可能返回 null,表示取不到有效值。
33002
32634
  :type StorageSize: int
33003
32635
  :param _RecordCount: 数据表行数
33004
- 注意:此字段可能返回 null,表示取不到有效值。
33005
32636
  :type RecordCount: int
33006
32637
  :param _MapMaterializedViewName: xxxx
33007
- 注意:此字段可能返回 null,表示取不到有效值。
33008
32638
  :type MapMaterializedViewName: str
33009
32639
  :param _HeatValue: 访问热点
33010
- 注意:此字段可能返回 null,表示取不到有效值。
33011
32640
  :type HeatValue: int
33012
32641
  :param _InputFormatShort: InputFormat的缩写
33013
32642
  :type InputFormatShort: str
@@ -33064,7 +32693,6 @@ class TableResponseInfo(AbstractModel):
33064
32693
  @property
33065
32694
  def Location(self):
33066
32695
  """数据存储路径。
33067
- 注意:此字段可能返回 null,表示取不到有效值。
33068
32696
  :rtype: str
33069
32697
  """
33070
32698
  return self._Location
@@ -33088,7 +32716,6 @@ class TableResponseInfo(AbstractModel):
33088
32716
  @property
33089
32717
  def ModifiedTime(self):
33090
32718
  """数据表更新时间, 单位: ms。
33091
- 注意:此字段可能返回 null,表示取不到有效值。
33092
32719
  :rtype: str
33093
32720
  """
33094
32721
  return self._ModifiedTime
@@ -33100,7 +32727,6 @@ class TableResponseInfo(AbstractModel):
33100
32727
  @property
33101
32728
  def CreateTime(self):
33102
32729
  """数据表创建时间,单位: ms。
33103
- 注意:此字段可能返回 null,表示取不到有效值。
33104
32730
  :rtype: str
33105
32731
  """
33106
32732
  return self._CreateTime
@@ -33112,7 +32738,6 @@ class TableResponseInfo(AbstractModel):
33112
32738
  @property
33113
32739
  def InputFormat(self):
33114
32740
  """数据格式。
33115
- 注意:此字段可能返回 null,表示取不到有效值。
33116
32741
  :rtype: str
33117
32742
  """
33118
32743
  return self._InputFormat
@@ -33124,7 +32749,6 @@ class TableResponseInfo(AbstractModel):
33124
32749
  @property
33125
32750
  def StorageSize(self):
33126
32751
  """数据表存储大小(单位:Byte)
33127
- 注意:此字段可能返回 null,表示取不到有效值。
33128
32752
  :rtype: int
33129
32753
  """
33130
32754
  return self._StorageSize
@@ -33136,7 +32760,6 @@ class TableResponseInfo(AbstractModel):
33136
32760
  @property
33137
32761
  def RecordCount(self):
33138
32762
  """数据表行数
33139
- 注意:此字段可能返回 null,表示取不到有效值。
33140
32763
  :rtype: int
33141
32764
  """
33142
32765
  return self._RecordCount
@@ -33148,7 +32771,6 @@ class TableResponseInfo(AbstractModel):
33148
32771
  @property
33149
32772
  def MapMaterializedViewName(self):
33150
32773
  """xxxx
33151
- 注意:此字段可能返回 null,表示取不到有效值。
33152
32774
  :rtype: str
33153
32775
  """
33154
32776
  return self._MapMaterializedViewName
@@ -33160,7 +32782,6 @@ class TableResponseInfo(AbstractModel):
33160
32782
  @property
33161
32783
  def HeatValue(self):
33162
32784
  """访问热点
33163
- 注意:此字段可能返回 null,表示取不到有效值。
33164
32785
  :rtype: int
33165
32786
  """
33166
32787
  return self._HeatValue
@@ -33484,7 +33105,6 @@ class TaskResponseInfo(AbstractModel):
33484
33105
  :param _RowAffectInfo: 数据影响统计信息。
33485
33106
  :type RowAffectInfo: str
33486
33107
  :param _DataSet: 任务结果数据表。
33487
- 注意:此字段可能返回 null,表示取不到有效值。
33488
33108
  :type DataSet: str
33489
33109
  :param _Error: 失败信息, 例如:errorMessage。该字段已废弃。
33490
33110
  :type Error: str
@@ -33495,67 +33115,47 @@ class TaskResponseInfo(AbstractModel):
33495
33115
  :param _TaskType: 执行SQL的引擎类型
33496
33116
  :type TaskType: str
33497
33117
  :param _ProgressDetail: 任务进度明细
33498
- 注意:此字段可能返回 null,表示取不到有效值。
33499
33118
  :type ProgressDetail: str
33500
33119
  :param _UpdateTime: 任务结束时间
33501
- 注意:此字段可能返回 null,表示取不到有效值。
33502
33120
  :type UpdateTime: str
33503
33121
  :param _DataEngineId: 计算资源id
33504
- 注意:此字段可能返回 null,表示取不到有效值。
33505
33122
  :type DataEngineId: str
33506
33123
  :param _OperateUin: 执行sql的子uin
33507
- 注意:此字段可能返回 null,表示取不到有效值。
33508
33124
  :type OperateUin: str
33509
33125
  :param _DataEngineName: 计算资源名字
33510
33126
  注意:此字段可能返回 null,表示取不到有效值。
33511
33127
  :type DataEngineName: str
33512
33128
  :param _InputType: 导入类型是本地导入还是cos
33513
- 注意:此字段可能返回 null,表示取不到有效值。
33514
33129
  :type InputType: str
33515
33130
  :param _InputConf: 导入配置
33516
- 注意:此字段可能返回 null,表示取不到有效值。
33517
33131
  :type InputConf: str
33518
33132
  :param _DataNumber: 数据条数
33519
- 注意:此字段可能返回 null,表示取不到有效值。
33520
33133
  :type DataNumber: int
33521
33134
  :param _CanDownload: 查询数据能不能下载
33522
- 注意:此字段可能返回 null,表示取不到有效值。
33523
33135
  :type CanDownload: bool
33524
33136
  :param _UserAlias: 用户别名
33525
- 注意:此字段可能返回 null,表示取不到有效值。
33526
33137
  :type UserAlias: str
33527
33138
  :param _SparkJobName: spark应用作业名
33528
- 注意:此字段可能返回 null,表示取不到有效值。
33529
33139
  :type SparkJobName: str
33530
33140
  :param _SparkJobId: spark应用作业Id
33531
- 注意:此字段可能返回 null,表示取不到有效值。
33532
33141
  :type SparkJobId: str
33533
33142
  :param _SparkJobFile: spark应用入口jar文件
33534
- 注意:此字段可能返回 null,表示取不到有效值。
33535
33143
  :type SparkJobFile: str
33536
33144
  :param _UiUrl: spark ui url
33537
- 注意:此字段可能返回 null,表示取不到有效值。
33538
33145
  :type UiUrl: str
33539
33146
  :param _TotalTime: 任务耗时,单位: ms
33540
- 注意:此字段可能返回 null,表示取不到有效值。
33541
33147
  :type TotalTime: int
33542
33148
  :param _CmdArgs: spark app job执行task的程序入口参数
33543
- 注意:此字段可能返回 null,表示取不到有效值。
33544
33149
  :type CmdArgs: str
33545
33150
  :param _ImageVersion: 集群镜像大版本名称
33546
- 注意:此字段可能返回 null,表示取不到有效值。
33547
33151
  :type ImageVersion: str
33548
33152
  :param _DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
33549
- 注意:此字段可能返回 null,表示取不到有效值。
33550
33153
  :type DriverSize: str
33551
33154
  :param _ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
33552
- 注意:此字段可能返回 null,表示取不到有效值。
33553
33155
  :type ExecutorSize: str
33554
33156
  :param _ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
33555
- 注意:此字段可能返回 null,表示取不到有效值。
33556
33157
  :type ExecutorNums: int
33557
33158
  :param _ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
33558
- 注意:此字段可能返回 null,表示取不到有效值。
33559
33159
  :type ExecutorMaxNumbers: int
33560
33160
  :param _CommonMetrics: 任务公共指标数据
33561
33161
  注意:此字段可能返回 null,表示取不到有效值。
@@ -33567,13 +33167,10 @@ class TaskResponseInfo(AbstractModel):
33567
33167
  注意:此字段可能返回 null,表示取不到有效值。
33568
33168
  :type PrestoMonitorMetrics: :class:`tencentcloud.dlc.v20210125.models.PrestoMonitorMetrics`
33569
33169
  :param _ResultFormat: 结果文件格式:默认为csv
33570
- 注意:此字段可能返回 null,表示取不到有效值。
33571
33170
  :type ResultFormat: str
33572
33171
  :param _EngineTypeDetail: 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
33573
- 注意:此字段可能返回 null,表示取不到有效值。
33574
33172
  :type EngineTypeDetail: str
33575
33173
  :param _ResourceGroupName: spark引擎资源组名称
33576
- 注意:此字段可能返回 null,表示取不到有效值。
33577
33174
  :type ResourceGroupName: str
33578
33175
  """
33579
33176
  self._DatabaseName = None
@@ -33744,7 +33341,6 @@ class TaskResponseInfo(AbstractModel):
33744
33341
  @property
33745
33342
  def DataSet(self):
33746
33343
  """任务结果数据表。
33747
- 注意:此字段可能返回 null,表示取不到有效值。
33748
33344
  :rtype: str
33749
33345
  """
33750
33346
  return self._DataSet
@@ -33800,7 +33396,6 @@ class TaskResponseInfo(AbstractModel):
33800
33396
  @property
33801
33397
  def ProgressDetail(self):
33802
33398
  """任务进度明细
33803
- 注意:此字段可能返回 null,表示取不到有效值。
33804
33399
  :rtype: str
33805
33400
  """
33806
33401
  return self._ProgressDetail
@@ -33812,7 +33407,6 @@ class TaskResponseInfo(AbstractModel):
33812
33407
  @property
33813
33408
  def UpdateTime(self):
33814
33409
  """任务结束时间
33815
- 注意:此字段可能返回 null,表示取不到有效值。
33816
33410
  :rtype: str
33817
33411
  """
33818
33412
  return self._UpdateTime
@@ -33824,7 +33418,6 @@ class TaskResponseInfo(AbstractModel):
33824
33418
  @property
33825
33419
  def DataEngineId(self):
33826
33420
  """计算资源id
33827
- 注意:此字段可能返回 null,表示取不到有效值。
33828
33421
  :rtype: str
33829
33422
  """
33830
33423
  return self._DataEngineId
@@ -33836,7 +33429,6 @@ class TaskResponseInfo(AbstractModel):
33836
33429
  @property
33837
33430
  def OperateUin(self):
33838
33431
  """执行sql的子uin
33839
- 注意:此字段可能返回 null,表示取不到有效值。
33840
33432
  :rtype: str
33841
33433
  """
33842
33434
  return self._OperateUin
@@ -33860,7 +33452,6 @@ class TaskResponseInfo(AbstractModel):
33860
33452
  @property
33861
33453
  def InputType(self):
33862
33454
  """导入类型是本地导入还是cos
33863
- 注意:此字段可能返回 null,表示取不到有效值。
33864
33455
  :rtype: str
33865
33456
  """
33866
33457
  return self._InputType
@@ -33872,7 +33463,6 @@ class TaskResponseInfo(AbstractModel):
33872
33463
  @property
33873
33464
  def InputConf(self):
33874
33465
  """导入配置
33875
- 注意:此字段可能返回 null,表示取不到有效值。
33876
33466
  :rtype: str
33877
33467
  """
33878
33468
  return self._InputConf
@@ -33884,7 +33474,6 @@ class TaskResponseInfo(AbstractModel):
33884
33474
  @property
33885
33475
  def DataNumber(self):
33886
33476
  """数据条数
33887
- 注意:此字段可能返回 null,表示取不到有效值。
33888
33477
  :rtype: int
33889
33478
  """
33890
33479
  return self._DataNumber
@@ -33896,7 +33485,6 @@ class TaskResponseInfo(AbstractModel):
33896
33485
  @property
33897
33486
  def CanDownload(self):
33898
33487
  """查询数据能不能下载
33899
- 注意:此字段可能返回 null,表示取不到有效值。
33900
33488
  :rtype: bool
33901
33489
  """
33902
33490
  return self._CanDownload
@@ -33908,7 +33496,6 @@ class TaskResponseInfo(AbstractModel):
33908
33496
  @property
33909
33497
  def UserAlias(self):
33910
33498
  """用户别名
33911
- 注意:此字段可能返回 null,表示取不到有效值。
33912
33499
  :rtype: str
33913
33500
  """
33914
33501
  return self._UserAlias
@@ -33920,7 +33507,6 @@ class TaskResponseInfo(AbstractModel):
33920
33507
  @property
33921
33508
  def SparkJobName(self):
33922
33509
  """spark应用作业名
33923
- 注意:此字段可能返回 null,表示取不到有效值。
33924
33510
  :rtype: str
33925
33511
  """
33926
33512
  return self._SparkJobName
@@ -33932,7 +33518,6 @@ class TaskResponseInfo(AbstractModel):
33932
33518
  @property
33933
33519
  def SparkJobId(self):
33934
33520
  """spark应用作业Id
33935
- 注意:此字段可能返回 null,表示取不到有效值。
33936
33521
  :rtype: str
33937
33522
  """
33938
33523
  return self._SparkJobId
@@ -33944,7 +33529,6 @@ class TaskResponseInfo(AbstractModel):
33944
33529
  @property
33945
33530
  def SparkJobFile(self):
33946
33531
  """spark应用入口jar文件
33947
- 注意:此字段可能返回 null,表示取不到有效值。
33948
33532
  :rtype: str
33949
33533
  """
33950
33534
  return self._SparkJobFile
@@ -33956,7 +33540,6 @@ class TaskResponseInfo(AbstractModel):
33956
33540
  @property
33957
33541
  def UiUrl(self):
33958
33542
  """spark ui url
33959
- 注意:此字段可能返回 null,表示取不到有效值。
33960
33543
  :rtype: str
33961
33544
  """
33962
33545
  return self._UiUrl
@@ -33968,7 +33551,6 @@ class TaskResponseInfo(AbstractModel):
33968
33551
  @property
33969
33552
  def TotalTime(self):
33970
33553
  """任务耗时,单位: ms
33971
- 注意:此字段可能返回 null,表示取不到有效值。
33972
33554
  :rtype: int
33973
33555
  """
33974
33556
  return self._TotalTime
@@ -33980,7 +33562,6 @@ class TaskResponseInfo(AbstractModel):
33980
33562
  @property
33981
33563
  def CmdArgs(self):
33982
33564
  """spark app job执行task的程序入口参数
33983
- 注意:此字段可能返回 null,表示取不到有效值。
33984
33565
  :rtype: str
33985
33566
  """
33986
33567
  return self._CmdArgs
@@ -33992,7 +33573,6 @@ class TaskResponseInfo(AbstractModel):
33992
33573
  @property
33993
33574
  def ImageVersion(self):
33994
33575
  """集群镜像大版本名称
33995
- 注意:此字段可能返回 null,表示取不到有效值。
33996
33576
  :rtype: str
33997
33577
  """
33998
33578
  return self._ImageVersion
@@ -34004,7 +33584,6 @@ class TaskResponseInfo(AbstractModel):
34004
33584
  @property
34005
33585
  def DriverSize(self):
34006
33586
  """driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
34007
- 注意:此字段可能返回 null,表示取不到有效值。
34008
33587
  :rtype: str
34009
33588
  """
34010
33589
  return self._DriverSize
@@ -34016,7 +33595,6 @@ class TaskResponseInfo(AbstractModel):
34016
33595
  @property
34017
33596
  def ExecutorSize(self):
34018
33597
  """executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
34019
- 注意:此字段可能返回 null,表示取不到有效值。
34020
33598
  :rtype: str
34021
33599
  """
34022
33600
  return self._ExecutorSize
@@ -34028,7 +33606,6 @@ class TaskResponseInfo(AbstractModel):
34028
33606
  @property
34029
33607
  def ExecutorNums(self):
34030
33608
  """指定executor数量,最小值为1,最大值小于集群规格
34031
- 注意:此字段可能返回 null,表示取不到有效值。
34032
33609
  :rtype: int
34033
33610
  """
34034
33611
  return self._ExecutorNums
@@ -34040,7 +33617,6 @@ class TaskResponseInfo(AbstractModel):
34040
33617
  @property
34041
33618
  def ExecutorMaxNumbers(self):
34042
33619
  """指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
34043
- 注意:此字段可能返回 null,表示取不到有效值。
34044
33620
  :rtype: int
34045
33621
  """
34046
33622
  return self._ExecutorMaxNumbers
@@ -34088,7 +33664,6 @@ class TaskResponseInfo(AbstractModel):
34088
33664
  @property
34089
33665
  def ResultFormat(self):
34090
33666
  """结果文件格式:默认为csv
34091
- 注意:此字段可能返回 null,表示取不到有效值。
34092
33667
  :rtype: str
34093
33668
  """
34094
33669
  return self._ResultFormat
@@ -34100,7 +33675,6 @@ class TaskResponseInfo(AbstractModel):
34100
33675
  @property
34101
33676
  def EngineTypeDetail(self):
34102
33677
  """引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
34103
- 注意:此字段可能返回 null,表示取不到有效值。
34104
33678
  :rtype: str
34105
33679
  """
34106
33680
  return self._EngineTypeDetail
@@ -34112,7 +33686,6 @@ class TaskResponseInfo(AbstractModel):
34112
33686
  @property
34113
33687
  def ResourceGroupName(self):
34114
33688
  """spark引擎资源组名称
34115
- 注意:此字段可能返回 null,表示取不到有效值。
34116
33689
  :rtype: str
34117
33690
  """
34118
33691
  return self._ResourceGroupName
@@ -34835,7 +34408,6 @@ class TextFile(AbstractModel):
34835
34408
  :param _Format: 文本类型,本参数取值为TextFile。
34836
34409
  :type Format: str
34837
34410
  :param _Regex: 处理文本用的正则表达式。
34838
- 注意:此字段可能返回 null,表示取不到有效值。
34839
34411
  :type Regex: str
34840
34412
  """
34841
34413
  self._Format = None
@@ -34855,7 +34427,6 @@ class TextFile(AbstractModel):
34855
34427
  @property
34856
34428
  def Regex(self):
34857
34429
  """处理文本用的正则表达式。
34858
- 注意:此字段可能返回 null,表示取不到有效值。
34859
34430
  :rtype: str
34860
34431
  """
34861
34432
  return self._Regex
@@ -35664,16 +35235,12 @@ class UserDetailInfo(AbstractModel):
35664
35235
  def __init__(self):
35665
35236
  r"""
35666
35237
  :param _UserId: 用户Id
35667
- 注意:此字段可能返回 null,表示取不到有效值。
35668
35238
  :type UserId: str
35669
35239
  :param _Type: 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
35670
- 注意:此字段可能返回 null,表示取不到有效值。
35671
35240
  :type Type: str
35672
35241
  :param _UserType: 用户类型:ADMIN:管理员 COMMON:一般用户
35673
- 注意:此字段可能返回 null,表示取不到有效值。
35674
35242
  :type UserType: str
35675
35243
  :param _UserDescription: 用户描述信息
35676
- 注意:此字段可能返回 null,表示取不到有效值。
35677
35244
  :type UserDescription: str
35678
35245
  :param _DataPolicyInfo: 数据权限信息集合
35679
35246
  注意:此字段可能返回 null,表示取不到有效值。
@@ -35685,14 +35252,15 @@ class UserDetailInfo(AbstractModel):
35685
35252
  注意:此字段可能返回 null,表示取不到有效值。
35686
35253
  :type WorkGroupInfo: :class:`tencentcloud.dlc.v20210125.models.WorkGroups`
35687
35254
  :param _UserAlias: 用户别名
35688
- 注意:此字段可能返回 null,表示取不到有效值。
35689
35255
  :type UserAlias: str
35690
35256
  :param _RowFilterInfo: 行过滤集合
35691
35257
  注意:此字段可能返回 null,表示取不到有效值。
35692
35258
  :type RowFilterInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
35693
35259
  :param _AccountType: 账号类型
35694
- 注意:此字段可能返回 null,表示取不到有效值。
35695
35260
  :type AccountType: str
35261
+ :param _CatalogPolicyInfo: 数据源权限集合
35262
+ 注意:此字段可能返回 null,表示取不到有效值。
35263
+ :type CatalogPolicyInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
35696
35264
  """
35697
35265
  self._UserId = None
35698
35266
  self._Type = None
@@ -35704,11 +35272,11 @@ class UserDetailInfo(AbstractModel):
35704
35272
  self._UserAlias = None
35705
35273
  self._RowFilterInfo = None
35706
35274
  self._AccountType = None
35275
+ self._CatalogPolicyInfo = None
35707
35276
 
35708
35277
  @property
35709
35278
  def UserId(self):
35710
35279
  """用户Id
35711
- 注意:此字段可能返回 null,表示取不到有效值。
35712
35280
  :rtype: str
35713
35281
  """
35714
35282
  return self._UserId
@@ -35720,7 +35288,6 @@ class UserDetailInfo(AbstractModel):
35720
35288
  @property
35721
35289
  def Type(self):
35722
35290
  """返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
35723
- 注意:此字段可能返回 null,表示取不到有效值。
35724
35291
  :rtype: str
35725
35292
  """
35726
35293
  return self._Type
@@ -35732,7 +35299,6 @@ class UserDetailInfo(AbstractModel):
35732
35299
  @property
35733
35300
  def UserType(self):
35734
35301
  """用户类型:ADMIN:管理员 COMMON:一般用户
35735
- 注意:此字段可能返回 null,表示取不到有效值。
35736
35302
  :rtype: str
35737
35303
  """
35738
35304
  return self._UserType
@@ -35744,7 +35310,6 @@ class UserDetailInfo(AbstractModel):
35744
35310
  @property
35745
35311
  def UserDescription(self):
35746
35312
  """用户描述信息
35747
- 注意:此字段可能返回 null,表示取不到有效值。
35748
35313
  :rtype: str
35749
35314
  """
35750
35315
  return self._UserDescription
@@ -35792,7 +35357,6 @@ class UserDetailInfo(AbstractModel):
35792
35357
  @property
35793
35358
  def UserAlias(self):
35794
35359
  """用户别名
35795
- 注意:此字段可能返回 null,表示取不到有效值。
35796
35360
  :rtype: str
35797
35361
  """
35798
35362
  return self._UserAlias
@@ -35816,7 +35380,6 @@ class UserDetailInfo(AbstractModel):
35816
35380
  @property
35817
35381
  def AccountType(self):
35818
35382
  """账号类型
35819
- 注意:此字段可能返回 null,表示取不到有效值。
35820
35383
  :rtype: str
35821
35384
  """
35822
35385
  return self._AccountType
@@ -35825,6 +35388,18 @@ class UserDetailInfo(AbstractModel):
35825
35388
  def AccountType(self, AccountType):
35826
35389
  self._AccountType = AccountType
35827
35390
 
35391
+ @property
35392
+ def CatalogPolicyInfo(self):
35393
+ """数据源权限集合
35394
+ 注意:此字段可能返回 null,表示取不到有效值。
35395
+ :rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
35396
+ """
35397
+ return self._CatalogPolicyInfo
35398
+
35399
+ @CatalogPolicyInfo.setter
35400
+ def CatalogPolicyInfo(self, CatalogPolicyInfo):
35401
+ self._CatalogPolicyInfo = CatalogPolicyInfo
35402
+
35828
35403
 
35829
35404
  def _deserialize(self, params):
35830
35405
  self._UserId = params.get("UserId")
@@ -35845,6 +35420,9 @@ class UserDetailInfo(AbstractModel):
35845
35420
  self._RowFilterInfo = Policys()
35846
35421
  self._RowFilterInfo._deserialize(params.get("RowFilterInfo"))
35847
35422
  self._AccountType = params.get("AccountType")
35423
+ if params.get("CatalogPolicyInfo") is not None:
35424
+ self._CatalogPolicyInfo = Policys()
35425
+ self._CatalogPolicyInfo._deserialize(params.get("CatalogPolicyInfo"))
35848
35426
  memeber_set = set(params.keys())
35849
35427
  for name, value in vars(self).items():
35850
35428
  property_name = name[1:]
@@ -35916,7 +35494,6 @@ class UserInfo(AbstractModel):
35916
35494
  :param _UserId: 用户Id,和子用户uin相同
35917
35495
  :type UserId: str
35918
35496
  :param _UserDescription: 用户描述信息,方便区分不同用户
35919
- 注意:此字段可能返回 null,表示取不到有效值。
35920
35497
  :type UserDescription: str
35921
35498
  :param _PolicySet: 单独给用户绑定的权限集合
35922
35499
  注意:此字段可能返回 null,表示取不到有效值。
@@ -35929,14 +35506,13 @@ class UserInfo(AbstractModel):
35929
35506
  注意:此字段可能返回 null,表示取不到有效值。
35930
35507
  :type WorkGroupSet: list of WorkGroupMessage
35931
35508
  :param _IsOwner: 是否是主账号
35932
- 注意:此字段可能返回 null,表示取不到有效值。
35933
35509
  :type IsOwner: bool
35934
35510
  :param _UserType: 用户类型。ADMIN:管理员 COMMON:普通用户。
35935
- 注意:此字段可能返回 null,表示取不到有效值。
35936
35511
  :type UserType: str
35937
35512
  :param _UserAlias: 用户别名
35938
- 注意:此字段可能返回 null,表示取不到有效值。
35939
35513
  :type UserAlias: str
35514
+ :param _AccountType: 账号类型
35515
+ :type AccountType: str
35940
35516
  """
35941
35517
  self._UserId = None
35942
35518
  self._UserDescription = None
@@ -35947,6 +35523,7 @@ class UserInfo(AbstractModel):
35947
35523
  self._IsOwner = None
35948
35524
  self._UserType = None
35949
35525
  self._UserAlias = None
35526
+ self._AccountType = None
35950
35527
 
35951
35528
  @property
35952
35529
  def UserId(self):
@@ -35962,7 +35539,6 @@ class UserInfo(AbstractModel):
35962
35539
  @property
35963
35540
  def UserDescription(self):
35964
35541
  """用户描述信息,方便区分不同用户
35965
- 注意:此字段可能返回 null,表示取不到有效值。
35966
35542
  :rtype: str
35967
35543
  """
35968
35544
  return self._UserDescription
@@ -36020,7 +35596,6 @@ class UserInfo(AbstractModel):
36020
35596
  @property
36021
35597
  def IsOwner(self):
36022
35598
  """是否是主账号
36023
- 注意:此字段可能返回 null,表示取不到有效值。
36024
35599
  :rtype: bool
36025
35600
  """
36026
35601
  return self._IsOwner
@@ -36032,7 +35607,6 @@ class UserInfo(AbstractModel):
36032
35607
  @property
36033
35608
  def UserType(self):
36034
35609
  """用户类型。ADMIN:管理员 COMMON:普通用户。
36035
- 注意:此字段可能返回 null,表示取不到有效值。
36036
35610
  :rtype: str
36037
35611
  """
36038
35612
  return self._UserType
@@ -36044,7 +35618,6 @@ class UserInfo(AbstractModel):
36044
35618
  @property
36045
35619
  def UserAlias(self):
36046
35620
  """用户别名
36047
- 注意:此字段可能返回 null,表示取不到有效值。
36048
35621
  :rtype: str
36049
35622
  """
36050
35623
  return self._UserAlias
@@ -36053,6 +35626,17 @@ class UserInfo(AbstractModel):
36053
35626
  def UserAlias(self, UserAlias):
36054
35627
  self._UserAlias = UserAlias
36055
35628
 
35629
+ @property
35630
+ def AccountType(self):
35631
+ """账号类型
35632
+ :rtype: str
35633
+ """
35634
+ return self._AccountType
35635
+
35636
+ @AccountType.setter
35637
+ def AccountType(self, AccountType):
35638
+ self._AccountType = AccountType
35639
+
36056
35640
 
36057
35641
  def _deserialize(self, params):
36058
35642
  self._UserId = params.get("UserId")
@@ -36074,6 +35658,7 @@ class UserInfo(AbstractModel):
36074
35658
  self._IsOwner = params.get("IsOwner")
36075
35659
  self._UserType = params.get("UserType")
36076
35660
  self._UserAlias = params.get("UserAlias")
35661
+ self._AccountType = params.get("AccountType")
36077
35662
  memeber_set = set(params.keys())
36078
35663
  for name, value in vars(self).items():
36079
35664
  property_name = name[1:]
@@ -36202,16 +35787,12 @@ class UserRole(AbstractModel):
36202
35787
  :param _Desc: 角色描述信息
36203
35788
  :type Desc: str
36204
35789
  :param _RoleName: 角色名称
36205
- 注意:此字段可能返回 null,表示取不到有效值。
36206
35790
  :type RoleName: str
36207
35791
  :param _Creator: 创建者UIN
36208
- 注意:此字段可能返回 null,表示取不到有效值。
36209
35792
  :type Creator: str
36210
35793
  :param _CosPermissionList: cos授权路径列表
36211
- 注意:此字段可能返回 null,表示取不到有效值。
36212
35794
  :type CosPermissionList: list of CosPermission
36213
35795
  :param _PermissionJson: cam策略json
36214
- 注意:此字段可能返回 null,表示取不到有效值。
36215
35796
  :type PermissionJson: str
36216
35797
  """
36217
35798
  self._RoleId = None
@@ -36294,7 +35875,6 @@ class UserRole(AbstractModel):
36294
35875
  @property
36295
35876
  def RoleName(self):
36296
35877
  """角色名称
36297
- 注意:此字段可能返回 null,表示取不到有效值。
36298
35878
  :rtype: str
36299
35879
  """
36300
35880
  return self._RoleName
@@ -36306,7 +35886,6 @@ class UserRole(AbstractModel):
36306
35886
  @property
36307
35887
  def Creator(self):
36308
35888
  """创建者UIN
36309
- 注意:此字段可能返回 null,表示取不到有效值。
36310
35889
  :rtype: str
36311
35890
  """
36312
35891
  return self._Creator
@@ -36318,7 +35897,6 @@ class UserRole(AbstractModel):
36318
35897
  @property
36319
35898
  def CosPermissionList(self):
36320
35899
  """cos授权路径列表
36321
- 注意:此字段可能返回 null,表示取不到有效值。
36322
35900
  :rtype: list of CosPermission
36323
35901
  """
36324
35902
  return self._CosPermissionList
@@ -36330,7 +35908,6 @@ class UserRole(AbstractModel):
36330
35908
  @property
36331
35909
  def PermissionJson(self):
36332
35910
  """cam策略json
36333
- 注意:此字段可能返回 null,表示取不到有效值。
36334
35911
  :rtype: str
36335
35912
  """
36336
35913
  return self._PermissionJson
@@ -36377,7 +35954,6 @@ class Users(AbstractModel):
36377
35954
  注意:此字段可能返回 null,表示取不到有效值。
36378
35955
  :type UserSet: list of UserMessage
36379
35956
  :param _TotalCount: 用户总数
36380
- 注意:此字段可能返回 null,表示取不到有效值。
36381
35957
  :type TotalCount: int
36382
35958
  """
36383
35959
  self._UserSet = None
@@ -36398,7 +35974,6 @@ class Users(AbstractModel):
36398
35974
  @property
36399
35975
  def TotalCount(self):
36400
35976
  """用户总数
36401
- 注意:此字段可能返回 null,表示取不到有效值。
36402
35977
  :rtype: int
36403
35978
  """
36404
35979
  return self._TotalCount
@@ -36627,10 +36202,8 @@ class VpcCidrBlock(AbstractModel):
36627
36202
  def __init__(self):
36628
36203
  r"""
36629
36204
  :param _CidrId: 子网Id
36630
- 注意:此字段可能返回 null,表示取不到有效值。
36631
36205
  :type CidrId: str
36632
36206
  :param _CidrAddr: 子网网段
36633
- 注意:此字段可能返回 null,表示取不到有效值。
36634
36207
  :type CidrAddr: str
36635
36208
  """
36636
36209
  self._CidrId = None
@@ -36639,7 +36212,6 @@ class VpcCidrBlock(AbstractModel):
36639
36212
  @property
36640
36213
  def CidrId(self):
36641
36214
  """子网Id
36642
- 注意:此字段可能返回 null,表示取不到有效值。
36643
36215
  :rtype: str
36644
36216
  """
36645
36217
  return self._CidrId
@@ -36651,7 +36223,6 @@ class VpcCidrBlock(AbstractModel):
36651
36223
  @property
36652
36224
  def CidrAddr(self):
36653
36225
  """子网网段
36654
- 注意:此字段可能返回 null,表示取不到有效值。
36655
36226
  :rtype: str
36656
36227
  """
36657
36228
  return self._CidrAddr
@@ -36682,16 +36253,12 @@ class VpcInfo(AbstractModel):
36682
36253
  def __init__(self):
36683
36254
  r"""
36684
36255
  :param _VpcId: vpc Id
36685
- 注意:此字段可能返回 null,表示取不到有效值。
36686
36256
  :type VpcId: str
36687
36257
  :param _VpcCidrBlock: vpc子网
36688
- 注意:此字段可能返回 null,表示取不到有效值。
36689
36258
  :type VpcCidrBlock: str
36690
36259
  :param _RuleId: 规则Id
36691
- 注意:此字段可能返回 null,表示取不到有效值。
36692
36260
  :type RuleId: int
36693
36261
  :param _AccessGroupId: 权限组Id
36694
- 注意:此字段可能返回 null,表示取不到有效值。
36695
36262
  :type AccessGroupId: str
36696
36263
  """
36697
36264
  self._VpcId = None
@@ -36702,7 +36269,6 @@ class VpcInfo(AbstractModel):
36702
36269
  @property
36703
36270
  def VpcId(self):
36704
36271
  """vpc Id
36705
- 注意:此字段可能返回 null,表示取不到有效值。
36706
36272
  :rtype: str
36707
36273
  """
36708
36274
  return self._VpcId
@@ -36714,7 +36280,6 @@ class VpcInfo(AbstractModel):
36714
36280
  @property
36715
36281
  def VpcCidrBlock(self):
36716
36282
  """vpc子网
36717
- 注意:此字段可能返回 null,表示取不到有效值。
36718
36283
  :rtype: str
36719
36284
  """
36720
36285
  return self._VpcCidrBlock
@@ -36726,7 +36291,6 @@ class VpcInfo(AbstractModel):
36726
36291
  @property
36727
36292
  def RuleId(self):
36728
36293
  """规则Id
36729
- 注意:此字段可能返回 null,表示取不到有效值。
36730
36294
  :rtype: int
36731
36295
  """
36732
36296
  return self._RuleId
@@ -36738,7 +36302,6 @@ class VpcInfo(AbstractModel):
36738
36302
  @property
36739
36303
  def AccessGroupId(self):
36740
36304
  """权限组Id
36741
- 注意:此字段可能返回 null,表示取不到有效值。
36742
36305
  :rtype: str
36743
36306
  """
36744
36307
  return self._AccessGroupId
@@ -36771,28 +36334,20 @@ class WorkGroupDetailInfo(AbstractModel):
36771
36334
  def __init__(self):
36772
36335
  r"""
36773
36336
  :param _WorkGroupId: 工作组Id
36774
- 注意:此字段可能返回 null,表示取不到有效值。
36775
36337
  :type WorkGroupId: int
36776
36338
  :param _WorkGroupName: 工作组名称
36777
- 注意:此字段可能返回 null,表示取不到有效值。
36778
36339
  :type WorkGroupName: str
36779
36340
  :param _Type: 包含的信息类型。User:用户信息;DataAuth:数据权限;EngineAuth:引擎权限
36780
- 注意:此字段可能返回 null,表示取不到有效值。
36781
36341
  :type Type: str
36782
36342
  :param _UserInfo: 工作组上绑定的用户集合
36783
- 注意:此字段可能返回 null,表示取不到有效值。
36784
36343
  :type UserInfo: :class:`tencentcloud.dlc.v20210125.models.Users`
36785
36344
  :param _DataPolicyInfo: 数据权限集合
36786
- 注意:此字段可能返回 null,表示取不到有效值。
36787
36345
  :type DataPolicyInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
36788
36346
  :param _EnginePolicyInfo: 引擎权限集合
36789
- 注意:此字段可能返回 null,表示取不到有效值。
36790
36347
  :type EnginePolicyInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
36791
36348
  :param _WorkGroupDescription: 工作组描述信息
36792
- 注意:此字段可能返回 null,表示取不到有效值。
36793
36349
  :type WorkGroupDescription: str
36794
36350
  :param _RowFilterInfo: 行过滤信息集合
36795
- 注意:此字段可能返回 null,表示取不到有效值。
36796
36351
  :type RowFilterInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
36797
36352
  :param _CatalogPolicyInfo: 数据目录权限集
36798
36353
  注意:此字段可能返回 null,表示取不到有效值。
@@ -36811,7 +36366,6 @@ class WorkGroupDetailInfo(AbstractModel):
36811
36366
  @property
36812
36367
  def WorkGroupId(self):
36813
36368
  """工作组Id
36814
- 注意:此字段可能返回 null,表示取不到有效值。
36815
36369
  :rtype: int
36816
36370
  """
36817
36371
  return self._WorkGroupId
@@ -36823,7 +36377,6 @@ class WorkGroupDetailInfo(AbstractModel):
36823
36377
  @property
36824
36378
  def WorkGroupName(self):
36825
36379
  """工作组名称
36826
- 注意:此字段可能返回 null,表示取不到有效值。
36827
36380
  :rtype: str
36828
36381
  """
36829
36382
  return self._WorkGroupName
@@ -36835,7 +36388,6 @@ class WorkGroupDetailInfo(AbstractModel):
36835
36388
  @property
36836
36389
  def Type(self):
36837
36390
  """包含的信息类型。User:用户信息;DataAuth:数据权限;EngineAuth:引擎权限
36838
- 注意:此字段可能返回 null,表示取不到有效值。
36839
36391
  :rtype: str
36840
36392
  """
36841
36393
  return self._Type
@@ -36847,7 +36399,6 @@ class WorkGroupDetailInfo(AbstractModel):
36847
36399
  @property
36848
36400
  def UserInfo(self):
36849
36401
  """工作组上绑定的用户集合
36850
- 注意:此字段可能返回 null,表示取不到有效值。
36851
36402
  :rtype: :class:`tencentcloud.dlc.v20210125.models.Users`
36852
36403
  """
36853
36404
  return self._UserInfo
@@ -36859,7 +36410,6 @@ class WorkGroupDetailInfo(AbstractModel):
36859
36410
  @property
36860
36411
  def DataPolicyInfo(self):
36861
36412
  """数据权限集合
36862
- 注意:此字段可能返回 null,表示取不到有效值。
36863
36413
  :rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
36864
36414
  """
36865
36415
  return self._DataPolicyInfo
@@ -36871,7 +36421,6 @@ class WorkGroupDetailInfo(AbstractModel):
36871
36421
  @property
36872
36422
  def EnginePolicyInfo(self):
36873
36423
  """引擎权限集合
36874
- 注意:此字段可能返回 null,表示取不到有效值。
36875
36424
  :rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
36876
36425
  """
36877
36426
  return self._EnginePolicyInfo
@@ -36883,7 +36432,6 @@ class WorkGroupDetailInfo(AbstractModel):
36883
36432
  @property
36884
36433
  def WorkGroupDescription(self):
36885
36434
  """工作组描述信息
36886
- 注意:此字段可能返回 null,表示取不到有效值。
36887
36435
  :rtype: str
36888
36436
  """
36889
36437
  return self._WorkGroupDescription
@@ -36895,7 +36443,6 @@ class WorkGroupDetailInfo(AbstractModel):
36895
36443
  @property
36896
36444
  def RowFilterInfo(self):
36897
36445
  """行过滤信息集合
36898
- 注意:此字段可能返回 null,表示取不到有效值。
36899
36446
  :rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
36900
36447
  """
36901
36448
  return self._RowFilterInfo
@@ -37010,7 +36557,6 @@ class WorkGroupInfo(AbstractModel):
37010
36557
  :param _WorkGroupName: 工作组名称
37011
36558
  :type WorkGroupName: str
37012
36559
  :param _WorkGroupDescription: 工作组描述
37013
- 注意:此字段可能返回 null,表示取不到有效值。
37014
36560
  :type WorkGroupDescription: str
37015
36561
  :param _UserNum: 工作组关联的用户数量
37016
36562
  :type UserNum: int
@@ -37059,7 +36605,6 @@ class WorkGroupInfo(AbstractModel):
37059
36605
  @property
37060
36606
  def WorkGroupDescription(self):
37061
36607
  """工作组描述
37062
- 注意:此字段可能返回 null,表示取不到有效值。
37063
36608
  :rtype: str
37064
36609
  """
37065
36610
  return self._WorkGroupDescription
@@ -37167,7 +36712,6 @@ class WorkGroupMessage(AbstractModel):
37167
36712
  :param _WorkGroupName: 工作组名称
37168
36713
  :type WorkGroupName: str
37169
36714
  :param _WorkGroupDescription: 工作组描述
37170
- 注意:此字段可能返回 null,表示取不到有效值。
37171
36715
  :type WorkGroupDescription: str
37172
36716
  :param _Creator: 创建者
37173
36717
  :type Creator: str
@@ -37205,7 +36749,6 @@ class WorkGroupMessage(AbstractModel):
37205
36749
  @property
37206
36750
  def WorkGroupDescription(self):
37207
36751
  """工作组描述
37208
- 注意:此字段可能返回 null,表示取不到有效值。
37209
36752
  :rtype: str
37210
36753
  """
37211
36754
  return self._WorkGroupDescription
@@ -37264,7 +36807,6 @@ class WorkGroups(AbstractModel):
37264
36807
  注意:此字段可能返回 null,表示取不到有效值。
37265
36808
  :type WorkGroupSet: list of WorkGroupMessage
37266
36809
  :param _TotalCount: 工作组总数
37267
- 注意:此字段可能返回 null,表示取不到有效值。
37268
36810
  :type TotalCount: int
37269
36811
  """
37270
36812
  self._WorkGroupSet = None
@@ -37285,7 +36827,6 @@ class WorkGroups(AbstractModel):
37285
36827
  @property
37286
36828
  def TotalCount(self):
37287
36829
  """工作组总数
37288
- 注意:此字段可能返回 null,表示取不到有效值。
37289
36830
  :rtype: int
37290
36831
  """
37291
36832
  return self._TotalCount