tencentcloud-sdk-python 3.0.1360__py2.py3-none-any.whl → 3.0.1361__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.
- tencentcloud/__init__.py +1 -1
- tencentcloud/bh/v20230418/bh_client.py +23 -0
- tencentcloud/bh/v20230418/models.py +139 -0
- tencentcloud/cdb/v20170320/cdb_client.py +1 -1
- tencentcloud/cdb/v20170320/models.py +6 -6
- tencentcloud/cdwdoris/v20211228/models.py +30 -0
- tencentcloud/cdwpg/v20201230/models.py +22 -198
- tencentcloud/cvm/v20170312/models.py +20 -10
- tencentcloud/cynosdb/v20190107/models.py +45 -0
- tencentcloud/dlc/v20210125/models.py +107 -564
- tencentcloud/dsgc/v20190723/models.py +30 -0
- tencentcloud/emr/v20190103/emr_client.py +23 -0
- tencentcloud/emr/v20190103/models.py +214 -0
- tencentcloud/ess/v20201111/models.py +256 -0
- tencentcloud/essbasic/v20210526/models.py +281 -13
- tencentcloud/gaap/v20180529/models.py +0 -166
- tencentcloud/ioa/v20220601/ioa_client.py +46 -0
- tencentcloud/ioa/v20220601/models.py +358 -0
- tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +46 -0
- tencentcloud/iotexplorer/v20190423/models.py +600 -0
- tencentcloud/kms/v20190118/models.py +71 -0
- tencentcloud/lcic/v20220817/models.py +34 -0
- tencentcloud/lighthouse/v20200324/lighthouse_client.py +4 -1
- tencentcloud/lighthouse/v20200324/models.py +14 -10
- tencentcloud/monitor/v20180724/models.py +2 -2
- tencentcloud/monitor/v20180724/monitor_client.py +1 -1
- tencentcloud/mps/v20190612/models.py +4 -4
- tencentcloud/privatedns/v20201028/models.py +6 -6
- tencentcloud/tan/v20220420/tan_client.py +3 -1
- tencentcloud/trocket/v20230308/models.py +1398 -66
- tencentcloud/trocket/v20230308/trocket_client.py +214 -0
- tencentcloud/wedata/v20210820/models.py +6 -6
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/METADATA +1 -1
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/RECORD +37 -37
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/LICENSE +0 -0
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.dist-info}/WHEEL +0 -0
- {tencentcloud_sdk_python-3.0.1360.dist-info → tencentcloud_sdk_python-3.0.1361.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:
|
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
|
-
"""
|
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
|
@@ -3125,25 +3105,18 @@ class Column(AbstractModel):
|
|
3125
3105
|
注意:此字段可能返回 null,表示取不到有效值。
|
3126
3106
|
:type Comment: str
|
3127
3107
|
:param _Precision: 表示整个 numeric 的长度
|
3128
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3129
3108
|
:type Precision: int
|
3130
3109
|
:param _Scale: 表示小数部分的长度
|
3131
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3132
3110
|
:type Scale: int
|
3133
3111
|
:param _Nullable: 是否为null
|
3134
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3135
3112
|
:type Nullable: str
|
3136
3113
|
:param _Position: 字段位置,小的在前
|
3137
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3138
3114
|
:type Position: int
|
3139
3115
|
:param _CreateTime: 字段创建时间
|
3140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3141
3116
|
:type CreateTime: str
|
3142
3117
|
:param _ModifiedTime: 字段修改时间
|
3143
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3144
3118
|
:type ModifiedTime: str
|
3145
3119
|
:param _IsPartition: 是否为分区字段
|
3146
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3147
3120
|
:type IsPartition: bool
|
3148
3121
|
:param _DataMaskStrategyInfo: 数据脱敏策略信息
|
3149
3122
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -3198,7 +3171,6 @@ class Column(AbstractModel):
|
|
3198
3171
|
@property
|
3199
3172
|
def Precision(self):
|
3200
3173
|
"""表示整个 numeric 的长度
|
3201
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3202
3174
|
:rtype: int
|
3203
3175
|
"""
|
3204
3176
|
return self._Precision
|
@@ -3210,7 +3182,6 @@ class Column(AbstractModel):
|
|
3210
3182
|
@property
|
3211
3183
|
def Scale(self):
|
3212
3184
|
"""表示小数部分的长度
|
3213
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3214
3185
|
:rtype: int
|
3215
3186
|
"""
|
3216
3187
|
return self._Scale
|
@@ -3222,7 +3193,6 @@ class Column(AbstractModel):
|
|
3222
3193
|
@property
|
3223
3194
|
def Nullable(self):
|
3224
3195
|
"""是否为null
|
3225
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3226
3196
|
:rtype: str
|
3227
3197
|
"""
|
3228
3198
|
return self._Nullable
|
@@ -3234,7 +3204,6 @@ class Column(AbstractModel):
|
|
3234
3204
|
@property
|
3235
3205
|
def Position(self):
|
3236
3206
|
"""字段位置,小的在前
|
3237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3238
3207
|
:rtype: int
|
3239
3208
|
"""
|
3240
3209
|
return self._Position
|
@@ -3246,7 +3215,6 @@ class Column(AbstractModel):
|
|
3246
3215
|
@property
|
3247
3216
|
def CreateTime(self):
|
3248
3217
|
"""字段创建时间
|
3249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3250
3218
|
:rtype: str
|
3251
3219
|
"""
|
3252
3220
|
return self._CreateTime
|
@@ -3258,7 +3226,6 @@ class Column(AbstractModel):
|
|
3258
3226
|
@property
|
3259
3227
|
def ModifiedTime(self):
|
3260
3228
|
"""字段修改时间
|
3261
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3262
3229
|
:rtype: str
|
3263
3230
|
"""
|
3264
3231
|
return self._ModifiedTime
|
@@ -3270,7 +3237,6 @@ class Column(AbstractModel):
|
|
3270
3237
|
@property
|
3271
3238
|
def IsPartition(self):
|
3272
3239
|
"""是否为分区字段
|
3273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3274
3240
|
:rtype: bool
|
3275
3241
|
"""
|
3276
3242
|
return self._IsPartition
|
@@ -3688,7 +3654,6 @@ class CreateCHDFSBindingProductResponse(AbstractModel):
|
|
3688
3654
|
def __init__(self):
|
3689
3655
|
r"""
|
3690
3656
|
:param _MountPointAssociates: 绑定信息
|
3691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3692
3657
|
:type MountPointAssociates: list of MountPointAssociates
|
3693
3658
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
3694
3659
|
:type RequestId: str
|
@@ -3699,7 +3664,6 @@ class CreateCHDFSBindingProductResponse(AbstractModel):
|
|
3699
3664
|
@property
|
3700
3665
|
def MountPointAssociates(self):
|
3701
3666
|
"""绑定信息
|
3702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
3703
3667
|
:rtype: list of MountPointAssociates
|
3704
3668
|
"""
|
3705
3669
|
return self._MountPointAssociates
|
@@ -5545,7 +5509,6 @@ class CreateNotebookSessionResponse(AbstractModel):
|
|
5545
5509
|
:param _SessionId: Session唯一标识
|
5546
5510
|
:type SessionId: str
|
5547
5511
|
:param _SparkAppId: Spark任务返回的AppId
|
5548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5549
5512
|
:type SparkAppId: str
|
5550
5513
|
:param _State: Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
|
5551
5514
|
:type State: str
|
@@ -5571,7 +5534,6 @@ class CreateNotebookSessionResponse(AbstractModel):
|
|
5571
5534
|
@property
|
5572
5535
|
def SparkAppId(self):
|
5573
5536
|
"""Spark任务返回的AppId
|
5574
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
5575
5537
|
:rtype: str
|
5576
5538
|
"""
|
5577
5539
|
return self._SparkAppId
|
@@ -6529,7 +6491,6 @@ class CreateSparkAppResponse(AbstractModel):
|
|
6529
6491
|
def __init__(self):
|
6530
6492
|
r"""
|
6531
6493
|
:param _SparkAppId: App唯一标识
|
6532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6533
6494
|
:type SparkAppId: str
|
6534
6495
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
6535
6496
|
:type RequestId: str
|
@@ -6540,7 +6501,6 @@ class CreateSparkAppResponse(AbstractModel):
|
|
6540
6501
|
@property
|
6541
6502
|
def SparkAppId(self):
|
6542
6503
|
"""App唯一标识
|
6543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
6544
6504
|
:rtype: str
|
6545
6505
|
"""
|
6546
6506
|
return self._SparkAppId
|
@@ -7547,7 +7507,6 @@ class CreateTaskResponse(AbstractModel):
|
|
7547
7507
|
def __init__(self):
|
7548
7508
|
r"""
|
7549
7509
|
:param _TaskId: 任务ID
|
7550
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7551
7510
|
:type TaskId: str
|
7552
7511
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7553
7512
|
:type RequestId: str
|
@@ -7558,7 +7517,6 @@ class CreateTaskResponse(AbstractModel):
|
|
7558
7517
|
@property
|
7559
7518
|
def TaskId(self):
|
7560
7519
|
"""任务ID
|
7561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
7562
7520
|
:rtype: str
|
7563
7521
|
"""
|
7564
7522
|
return self._TaskId
|
@@ -8248,16 +8206,12 @@ class DLCCatalogAccess(AbstractModel):
|
|
8248
8206
|
def __init__(self):
|
8249
8207
|
r"""
|
8250
8208
|
:param _VpcId: VPCID
|
8251
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8252
8209
|
:type VpcId: str
|
8253
8210
|
:param _Product: 产品类型
|
8254
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8255
8211
|
:type Product: str
|
8256
8212
|
:param _Description: 描述信息
|
8257
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8258
8213
|
:type Description: str
|
8259
8214
|
:param _CreateTime: 创建时间
|
8260
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8261
8215
|
:type CreateTime: str
|
8262
8216
|
"""
|
8263
8217
|
self._VpcId = None
|
@@ -8268,7 +8222,6 @@ class DLCCatalogAccess(AbstractModel):
|
|
8268
8222
|
@property
|
8269
8223
|
def VpcId(self):
|
8270
8224
|
"""VPCID
|
8271
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8272
8225
|
:rtype: str
|
8273
8226
|
"""
|
8274
8227
|
return self._VpcId
|
@@ -8280,7 +8233,6 @@ class DLCCatalogAccess(AbstractModel):
|
|
8280
8233
|
@property
|
8281
8234
|
def Product(self):
|
8282
8235
|
"""产品类型
|
8283
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8284
8236
|
:rtype: str
|
8285
8237
|
"""
|
8286
8238
|
return self._Product
|
@@ -8292,7 +8244,6 @@ class DLCCatalogAccess(AbstractModel):
|
|
8292
8244
|
@property
|
8293
8245
|
def Description(self):
|
8294
8246
|
"""描述信息
|
8295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8296
8247
|
:rtype: str
|
8297
8248
|
"""
|
8298
8249
|
return self._Description
|
@@ -8304,7 +8255,6 @@ class DLCCatalogAccess(AbstractModel):
|
|
8304
8255
|
@property
|
8305
8256
|
def CreateTime(self):
|
8306
8257
|
"""创建时间
|
8307
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
8308
8258
|
:rtype: str
|
8309
8259
|
"""
|
8310
8260
|
return self._CreateTime
|
@@ -9603,7 +9553,6 @@ class DataEngineConfigInstanceInfo(AbstractModel):
|
|
9603
9553
|
def __init__(self):
|
9604
9554
|
r"""
|
9605
9555
|
:param _DataEngineId: 引擎ID
|
9606
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9607
9556
|
:type DataEngineId: str
|
9608
9557
|
:param _DataEngineConfigPairs: 用户自定义配置项集合
|
9609
9558
|
:type DataEngineConfigPairs: list of DataEngineConfigPair
|
@@ -9617,7 +9566,6 @@ class DataEngineConfigInstanceInfo(AbstractModel):
|
|
9617
9566
|
@property
|
9618
9567
|
def DataEngineId(self):
|
9619
9568
|
"""引擎ID
|
9620
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9621
9569
|
:rtype: str
|
9622
9570
|
"""
|
9623
9571
|
return self._DataEngineId
|
@@ -9733,7 +9681,6 @@ class DataEngineImageVersion(AbstractModel):
|
|
9733
9681
|
:param _ImageVersion: 镜像大版本名称
|
9734
9682
|
:type ImageVersion: str
|
9735
9683
|
:param _Description: 镜像大版本描述
|
9736
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9737
9684
|
:type Description: str
|
9738
9685
|
:param _IsPublic: 是否为公共版本:1:公共;2:私有
|
9739
9686
|
:type IsPublic: int
|
@@ -9783,7 +9730,6 @@ class DataEngineImageVersion(AbstractModel):
|
|
9783
9730
|
@property
|
9784
9731
|
def Description(self):
|
9785
9732
|
"""镜像大版本描述
|
9786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
9787
9733
|
:rtype: str
|
9788
9734
|
"""
|
9789
9735
|
return self._Description
|
@@ -11176,10 +11122,8 @@ class DataGovernPolicy(AbstractModel):
|
|
11176
11122
|
def __init__(self):
|
11177
11123
|
r"""
|
11178
11124
|
:param _RuleType: 治理规则类型,Customize: 自定义;Intelligence: 智能治理
|
11179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11180
11125
|
:type RuleType: str
|
11181
11126
|
:param _GovernEngine: 治理引擎
|
11182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11183
11127
|
:type GovernEngine: str
|
11184
11128
|
"""
|
11185
11129
|
self._RuleType = None
|
@@ -11188,7 +11132,6 @@ class DataGovernPolicy(AbstractModel):
|
|
11188
11132
|
@property
|
11189
11133
|
def RuleType(self):
|
11190
11134
|
"""治理规则类型,Customize: 自定义;Intelligence: 智能治理
|
11191
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11192
11135
|
:rtype: str
|
11193
11136
|
"""
|
11194
11137
|
return self._RuleType
|
@@ -11200,7 +11143,6 @@ class DataGovernPolicy(AbstractModel):
|
|
11200
11143
|
@property
|
11201
11144
|
def GovernEngine(self):
|
11202
11145
|
"""治理引擎
|
11203
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11204
11146
|
:rtype: str
|
11205
11147
|
"""
|
11206
11148
|
return self._GovernEngine
|
@@ -11231,22 +11173,17 @@ class DataMaskStrategyInfo(AbstractModel):
|
|
11231
11173
|
def __init__(self):
|
11232
11174
|
r"""
|
11233
11175
|
:param _StrategyName: 策略名称
|
11234
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11235
11176
|
:type StrategyName: str
|
11236
11177
|
:param _StrategyType: MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
|
11237
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11238
11178
|
:type StrategyType: str
|
11239
11179
|
:param _StrategyDesc: 策略描述
|
11240
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11241
11180
|
:type StrategyDesc: str
|
11242
11181
|
:param _Groups: 用户组策略列表
|
11243
11182
|
注意:此字段可能返回 null,表示取不到有效值。
|
11244
11183
|
:type Groups: list of GroupInfo
|
11245
11184
|
:param _Users: 用户子账号uin列表,按;拼接
|
11246
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11247
11185
|
:type Users: str
|
11248
11186
|
:param _StrategyId: 策略Id
|
11249
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11250
11187
|
:type StrategyId: str
|
11251
11188
|
"""
|
11252
11189
|
self._StrategyName = None
|
@@ -11259,7 +11196,6 @@ class DataMaskStrategyInfo(AbstractModel):
|
|
11259
11196
|
@property
|
11260
11197
|
def StrategyName(self):
|
11261
11198
|
"""策略名称
|
11262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11263
11199
|
:rtype: str
|
11264
11200
|
"""
|
11265
11201
|
return self._StrategyName
|
@@ -11271,7 +11207,6 @@ class DataMaskStrategyInfo(AbstractModel):
|
|
11271
11207
|
@property
|
11272
11208
|
def StrategyType(self):
|
11273
11209
|
"""MASK_SHOW_FIRST_4; MASK_SHOW_LAST_4;MASK_HASH; MASK_DATE_SHOW_YEAR; MASK_NULL; MASK_DEFAULT 等
|
11274
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11275
11210
|
:rtype: str
|
11276
11211
|
"""
|
11277
11212
|
return self._StrategyType
|
@@ -11283,7 +11218,6 @@ class DataMaskStrategyInfo(AbstractModel):
|
|
11283
11218
|
@property
|
11284
11219
|
def StrategyDesc(self):
|
11285
11220
|
"""策略描述
|
11286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11287
11221
|
:rtype: str
|
11288
11222
|
"""
|
11289
11223
|
return self._StrategyDesc
|
@@ -11307,7 +11241,6 @@ class DataMaskStrategyInfo(AbstractModel):
|
|
11307
11241
|
@property
|
11308
11242
|
def Users(self):
|
11309
11243
|
"""用户子账号uin列表,按;拼接
|
11310
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11311
11244
|
:rtype: str
|
11312
11245
|
"""
|
11313
11246
|
return self._Users
|
@@ -11319,7 +11252,6 @@ class DataMaskStrategyInfo(AbstractModel):
|
|
11319
11252
|
@property
|
11320
11253
|
def StrategyId(self):
|
11321
11254
|
"""策略Id
|
11322
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11323
11255
|
:rtype: str
|
11324
11256
|
"""
|
11325
11257
|
return self._StrategyId
|
@@ -11509,7 +11441,6 @@ class DatabaseInfo(AbstractModel):
|
|
11509
11441
|
注意:此字段可能返回 null,表示取不到有效值。
|
11510
11442
|
:type Properties: list of Property
|
11511
11443
|
:param _Location: 数据库cos路径
|
11512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11513
11444
|
:type Location: str
|
11514
11445
|
"""
|
11515
11446
|
self._DatabaseName = None
|
@@ -11555,7 +11486,6 @@ class DatabaseInfo(AbstractModel):
|
|
11555
11486
|
@property
|
11556
11487
|
def Location(self):
|
11557
11488
|
"""数据库cos路径
|
11558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11559
11489
|
:rtype: str
|
11560
11490
|
"""
|
11561
11491
|
return self._Location
|
@@ -11595,7 +11525,6 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11595
11525
|
:param _DatabaseName: 数据库名称。
|
11596
11526
|
:type DatabaseName: str
|
11597
11527
|
:param _Comment: 数据库描述信息,长度 0~256。
|
11598
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11599
11528
|
:type Comment: str
|
11600
11529
|
:param _Properties: 允许针对数据库的属性元数据信息进行指定。
|
11601
11530
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -11607,19 +11536,15 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11607
11536
|
注意:此字段可能返回 null,表示取不到有效值。
|
11608
11537
|
:type ModifiedTime: str
|
11609
11538
|
:param _Location: cos存储路径
|
11610
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11611
11539
|
:type Location: str
|
11612
11540
|
:param _UserAlias: 建库用户昵称
|
11613
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11614
11541
|
:type UserAlias: str
|
11615
11542
|
:param _UserSubUin: 建库用户ID
|
11616
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11617
11543
|
:type UserSubUin: str
|
11618
11544
|
:param _GovernPolicy: 数据治理配置项
|
11619
11545
|
注意:此字段可能返回 null,表示取不到有效值。
|
11620
11546
|
:type GovernPolicy: :class:`tencentcloud.dlc.v20210125.models.DataGovernPolicy`
|
11621
11547
|
:param _DatabaseId: 数据库ID(无效字段)
|
11622
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11623
11548
|
:type DatabaseId: str
|
11624
11549
|
"""
|
11625
11550
|
self._DatabaseName = None
|
@@ -11647,7 +11572,6 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11647
11572
|
@property
|
11648
11573
|
def Comment(self):
|
11649
11574
|
"""数据库描述信息,长度 0~256。
|
11650
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11651
11575
|
:rtype: str
|
11652
11576
|
"""
|
11653
11577
|
return self._Comment
|
@@ -11695,7 +11619,6 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11695
11619
|
@property
|
11696
11620
|
def Location(self):
|
11697
11621
|
"""cos存储路径
|
11698
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11699
11622
|
:rtype: str
|
11700
11623
|
"""
|
11701
11624
|
return self._Location
|
@@ -11707,7 +11630,6 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11707
11630
|
@property
|
11708
11631
|
def UserAlias(self):
|
11709
11632
|
"""建库用户昵称
|
11710
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11711
11633
|
:rtype: str
|
11712
11634
|
"""
|
11713
11635
|
return self._UserAlias
|
@@ -11719,7 +11641,6 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11719
11641
|
@property
|
11720
11642
|
def UserSubUin(self):
|
11721
11643
|
"""建库用户ID
|
11722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11723
11644
|
:rtype: str
|
11724
11645
|
"""
|
11725
11646
|
return self._UserSubUin
|
@@ -11743,7 +11664,6 @@ class DatabaseResponseInfo(AbstractModel):
|
|
11743
11664
|
@property
|
11744
11665
|
def DatabaseId(self):
|
11745
11666
|
"""数据库ID(无效字段)
|
11746
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
11747
11667
|
:rtype: str
|
11748
11668
|
"""
|
11749
11669
|
return self._DatabaseId
|
@@ -12045,16 +11965,13 @@ class DatasourceConnectionInfo(AbstractModel):
|
|
12045
11965
|
注意:此字段可能返回 null,表示取不到有效值。
|
12046
11966
|
:type DataEngines: list of DataEngineInfo
|
12047
11967
|
:param _UserAlias: 创建人
|
12048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12049
11968
|
:type UserAlias: str
|
12050
11969
|
:param _NetworkConnectionSet: 网络配置列表
|
12051
11970
|
注意:此字段可能返回 null,表示取不到有效值。
|
12052
11971
|
:type NetworkConnectionSet: list of NetworkConnection
|
12053
11972
|
:param _ConnectivityState: 连通性状态:0(未测试,默认)、1(正常)、2(失败)
|
12054
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12055
11973
|
:type ConnectivityState: int
|
12056
11974
|
:param _ConnectivityTips: 连通性测试提示信息
|
12057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12058
11975
|
:type ConnectivityTips: str
|
12059
11976
|
"""
|
12060
11977
|
self._Id = None
|
@@ -12223,7 +12140,6 @@ class DatasourceConnectionInfo(AbstractModel):
|
|
12223
12140
|
@property
|
12224
12141
|
def UserAlias(self):
|
12225
12142
|
"""创建人
|
12226
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12227
12143
|
:rtype: str
|
12228
12144
|
"""
|
12229
12145
|
return self._UserAlias
|
@@ -12247,7 +12163,6 @@ class DatasourceConnectionInfo(AbstractModel):
|
|
12247
12163
|
@property
|
12248
12164
|
def ConnectivityState(self):
|
12249
12165
|
"""连通性状态:0(未测试,默认)、1(正常)、2(失败)
|
12250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12251
12166
|
:rtype: int
|
12252
12167
|
"""
|
12253
12168
|
return self._ConnectivityState
|
@@ -12259,7 +12174,6 @@ class DatasourceConnectionInfo(AbstractModel):
|
|
12259
12174
|
@property
|
12260
12175
|
def ConnectivityTips(self):
|
12261
12176
|
"""连通性测试提示信息
|
12262
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
12263
12177
|
:rtype: str
|
12264
12178
|
"""
|
12265
12179
|
return self._ConnectivityTips
|
@@ -13104,8 +13018,10 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
13104
13018
|
:param _HasLakeFs: 是否有托管存储权限
|
13105
13019
|
:type HasLakeFs: bool
|
13106
13020
|
:param _LakeFsStatus: 托管存储状态,HasLakeFs等于true时,该值才有意义
|
13107
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13108
13021
|
:type LakeFsStatus: str
|
13022
|
+
:param _BucketType: 托管存储桶类型
|
13023
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13024
|
+
:type BucketType: str
|
13109
13025
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13110
13026
|
:type RequestId: str
|
13111
13027
|
"""
|
@@ -13113,6 +13029,7 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
13113
13029
|
self._StoreLocation = None
|
13114
13030
|
self._HasLakeFs = None
|
13115
13031
|
self._LakeFsStatus = None
|
13032
|
+
self._BucketType = None
|
13116
13033
|
self._RequestId = None
|
13117
13034
|
|
13118
13035
|
@property
|
@@ -13151,7 +13068,6 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
13151
13068
|
@property
|
13152
13069
|
def LakeFsStatus(self):
|
13153
13070
|
"""托管存储状态,HasLakeFs等于true时,该值才有意义
|
13154
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13155
13071
|
:rtype: str
|
13156
13072
|
"""
|
13157
13073
|
return self._LakeFsStatus
|
@@ -13160,6 +13076,18 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
13160
13076
|
def LakeFsStatus(self, LakeFsStatus):
|
13161
13077
|
self._LakeFsStatus = LakeFsStatus
|
13162
13078
|
|
13079
|
+
@property
|
13080
|
+
def BucketType(self):
|
13081
|
+
"""托管存储桶类型
|
13082
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
13083
|
+
:rtype: str
|
13084
|
+
"""
|
13085
|
+
return self._BucketType
|
13086
|
+
|
13087
|
+
@BucketType.setter
|
13088
|
+
def BucketType(self, BucketType):
|
13089
|
+
self._BucketType = BucketType
|
13090
|
+
|
13163
13091
|
@property
|
13164
13092
|
def RequestId(self):
|
13165
13093
|
"""唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
@@ -13177,6 +13105,7 @@ class DescribeAdvancedStoreLocationResponse(AbstractModel):
|
|
13177
13105
|
self._StoreLocation = params.get("StoreLocation")
|
13178
13106
|
self._HasLakeFs = params.get("HasLakeFs")
|
13179
13107
|
self._LakeFsStatus = params.get("LakeFsStatus")
|
13108
|
+
self._BucketType = params.get("BucketType")
|
13180
13109
|
self._RequestId = params.get("RequestId")
|
13181
13110
|
|
13182
13111
|
|
@@ -13400,16 +13329,12 @@ class DescribeDMSDatabaseResponse(AbstractModel):
|
|
13400
13329
|
def __init__(self):
|
13401
13330
|
r"""
|
13402
13331
|
:param _Name: 数据库名称
|
13403
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13404
13332
|
:type Name: str
|
13405
13333
|
:param _SchemaName: schema名称
|
13406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13407
13334
|
:type SchemaName: str
|
13408
13335
|
:param _Location: 存储地址
|
13409
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13410
13336
|
:type Location: str
|
13411
13337
|
:param _Asset: 数据对象
|
13412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13413
13338
|
:type Asset: :class:`tencentcloud.dlc.v20210125.models.Asset`
|
13414
13339
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13415
13340
|
:type RequestId: str
|
@@ -13423,7 +13348,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
|
|
13423
13348
|
@property
|
13424
13349
|
def Name(self):
|
13425
13350
|
"""数据库名称
|
13426
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13427
13351
|
:rtype: str
|
13428
13352
|
"""
|
13429
13353
|
return self._Name
|
@@ -13435,7 +13359,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
|
|
13435
13359
|
@property
|
13436
13360
|
def SchemaName(self):
|
13437
13361
|
"""schema名称
|
13438
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13439
13362
|
:rtype: str
|
13440
13363
|
"""
|
13441
13364
|
return self._SchemaName
|
@@ -13447,7 +13370,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
|
|
13447
13370
|
@property
|
13448
13371
|
def Location(self):
|
13449
13372
|
"""存储地址
|
13450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13451
13373
|
:rtype: str
|
13452
13374
|
"""
|
13453
13375
|
return self._Location
|
@@ -13459,7 +13381,6 @@ class DescribeDMSDatabaseResponse(AbstractModel):
|
|
13459
13381
|
@property
|
13460
13382
|
def Asset(self):
|
13461
13383
|
"""数据对象
|
13462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13463
13384
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.Asset`
|
13464
13385
|
"""
|
13465
13386
|
return self._Asset
|
@@ -13918,19 +13839,14 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
13918
13839
|
def __init__(self):
|
13919
13840
|
r"""
|
13920
13841
|
:param _Asset: 基础对象
|
13921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13922
13842
|
:type Asset: :class:`tencentcloud.dlc.v20210125.models.Asset`
|
13923
13843
|
:param _ViewOriginalText: 视图文本
|
13924
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13925
13844
|
:type ViewOriginalText: str
|
13926
13845
|
:param _ViewExpandedText: 视图文本
|
13927
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13928
13846
|
:type ViewExpandedText: str
|
13929
13847
|
:param _Retention: hive维护版本
|
13930
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13931
13848
|
:type Retention: int
|
13932
13849
|
:param _Sds: 存储对象
|
13933
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13934
13850
|
:type Sds: :class:`tencentcloud.dlc.v20210125.models.DMSSds`
|
13935
13851
|
:param _PartitionKeys: 分区列
|
13936
13852
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -13939,37 +13855,27 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
13939
13855
|
注意:此字段可能返回 null,表示取不到有效值。
|
13940
13856
|
:type Partitions: list of DMSPartition
|
13941
13857
|
:param _Type: 表类型
|
13942
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13943
13858
|
:type Type: str
|
13944
13859
|
:param _DbName: 数据库名称
|
13945
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13946
13860
|
:type DbName: str
|
13947
13861
|
:param _SchemaName: Schame名称
|
13948
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13949
13862
|
:type SchemaName: str
|
13950
13863
|
:param _StorageSize: 存储大小
|
13951
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13952
13864
|
:type StorageSize: int
|
13953
13865
|
:param _RecordCount: 记录数量
|
13954
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13955
13866
|
:type RecordCount: int
|
13956
13867
|
:param _LifeTime: 生命周期
|
13957
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13958
13868
|
:type LifeTime: int
|
13959
13869
|
:param _LastAccessTime: 最后访问时间
|
13960
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13961
13870
|
:type LastAccessTime: str
|
13962
13871
|
:param _DataUpdateTime: 数据更新时间
|
13963
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13964
13872
|
:type DataUpdateTime: str
|
13965
13873
|
:param _StructUpdateTime: 结构更新时间
|
13966
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13967
13874
|
:type StructUpdateTime: str
|
13968
13875
|
:param _Columns: 列
|
13969
13876
|
注意:此字段可能返回 null,表示取不到有效值。
|
13970
13877
|
:type Columns: list of DMSColumn
|
13971
13878
|
:param _Name: 表名称
|
13972
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
13973
13879
|
:type Name: str
|
13974
13880
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13975
13881
|
:type RequestId: str
|
@@ -13997,7 +13903,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
13997
13903
|
@property
|
13998
13904
|
def Asset(self):
|
13999
13905
|
"""基础对象
|
14000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14001
13906
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.Asset`
|
14002
13907
|
"""
|
14003
13908
|
return self._Asset
|
@@ -14009,7 +13914,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14009
13914
|
@property
|
14010
13915
|
def ViewOriginalText(self):
|
14011
13916
|
"""视图文本
|
14012
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14013
13917
|
:rtype: str
|
14014
13918
|
"""
|
14015
13919
|
return self._ViewOriginalText
|
@@ -14021,7 +13925,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14021
13925
|
@property
|
14022
13926
|
def ViewExpandedText(self):
|
14023
13927
|
"""视图文本
|
14024
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14025
13928
|
:rtype: str
|
14026
13929
|
"""
|
14027
13930
|
return self._ViewExpandedText
|
@@ -14033,7 +13936,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14033
13936
|
@property
|
14034
13937
|
def Retention(self):
|
14035
13938
|
"""hive维护版本
|
14036
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14037
13939
|
:rtype: int
|
14038
13940
|
"""
|
14039
13941
|
return self._Retention
|
@@ -14045,7 +13947,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14045
13947
|
@property
|
14046
13948
|
def Sds(self):
|
14047
13949
|
"""存储对象
|
14048
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14049
13950
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.DMSSds`
|
14050
13951
|
"""
|
14051
13952
|
return self._Sds
|
@@ -14081,7 +13982,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14081
13982
|
@property
|
14082
13983
|
def Type(self):
|
14083
13984
|
"""表类型
|
14084
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14085
13985
|
:rtype: str
|
14086
13986
|
"""
|
14087
13987
|
return self._Type
|
@@ -14093,7 +13993,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14093
13993
|
@property
|
14094
13994
|
def DbName(self):
|
14095
13995
|
"""数据库名称
|
14096
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14097
13996
|
:rtype: str
|
14098
13997
|
"""
|
14099
13998
|
return self._DbName
|
@@ -14105,7 +14004,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14105
14004
|
@property
|
14106
14005
|
def SchemaName(self):
|
14107
14006
|
"""Schame名称
|
14108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14109
14007
|
:rtype: str
|
14110
14008
|
"""
|
14111
14009
|
return self._SchemaName
|
@@ -14117,7 +14015,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14117
14015
|
@property
|
14118
14016
|
def StorageSize(self):
|
14119
14017
|
"""存储大小
|
14120
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14121
14018
|
:rtype: int
|
14122
14019
|
"""
|
14123
14020
|
return self._StorageSize
|
@@ -14129,7 +14026,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14129
14026
|
@property
|
14130
14027
|
def RecordCount(self):
|
14131
14028
|
"""记录数量
|
14132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14133
14029
|
:rtype: int
|
14134
14030
|
"""
|
14135
14031
|
return self._RecordCount
|
@@ -14141,7 +14037,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14141
14037
|
@property
|
14142
14038
|
def LifeTime(self):
|
14143
14039
|
"""生命周期
|
14144
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14145
14040
|
:rtype: int
|
14146
14041
|
"""
|
14147
14042
|
return self._LifeTime
|
@@ -14153,7 +14048,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14153
14048
|
@property
|
14154
14049
|
def LastAccessTime(self):
|
14155
14050
|
"""最后访问时间
|
14156
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14157
14051
|
:rtype: str
|
14158
14052
|
"""
|
14159
14053
|
return self._LastAccessTime
|
@@ -14165,7 +14059,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14165
14059
|
@property
|
14166
14060
|
def DataUpdateTime(self):
|
14167
14061
|
"""数据更新时间
|
14168
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14169
14062
|
:rtype: str
|
14170
14063
|
"""
|
14171
14064
|
return self._DataUpdateTime
|
@@ -14177,7 +14070,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14177
14070
|
@property
|
14178
14071
|
def StructUpdateTime(self):
|
14179
14072
|
"""结构更新时间
|
14180
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14181
14073
|
:rtype: str
|
14182
14074
|
"""
|
14183
14075
|
return self._StructUpdateTime
|
@@ -14201,7 +14093,6 @@ class DescribeDMSTableResponse(AbstractModel):
|
|
14201
14093
|
@property
|
14202
14094
|
def Name(self):
|
14203
14095
|
"""表名称
|
14204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14205
14096
|
:rtype: str
|
14206
14097
|
"""
|
14207
14098
|
return self._Name
|
@@ -14505,7 +14396,6 @@ class DescribeDMSTablesResponse(AbstractModel):
|
|
14505
14396
|
注意:此字段可能返回 null,表示取不到有效值。
|
14506
14397
|
:type TableList: list of DMSTableInfo
|
14507
14398
|
:param _TotalCount: 统计值
|
14508
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14509
14399
|
:type TotalCount: int
|
14510
14400
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14511
14401
|
:type RequestId: str
|
@@ -14529,7 +14419,6 @@ class DescribeDMSTablesResponse(AbstractModel):
|
|
14529
14419
|
@property
|
14530
14420
|
def TotalCount(self):
|
14531
14421
|
"""统计值
|
14532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14533
14422
|
:rtype: int
|
14534
14423
|
"""
|
14535
14424
|
return self._TotalCount
|
@@ -14653,16 +14542,12 @@ class DescribeDataEngineEventsResponse(AbstractModel):
|
|
14653
14542
|
注意:此字段可能返回 null,表示取不到有效值。
|
14654
14543
|
:type Events: list of HouseEventsInfo
|
14655
14544
|
:param _Page: 分页号
|
14656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14657
14545
|
:type Page: int
|
14658
14546
|
:param _Size: 分页大小
|
14659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14660
14547
|
:type Size: int
|
14661
14548
|
:param _TotalPages: 总页数
|
14662
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14663
14549
|
:type TotalPages: int
|
14664
14550
|
:param _TotalCount: 总条数
|
14665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14666
14551
|
:type TotalCount: int
|
14667
14552
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
14668
14553
|
:type RequestId: str
|
@@ -14689,7 +14574,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
|
|
14689
14574
|
@property
|
14690
14575
|
def Page(self):
|
14691
14576
|
"""分页号
|
14692
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14693
14577
|
:rtype: int
|
14694
14578
|
"""
|
14695
14579
|
return self._Page
|
@@ -14701,7 +14585,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
|
|
14701
14585
|
@property
|
14702
14586
|
def Size(self):
|
14703
14587
|
"""分页大小
|
14704
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14705
14588
|
:rtype: int
|
14706
14589
|
"""
|
14707
14590
|
return self._Size
|
@@ -14713,7 +14596,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
|
|
14713
14596
|
@property
|
14714
14597
|
def TotalPages(self):
|
14715
14598
|
"""总页数
|
14716
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14717
14599
|
:rtype: int
|
14718
14600
|
"""
|
14719
14601
|
return self._TotalPages
|
@@ -14725,7 +14607,6 @@ class DescribeDataEngineEventsResponse(AbstractModel):
|
|
14725
14607
|
@property
|
14726
14608
|
def TotalCount(self):
|
14727
14609
|
"""总条数
|
14728
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
14729
14610
|
:rtype: int
|
14730
14611
|
"""
|
14731
14612
|
return self._TotalCount
|
@@ -15286,7 +15167,6 @@ class DescribeDataEnginesResponse(AbstractModel):
|
|
15286
15167
|
注意:此字段可能返回 null,表示取不到有效值。
|
15287
15168
|
:type DataEngines: list of DataEngineInfo
|
15288
15169
|
:param _TotalCount: 总条数
|
15289
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15290
15170
|
:type TotalCount: int
|
15291
15171
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
15292
15172
|
:type RequestId: str
|
@@ -15310,7 +15190,6 @@ class DescribeDataEnginesResponse(AbstractModel):
|
|
15310
15190
|
@property
|
15311
15191
|
def TotalCount(self):
|
15312
15192
|
"""总条数
|
15313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
15314
15193
|
:rtype: int
|
15315
15194
|
"""
|
15316
15195
|
return self._TotalCount
|
@@ -16643,22 +16522,16 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16643
16522
|
:param _ResultSchema: schema
|
16644
16523
|
:type ResultSchema: list of Column
|
16645
16524
|
:param _NextToken: 分页信息
|
16646
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16647
16525
|
:type NextToken: str
|
16648
16526
|
:param _OutputPath: 存储结果地址
|
16649
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16650
16527
|
:type OutputPath: str
|
16651
16528
|
:param _UseTime: 引擎计算耗时
|
16652
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16653
16529
|
:type UseTime: int
|
16654
16530
|
:param _AffectRows: 结果条数
|
16655
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16656
16531
|
:type AffectRows: int
|
16657
16532
|
:param _DataAmount: 数据扫描量
|
16658
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16659
16533
|
:type DataAmount: int
|
16660
16534
|
:param _UiUrl: spark ui地址
|
16661
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16662
16535
|
:type UiUrl: str
|
16663
16536
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16664
16537
|
:type RequestId: str
|
@@ -16710,7 +16583,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16710
16583
|
@property
|
16711
16584
|
def NextToken(self):
|
16712
16585
|
"""分页信息
|
16713
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16714
16586
|
:rtype: str
|
16715
16587
|
"""
|
16716
16588
|
return self._NextToken
|
@@ -16722,7 +16594,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16722
16594
|
@property
|
16723
16595
|
def OutputPath(self):
|
16724
16596
|
"""存储结果地址
|
16725
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16726
16597
|
:rtype: str
|
16727
16598
|
"""
|
16728
16599
|
return self._OutputPath
|
@@ -16734,7 +16605,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16734
16605
|
@property
|
16735
16606
|
def UseTime(self):
|
16736
16607
|
"""引擎计算耗时
|
16737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16738
16608
|
:rtype: int
|
16739
16609
|
"""
|
16740
16610
|
return self._UseTime
|
@@ -16746,7 +16616,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16746
16616
|
@property
|
16747
16617
|
def AffectRows(self):
|
16748
16618
|
"""结果条数
|
16749
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16750
16619
|
:rtype: int
|
16751
16620
|
"""
|
16752
16621
|
return self._AffectRows
|
@@ -16758,7 +16627,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16758
16627
|
@property
|
16759
16628
|
def DataAmount(self):
|
16760
16629
|
"""数据扫描量
|
16761
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16762
16630
|
:rtype: int
|
16763
16631
|
"""
|
16764
16632
|
return self._DataAmount
|
@@ -16770,7 +16638,6 @@ class DescribeNotebookSessionStatementSqlResultResponse(AbstractModel):
|
|
16770
16638
|
@property
|
16771
16639
|
def UiUrl(self):
|
16772
16640
|
"""spark ui地址
|
16773
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
16774
16641
|
:rtype: str
|
16775
16642
|
"""
|
16776
16643
|
return self._UiUrl
|
@@ -17292,16 +17159,12 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
17292
17159
|
:param _Status: 任务状态 init | queue | format | compress | success| timeout | error
|
17293
17160
|
:type Status: str
|
17294
17161
|
:param _Reason: 任务异常原因
|
17295
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17296
17162
|
:type Reason: str
|
17297
17163
|
:param _SecretId: 临时SecretId
|
17298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17299
17164
|
:type SecretId: str
|
17300
17165
|
:param _SecretKey: 临时SecretKey
|
17301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17302
17166
|
:type SecretKey: str
|
17303
17167
|
:param _Token: 临时Token
|
17304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17305
17168
|
:type Token: str
|
17306
17169
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
17307
17170
|
:type RequestId: str
|
@@ -17340,7 +17203,6 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
17340
17203
|
@property
|
17341
17204
|
def Reason(self):
|
17342
17205
|
"""任务异常原因
|
17343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17344
17206
|
:rtype: str
|
17345
17207
|
"""
|
17346
17208
|
return self._Reason
|
@@ -17352,7 +17214,6 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
17352
17214
|
@property
|
17353
17215
|
def SecretId(self):
|
17354
17216
|
"""临时SecretId
|
17355
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17356
17217
|
:rtype: str
|
17357
17218
|
"""
|
17358
17219
|
return self._SecretId
|
@@ -17364,7 +17225,6 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
17364
17225
|
@property
|
17365
17226
|
def SecretKey(self):
|
17366
17227
|
"""临时SecretKey
|
17367
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17368
17228
|
:rtype: str
|
17369
17229
|
"""
|
17370
17230
|
return self._SecretKey
|
@@ -17376,7 +17236,6 @@ class DescribeResultDownloadResponse(AbstractModel):
|
|
17376
17236
|
@property
|
17377
17237
|
def Token(self):
|
17378
17238
|
"""临时Token
|
17379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
17380
17239
|
:rtype: str
|
17381
17240
|
"""
|
17382
17241
|
return self._Token
|
@@ -18446,7 +18305,6 @@ class DescribeStoreLocationResponse(AbstractModel):
|
|
18446
18305
|
def __init__(self):
|
18447
18306
|
r"""
|
18448
18307
|
:param _StoreLocation: 返回用户设置的结果存储位置路径,如果未设置则返回空字符串:""
|
18449
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18450
18308
|
:type StoreLocation: str
|
18451
18309
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
18452
18310
|
:type RequestId: str
|
@@ -18457,7 +18315,6 @@ class DescribeStoreLocationResponse(AbstractModel):
|
|
18457
18315
|
@property
|
18458
18316
|
def StoreLocation(self):
|
18459
18317
|
"""返回用户设置的结果存储位置路径,如果未设置则返回空字符串:""
|
18460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
18461
18318
|
:rtype: str
|
18462
18319
|
"""
|
18463
18320
|
return self._StoreLocation
|
@@ -19308,16 +19165,12 @@ class DescribeTaskLogResponse(AbstractModel):
|
|
19308
19165
|
def __init__(self):
|
19309
19166
|
r"""
|
19310
19167
|
:param _Context: 下一次分页参数
|
19311
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19312
19168
|
:type Context: str
|
19313
19169
|
:param _ListOver: 是否获取完结
|
19314
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19315
19170
|
:type ListOver: bool
|
19316
19171
|
:param _Results: 日志详情
|
19317
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19318
19172
|
:type Results: list of JobLogResult
|
19319
19173
|
:param _LogUrl: 日志url
|
19320
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19321
19174
|
:type LogUrl: str
|
19322
19175
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19323
19176
|
:type RequestId: str
|
@@ -19331,7 +19184,6 @@ class DescribeTaskLogResponse(AbstractModel):
|
|
19331
19184
|
@property
|
19332
19185
|
def Context(self):
|
19333
19186
|
"""下一次分页参数
|
19334
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19335
19187
|
:rtype: str
|
19336
19188
|
"""
|
19337
19189
|
return self._Context
|
@@ -19343,7 +19195,6 @@ class DescribeTaskLogResponse(AbstractModel):
|
|
19343
19195
|
@property
|
19344
19196
|
def ListOver(self):
|
19345
19197
|
"""是否获取完结
|
19346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19347
19198
|
:rtype: bool
|
19348
19199
|
"""
|
19349
19200
|
return self._ListOver
|
@@ -19355,7 +19206,6 @@ class DescribeTaskLogResponse(AbstractModel):
|
|
19355
19206
|
@property
|
19356
19207
|
def Results(self):
|
19357
19208
|
"""日志详情
|
19358
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19359
19209
|
:rtype: list of JobLogResult
|
19360
19210
|
"""
|
19361
19211
|
return self._Results
|
@@ -19367,7 +19217,6 @@ class DescribeTaskLogResponse(AbstractModel):
|
|
19367
19217
|
@property
|
19368
19218
|
def LogUrl(self):
|
19369
19219
|
"""日志url
|
19370
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
19371
19220
|
:rtype: str
|
19372
19221
|
"""
|
19373
19222
|
return self._LogUrl
|
@@ -20059,10 +19908,8 @@ class DescribeTasksCostInfoResponse(AbstractModel):
|
|
20059
19908
|
def __init__(self):
|
20060
19909
|
r"""
|
20061
19910
|
:param _SearchAfter: 下一页的标识
|
20062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20063
19911
|
:type SearchAfter: str
|
20064
19912
|
:param _Data: 返回的数据,字符串类型的二维数组,首行为列中文名称
|
20065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20066
19913
|
:type Data: str
|
20067
19914
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
20068
19915
|
:type RequestId: str
|
@@ -20074,7 +19921,6 @@ class DescribeTasksCostInfoResponse(AbstractModel):
|
|
20074
19921
|
@property
|
20075
19922
|
def SearchAfter(self):
|
20076
19923
|
"""下一页的标识
|
20077
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20078
19924
|
:rtype: str
|
20079
19925
|
"""
|
20080
19926
|
return self._SearchAfter
|
@@ -20086,7 +19932,6 @@ class DescribeTasksCostInfoResponse(AbstractModel):
|
|
20086
19932
|
@property
|
20087
19933
|
def Data(self):
|
20088
19934
|
"""返回的数据,字符串类型的二维数组,首行为列中文名称
|
20089
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20090
19935
|
:rtype: str
|
20091
19936
|
"""
|
20092
19937
|
return self._Data
|
@@ -20805,7 +20650,6 @@ class DescribeUserDataEngineConfigResponse(AbstractModel):
|
|
20805
20650
|
def __init__(self):
|
20806
20651
|
r"""
|
20807
20652
|
:param _DataEngineConfigInstanceInfos: 用户引擎自定义配置项列表。
|
20808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20809
20653
|
:type DataEngineConfigInstanceInfos: list of DataEngineConfigInstanceInfo
|
20810
20654
|
:param _TotalCount: 配置项总数。
|
20811
20655
|
:type TotalCount: int
|
@@ -20819,7 +20663,6 @@ class DescribeUserDataEngineConfigResponse(AbstractModel):
|
|
20819
20663
|
@property
|
20820
20664
|
def DataEngineConfigInstanceInfos(self):
|
20821
20665
|
"""用户引擎自定义配置项列表。
|
20822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
20823
20666
|
:rtype: list of DataEngineConfigInstanceInfo
|
20824
20667
|
"""
|
20825
20668
|
return self._DataEngineConfigInstanceInfos
|
@@ -21291,7 +21134,6 @@ class DescribeUserTypeResponse(AbstractModel):
|
|
21291
21134
|
def __init__(self):
|
21292
21135
|
r"""
|
21293
21136
|
:param _UserType: 用户类型。ADMIN:管理员 COMMON:普通用户
|
21294
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21295
21137
|
:type UserType: str
|
21296
21138
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
21297
21139
|
:type RequestId: str
|
@@ -21302,7 +21144,6 @@ class DescribeUserTypeResponse(AbstractModel):
|
|
21302
21144
|
@property
|
21303
21145
|
def UserType(self):
|
21304
21146
|
"""用户类型。ADMIN:管理员 COMMON:普通用户
|
21305
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
21306
21147
|
:rtype: str
|
21307
21148
|
"""
|
21308
21149
|
return self._UserType
|
@@ -22903,16 +22744,12 @@ class FavorInfo(AbstractModel):
|
|
22903
22744
|
def __init__(self):
|
22904
22745
|
r"""
|
22905
22746
|
:param _Priority: 优先事项
|
22906
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22907
22747
|
:type Priority: int
|
22908
22748
|
:param _Catalog: Catalog名称
|
22909
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22910
22749
|
:type Catalog: str
|
22911
22750
|
:param _DataBase: DataBase名称
|
22912
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22913
22751
|
:type DataBase: str
|
22914
22752
|
:param _Table: Table名称
|
22915
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22916
22753
|
:type Table: str
|
22917
22754
|
"""
|
22918
22755
|
self._Priority = None
|
@@ -22923,7 +22760,6 @@ class FavorInfo(AbstractModel):
|
|
22923
22760
|
@property
|
22924
22761
|
def Priority(self):
|
22925
22762
|
"""优先事项
|
22926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22927
22763
|
:rtype: int
|
22928
22764
|
"""
|
22929
22765
|
return self._Priority
|
@@ -22935,7 +22771,6 @@ class FavorInfo(AbstractModel):
|
|
22935
22771
|
@property
|
22936
22772
|
def Catalog(self):
|
22937
22773
|
"""Catalog名称
|
22938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22939
22774
|
:rtype: str
|
22940
22775
|
"""
|
22941
22776
|
return self._Catalog
|
@@ -22947,7 +22782,6 @@ class FavorInfo(AbstractModel):
|
|
22947
22782
|
@property
|
22948
22783
|
def DataBase(self):
|
22949
22784
|
"""DataBase名称
|
22950
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22951
22785
|
:rtype: str
|
22952
22786
|
"""
|
22953
22787
|
return self._DataBase
|
@@ -22959,7 +22793,6 @@ class FavorInfo(AbstractModel):
|
|
22959
22793
|
@property
|
22960
22794
|
def Table(self):
|
22961
22795
|
"""Table名称
|
22962
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
22963
22796
|
:rtype: str
|
22964
22797
|
"""
|
22965
22798
|
return self._Table
|
@@ -23408,10 +23241,8 @@ class GroupInfo(AbstractModel):
|
|
23408
23241
|
def __init__(self):
|
23409
23242
|
r"""
|
23410
23243
|
:param _WorkGroupId: 用户组ID
|
23411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23412
23244
|
:type WorkGroupId: int
|
23413
23245
|
:param _StrategyType: 策略类型
|
23414
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23415
23246
|
:type StrategyType: str
|
23416
23247
|
"""
|
23417
23248
|
self._WorkGroupId = None
|
@@ -23420,7 +23251,6 @@ class GroupInfo(AbstractModel):
|
|
23420
23251
|
@property
|
23421
23252
|
def WorkGroupId(self):
|
23422
23253
|
"""用户组ID
|
23423
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23424
23254
|
:rtype: int
|
23425
23255
|
"""
|
23426
23256
|
return self._WorkGroupId
|
@@ -23432,7 +23262,6 @@ class GroupInfo(AbstractModel):
|
|
23432
23262
|
@property
|
23433
23263
|
def StrategyType(self):
|
23434
23264
|
"""策略类型
|
23435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
23436
23265
|
:rtype: str
|
23437
23266
|
"""
|
23438
23267
|
return self._StrategyType
|
@@ -24202,16 +24031,12 @@ class LakeFsInfo(AbstractModel):
|
|
24202
24031
|
:param _CreateTimeStamp: 创建时候的时间戳
|
24203
24032
|
:type CreateTimeStamp: int
|
24204
24033
|
:param _DefaultBucket: 是否是用户默认桶,0:默认桶,1:非默认桶
|
24205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24206
24034
|
:type DefaultBucket: int
|
24207
24035
|
:param _ShortName: 托管存储short name
|
24208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24209
24036
|
:type ShortName: str
|
24210
24037
|
:param _Description: 桶描述信息
|
24211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24212
24038
|
:type Description: str
|
24213
24039
|
:param _Status: 托管桶状态,当前取值为:creating、bind、readOnly、isolate
|
24214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24215
24040
|
:type Status: str
|
24216
24041
|
"""
|
24217
24042
|
self._Name = None
|
@@ -24270,7 +24095,6 @@ class LakeFsInfo(AbstractModel):
|
|
24270
24095
|
@property
|
24271
24096
|
def DefaultBucket(self):
|
24272
24097
|
"""是否是用户默认桶,0:默认桶,1:非默认桶
|
24273
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24274
24098
|
:rtype: int
|
24275
24099
|
"""
|
24276
24100
|
return self._DefaultBucket
|
@@ -24282,7 +24106,6 @@ class LakeFsInfo(AbstractModel):
|
|
24282
24106
|
@property
|
24283
24107
|
def ShortName(self):
|
24284
24108
|
"""托管存储short name
|
24285
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24286
24109
|
:rtype: str
|
24287
24110
|
"""
|
24288
24111
|
return self._ShortName
|
@@ -24294,7 +24117,6 @@ class LakeFsInfo(AbstractModel):
|
|
24294
24117
|
@property
|
24295
24118
|
def Description(self):
|
24296
24119
|
"""桶描述信息
|
24297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24298
24120
|
:rtype: str
|
24299
24121
|
"""
|
24300
24122
|
return self._Description
|
@@ -24306,7 +24128,6 @@ class LakeFsInfo(AbstractModel):
|
|
24306
24128
|
@property
|
24307
24129
|
def Status(self):
|
24308
24130
|
"""托管桶状态,当前取值为:creating、bind、readOnly、isolate
|
24309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24310
24131
|
:rtype: str
|
24311
24132
|
"""
|
24312
24133
|
return self._Status
|
@@ -24489,16 +24310,12 @@ class ListTaskJobLogDetailResponse(AbstractModel):
|
|
24489
24310
|
def __init__(self):
|
24490
24311
|
r"""
|
24491
24312
|
:param _Context: 下一次分页参数
|
24492
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24493
24313
|
:type Context: str
|
24494
24314
|
:param _ListOver: 是否获取完结
|
24495
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24496
24315
|
:type ListOver: bool
|
24497
24316
|
:param _Results: 日志详情
|
24498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24499
24317
|
:type Results: list of JobLogResult
|
24500
|
-
:param _LogUrl: 日志url
|
24501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24318
|
+
:param _LogUrl: 日志url(字段已废弃)
|
24502
24319
|
:type LogUrl: str
|
24503
24320
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
24504
24321
|
:type RequestId: str
|
@@ -24512,7 +24329,6 @@ class ListTaskJobLogDetailResponse(AbstractModel):
|
|
24512
24329
|
@property
|
24513
24330
|
def Context(self):
|
24514
24331
|
"""下一次分页参数
|
24515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24516
24332
|
:rtype: str
|
24517
24333
|
"""
|
24518
24334
|
return self._Context
|
@@ -24524,7 +24340,6 @@ class ListTaskJobLogDetailResponse(AbstractModel):
|
|
24524
24340
|
@property
|
24525
24341
|
def ListOver(self):
|
24526
24342
|
"""是否获取完结
|
24527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24528
24343
|
:rtype: bool
|
24529
24344
|
"""
|
24530
24345
|
return self._ListOver
|
@@ -24536,7 +24351,6 @@ class ListTaskJobLogDetailResponse(AbstractModel):
|
|
24536
24351
|
@property
|
24537
24352
|
def Results(self):
|
24538
24353
|
"""日志详情
|
24539
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24540
24354
|
:rtype: list of JobLogResult
|
24541
24355
|
"""
|
24542
24356
|
return self._Results
|
@@ -24547,8 +24361,7 @@ class ListTaskJobLogDetailResponse(AbstractModel):
|
|
24547
24361
|
|
24548
24362
|
@property
|
24549
24363
|
def LogUrl(self):
|
24550
|
-
"""日志url
|
24551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
24364
|
+
"""日志url(字段已废弃)
|
24552
24365
|
:rtype: str
|
24553
24366
|
"""
|
24554
24367
|
return self._LogUrl
|
@@ -26066,19 +25879,14 @@ class MountPointAssociates(AbstractModel):
|
|
26066
25879
|
def __init__(self):
|
26067
25880
|
r"""
|
26068
25881
|
:param _BucketId: 桶Id
|
26069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26070
25882
|
:type BucketId: str
|
26071
25883
|
:param _VpcId: vpcId
|
26072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26073
25884
|
:type VpcId: str
|
26074
25885
|
:param _VpcCidrBlock: 子网地址
|
26075
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26076
25886
|
:type VpcCidrBlock: str
|
26077
25887
|
:param _AccessGroupId: 权限组Id
|
26078
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26079
25888
|
:type AccessGroupId: str
|
26080
25889
|
:param _AccessRuleId: 权限规则Id
|
26081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26082
25890
|
:type AccessRuleId: int
|
26083
25891
|
"""
|
26084
25892
|
self._BucketId = None
|
@@ -26090,7 +25898,6 @@ class MountPointAssociates(AbstractModel):
|
|
26090
25898
|
@property
|
26091
25899
|
def BucketId(self):
|
26092
25900
|
"""桶Id
|
26093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26094
25901
|
:rtype: str
|
26095
25902
|
"""
|
26096
25903
|
return self._BucketId
|
@@ -26102,7 +25909,6 @@ class MountPointAssociates(AbstractModel):
|
|
26102
25909
|
@property
|
26103
25910
|
def VpcId(self):
|
26104
25911
|
"""vpcId
|
26105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26106
25912
|
:rtype: str
|
26107
25913
|
"""
|
26108
25914
|
return self._VpcId
|
@@ -26114,7 +25920,6 @@ class MountPointAssociates(AbstractModel):
|
|
26114
25920
|
@property
|
26115
25921
|
def VpcCidrBlock(self):
|
26116
25922
|
"""子网地址
|
26117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26118
25923
|
:rtype: str
|
26119
25924
|
"""
|
26120
25925
|
return self._VpcCidrBlock
|
@@ -26126,7 +25931,6 @@ class MountPointAssociates(AbstractModel):
|
|
26126
25931
|
@property
|
26127
25932
|
def AccessGroupId(self):
|
26128
25933
|
"""权限组Id
|
26129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26130
25934
|
:rtype: str
|
26131
25935
|
"""
|
26132
25936
|
return self._AccessGroupId
|
@@ -26138,7 +25942,6 @@ class MountPointAssociates(AbstractModel):
|
|
26138
25942
|
@property
|
26139
25943
|
def AccessRuleId(self):
|
26140
25944
|
"""权限规则Id
|
26141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26142
25945
|
:rtype: int
|
26143
25946
|
"""
|
26144
25947
|
return self._AccessRuleId
|
@@ -26415,22 +26218,17 @@ class NetworkConnection(AbstractModel):
|
|
26415
26218
|
def __init__(self):
|
26416
26219
|
r"""
|
26417
26220
|
:param _Id: 网络配置id
|
26418
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26419
26221
|
:type Id: int
|
26420
26222
|
:param _AssociateId: 网络配置唯一标志符
|
26421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26422
26223
|
:type AssociateId: str
|
26423
26224
|
:param _HouseId: 计算引擎id
|
26424
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26425
26225
|
:type HouseId: str
|
26426
26226
|
:param _DatasourceConnectionId: 数据源id(已废弃)
|
26427
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26428
26227
|
:type DatasourceConnectionId: str
|
26429
26228
|
:param _State: 网络配置状态(0-初始化,1-正常)
|
26430
26229
|
注意:此字段可能返回 null,表示取不到有效值。
|
26431
26230
|
:type State: int
|
26432
26231
|
:param _CreateTime: 创建时间
|
26433
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26434
26232
|
:type CreateTime: int
|
26435
26233
|
:param _UpdateTime: 修改时间
|
26436
26234
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -26439,10 +26237,8 @@ class NetworkConnection(AbstractModel):
|
|
26439
26237
|
注意:此字段可能返回 null,表示取不到有效值。
|
26440
26238
|
:type Appid: int
|
26441
26239
|
:param _HouseName: 计算引擎名称
|
26442
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26443
26240
|
:type HouseName: str
|
26444
26241
|
:param _DatasourceConnectionName: 网络配置名称
|
26445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26446
26242
|
:type DatasourceConnectionName: str
|
26447
26243
|
:param _NetworkConnectionType: 网络配置类型
|
26448
26244
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -26491,7 +26287,6 @@ class NetworkConnection(AbstractModel):
|
|
26491
26287
|
@property
|
26492
26288
|
def Id(self):
|
26493
26289
|
"""网络配置id
|
26494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26495
26290
|
:rtype: int
|
26496
26291
|
"""
|
26497
26292
|
return self._Id
|
@@ -26503,7 +26298,6 @@ class NetworkConnection(AbstractModel):
|
|
26503
26298
|
@property
|
26504
26299
|
def AssociateId(self):
|
26505
26300
|
"""网络配置唯一标志符
|
26506
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26507
26301
|
:rtype: str
|
26508
26302
|
"""
|
26509
26303
|
return self._AssociateId
|
@@ -26515,7 +26309,6 @@ class NetworkConnection(AbstractModel):
|
|
26515
26309
|
@property
|
26516
26310
|
def HouseId(self):
|
26517
26311
|
"""计算引擎id
|
26518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26519
26312
|
:rtype: str
|
26520
26313
|
"""
|
26521
26314
|
return self._HouseId
|
@@ -26527,7 +26320,6 @@ class NetworkConnection(AbstractModel):
|
|
26527
26320
|
@property
|
26528
26321
|
def DatasourceConnectionId(self):
|
26529
26322
|
"""数据源id(已废弃)
|
26530
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26531
26323
|
:rtype: str
|
26532
26324
|
"""
|
26533
26325
|
return self._DatasourceConnectionId
|
@@ -26551,7 +26343,6 @@ class NetworkConnection(AbstractModel):
|
|
26551
26343
|
@property
|
26552
26344
|
def CreateTime(self):
|
26553
26345
|
"""创建时间
|
26554
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26555
26346
|
:rtype: int
|
26556
26347
|
"""
|
26557
26348
|
return self._CreateTime
|
@@ -26587,7 +26378,6 @@ class NetworkConnection(AbstractModel):
|
|
26587
26378
|
@property
|
26588
26379
|
def HouseName(self):
|
26589
26380
|
"""计算引擎名称
|
26590
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26591
26381
|
:rtype: str
|
26592
26382
|
"""
|
26593
26383
|
return self._HouseName
|
@@ -26599,7 +26389,6 @@ class NetworkConnection(AbstractModel):
|
|
26599
26389
|
@property
|
26600
26390
|
def DatasourceConnectionName(self):
|
26601
26391
|
"""网络配置名称
|
26602
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26603
26392
|
:rtype: str
|
26604
26393
|
"""
|
26605
26394
|
return self._DatasourceConnectionName
|
@@ -26763,22 +26552,16 @@ class NotebookSessionInfo(AbstractModel):
|
|
26763
26552
|
注意:此字段可能返回 null,表示取不到有效值。
|
26764
26553
|
:type ProgramArchives: list of str
|
26765
26554
|
:param _DriverSize: 指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
26766
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26767
26555
|
:type DriverSize: str
|
26768
26556
|
:param _ExecutorSize: 指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
26769
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26770
26557
|
:type ExecutorSize: str
|
26771
26558
|
:param _ExecutorNumbers: 指定的Executor数量,默认为1
|
26772
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26773
26559
|
:type ExecutorNumbers: int
|
26774
26560
|
:param _ProxyUser: 代理用户,默认为root
|
26775
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26776
26561
|
:type ProxyUser: str
|
26777
26562
|
:param _TimeoutInSecond: 指定的Session超时时间,单位秒,默认3600秒
|
26778
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26779
26563
|
:type TimeoutInSecond: int
|
26780
26564
|
:param _SparkAppId: Spark任务返回的AppId
|
26781
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26782
26565
|
:type SparkAppId: str
|
26783
26566
|
:param _SessionId: Session唯一标识
|
26784
26567
|
:type SessionId: str
|
@@ -26790,28 +26573,20 @@ class NotebookSessionInfo(AbstractModel):
|
|
26790
26573
|
注意:此字段可能返回 null,表示取不到有效值。
|
26791
26574
|
:type AppInfo: list of KVPair
|
26792
26575
|
:param _SparkUiUrl: Spark ui地址
|
26793
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26794
26576
|
:type SparkUiUrl: str
|
26795
26577
|
:param _ExecutorMaxNumbers: 指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
|
26796
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26797
26578
|
:type ExecutorMaxNumbers: int
|
26798
26579
|
:param _SessionType: session类型,group:资源组下session independent:独立资源session, 不依赖资源组
|
26799
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26800
26580
|
:type SessionType: str
|
26801
26581
|
:param _DataEngineId: 引擎id
|
26802
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26803
26582
|
:type DataEngineId: str
|
26804
26583
|
:param _ResourceGroupId: 资源组id
|
26805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26806
26584
|
:type ResourceGroupId: str
|
26807
26585
|
:param _ResourceGroupName: 资源组名称
|
26808
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26809
26586
|
:type ResourceGroupName: str
|
26810
26587
|
:param _PodSize: session,pod大小
|
26811
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26812
26588
|
:type PodSize: int
|
26813
26589
|
:param _PodNumbers: pod数量
|
26814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26815
26590
|
:type PodNumbers: int
|
26816
26591
|
"""
|
26817
26592
|
self._Name = None
|
@@ -26937,7 +26712,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
26937
26712
|
@property
|
26938
26713
|
def DriverSize(self):
|
26939
26714
|
"""指定的Driver规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
26940
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26941
26715
|
:rtype: str
|
26942
26716
|
"""
|
26943
26717
|
return self._DriverSize
|
@@ -26949,7 +26723,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
26949
26723
|
@property
|
26950
26724
|
def ExecutorSize(self):
|
26951
26725
|
"""指定的Executor规格,当前支持:small(默认,1cu)、medium(2cu)、large(4cu)、xlarge(8cu)
|
26952
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26953
26726
|
:rtype: str
|
26954
26727
|
"""
|
26955
26728
|
return self._ExecutorSize
|
@@ -26961,7 +26734,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
26961
26734
|
@property
|
26962
26735
|
def ExecutorNumbers(self):
|
26963
26736
|
"""指定的Executor数量,默认为1
|
26964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26965
26737
|
:rtype: int
|
26966
26738
|
"""
|
26967
26739
|
return self._ExecutorNumbers
|
@@ -26973,7 +26745,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
26973
26745
|
@property
|
26974
26746
|
def ProxyUser(self):
|
26975
26747
|
"""代理用户,默认为root
|
26976
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26977
26748
|
:rtype: str
|
26978
26749
|
"""
|
26979
26750
|
return self._ProxyUser
|
@@ -26985,7 +26756,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
26985
26756
|
@property
|
26986
26757
|
def TimeoutInSecond(self):
|
26987
26758
|
"""指定的Session超时时间,单位秒,默认3600秒
|
26988
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
26989
26759
|
:rtype: int
|
26990
26760
|
"""
|
26991
26761
|
return self._TimeoutInSecond
|
@@ -26997,7 +26767,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
26997
26767
|
@property
|
26998
26768
|
def SparkAppId(self):
|
26999
26769
|
"""Spark任务返回的AppId
|
27000
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27001
26770
|
:rtype: str
|
27002
26771
|
"""
|
27003
26772
|
return self._SparkAppId
|
@@ -27054,7 +26823,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27054
26823
|
@property
|
27055
26824
|
def SparkUiUrl(self):
|
27056
26825
|
"""Spark ui地址
|
27057
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27058
26826
|
:rtype: str
|
27059
26827
|
"""
|
27060
26828
|
return self._SparkUiUrl
|
@@ -27066,7 +26834,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27066
26834
|
@property
|
27067
26835
|
def ExecutorMaxNumbers(self):
|
27068
26836
|
"""指定的Executor数量(最大值),默认为1,当开启动态分配有效,若未开启,则该值等于ExecutorNumbers
|
27069
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27070
26837
|
:rtype: int
|
27071
26838
|
"""
|
27072
26839
|
return self._ExecutorMaxNumbers
|
@@ -27078,7 +26845,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27078
26845
|
@property
|
27079
26846
|
def SessionType(self):
|
27080
26847
|
"""session类型,group:资源组下session independent:独立资源session, 不依赖资源组
|
27081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27082
26848
|
:rtype: str
|
27083
26849
|
"""
|
27084
26850
|
return self._SessionType
|
@@ -27090,7 +26856,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27090
26856
|
@property
|
27091
26857
|
def DataEngineId(self):
|
27092
26858
|
"""引擎id
|
27093
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27094
26859
|
:rtype: str
|
27095
26860
|
"""
|
27096
26861
|
return self._DataEngineId
|
@@ -27102,7 +26867,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27102
26867
|
@property
|
27103
26868
|
def ResourceGroupId(self):
|
27104
26869
|
"""资源组id
|
27105
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27106
26870
|
:rtype: str
|
27107
26871
|
"""
|
27108
26872
|
return self._ResourceGroupId
|
@@ -27114,7 +26878,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27114
26878
|
@property
|
27115
26879
|
def ResourceGroupName(self):
|
27116
26880
|
"""资源组名称
|
27117
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27118
26881
|
:rtype: str
|
27119
26882
|
"""
|
27120
26883
|
return self._ResourceGroupName
|
@@ -27126,7 +26889,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27126
26889
|
@property
|
27127
26890
|
def PodSize(self):
|
27128
26891
|
"""session,pod大小
|
27129
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27130
26892
|
:rtype: int
|
27131
26893
|
"""
|
27132
26894
|
return self._PodSize
|
@@ -27138,7 +26900,6 @@ class NotebookSessionInfo(AbstractModel):
|
|
27138
26900
|
@property
|
27139
26901
|
def PodNumbers(self):
|
27140
26902
|
"""pod数量
|
27141
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27142
26903
|
:rtype: int
|
27143
26904
|
"""
|
27144
26905
|
return self._PodNumbers
|
@@ -27206,10 +26967,8 @@ class NotebookSessionStatementBatchInformation(AbstractModel):
|
|
27206
26967
|
注意:此字段可能返回 null,表示取不到有效值。
|
27207
26968
|
:type NotebookSessionStatementBatch: list of NotebookSessionStatementInfo
|
27208
26969
|
:param _IsAvailable: 当前批任务是否运行完成
|
27209
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27210
26970
|
:type IsAvailable: bool
|
27211
26971
|
:param _SessionId: Session唯一标识
|
27212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27213
26972
|
:type SessionId: str
|
27214
26973
|
:param _BatchId: Batch唯一标识
|
27215
26974
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -27235,7 +26994,6 @@ class NotebookSessionStatementBatchInformation(AbstractModel):
|
|
27235
26994
|
@property
|
27236
26995
|
def IsAvailable(self):
|
27237
26996
|
"""当前批任务是否运行完成
|
27238
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27239
26997
|
:rtype: bool
|
27240
26998
|
"""
|
27241
26999
|
return self._IsAvailable
|
@@ -27247,7 +27005,6 @@ class NotebookSessionStatementBatchInformation(AbstractModel):
|
|
27247
27005
|
@property
|
27248
27006
|
def SessionId(self):
|
27249
27007
|
"""Session唯一标识
|
27250
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27251
27008
|
:rtype: str
|
27252
27009
|
"""
|
27253
27010
|
return self._SessionId
|
@@ -27463,12 +27220,10 @@ class NotebookSessions(AbstractModel):
|
|
27463
27220
|
:param _SessionId: Session唯一标识
|
27464
27221
|
:type SessionId: str
|
27465
27222
|
:param _ProxyUser: 代理用户,默认为root
|
27466
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27467
27223
|
:type ProxyUser: str
|
27468
27224
|
:param _State: Session状态,包含:not_started(未启动)、starting(已启动)、idle(等待输入)、busy(正在运行statement)、shutting_down(停止)、error(异常)、dead(已退出)、killed(被杀死)、success(正常停止)
|
27469
27225
|
:type State: str
|
27470
27226
|
:param _SparkAppId: Spark任务返回的AppId
|
27471
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27472
27227
|
:type SparkAppId: str
|
27473
27228
|
:param _Name: Session名称
|
27474
27229
|
:type Name: str
|
@@ -27477,24 +27232,18 @@ class NotebookSessions(AbstractModel):
|
|
27477
27232
|
:param _DataEngineName: 引擎名称
|
27478
27233
|
:type DataEngineName: str
|
27479
27234
|
:param _LastRunningTime: 最新的运行时间
|
27480
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27481
27235
|
:type LastRunningTime: str
|
27482
27236
|
:param _Creator: 创建者
|
27483
27237
|
:type Creator: str
|
27484
27238
|
:param _SparkUiUrl: spark ui地址
|
27485
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27486
27239
|
:type SparkUiUrl: str
|
27487
27240
|
:param _SessionType: session类型,group:资源组session independent:独立资源session,不依赖资源组
|
27488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27489
27241
|
:type SessionType: str
|
27490
27242
|
:param _DataEngineId: 引擎id
|
27491
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27492
27243
|
:type DataEngineId: str
|
27493
27244
|
:param _ResourceGroupId: 资源组id
|
27494
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27495
27245
|
:type ResourceGroupId: str
|
27496
27246
|
:param _ResourceGroupName: 资源组名字
|
27497
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27498
27247
|
:type ResourceGroupName: str
|
27499
27248
|
"""
|
27500
27249
|
self._Kind = None
|
@@ -27538,7 +27287,6 @@ class NotebookSessions(AbstractModel):
|
|
27538
27287
|
@property
|
27539
27288
|
def ProxyUser(self):
|
27540
27289
|
"""代理用户,默认为root
|
27541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27542
27290
|
:rtype: str
|
27543
27291
|
"""
|
27544
27292
|
return self._ProxyUser
|
@@ -27561,7 +27309,6 @@ class NotebookSessions(AbstractModel):
|
|
27561
27309
|
@property
|
27562
27310
|
def SparkAppId(self):
|
27563
27311
|
"""Spark任务返回的AppId
|
27564
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27565
27312
|
:rtype: str
|
27566
27313
|
"""
|
27567
27314
|
return self._SparkAppId
|
@@ -27606,7 +27353,6 @@ class NotebookSessions(AbstractModel):
|
|
27606
27353
|
@property
|
27607
27354
|
def LastRunningTime(self):
|
27608
27355
|
"""最新的运行时间
|
27609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27610
27356
|
:rtype: str
|
27611
27357
|
"""
|
27612
27358
|
return self._LastRunningTime
|
@@ -27629,7 +27375,6 @@ class NotebookSessions(AbstractModel):
|
|
27629
27375
|
@property
|
27630
27376
|
def SparkUiUrl(self):
|
27631
27377
|
"""spark ui地址
|
27632
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27633
27378
|
:rtype: str
|
27634
27379
|
"""
|
27635
27380
|
return self._SparkUiUrl
|
@@ -27641,7 +27386,6 @@ class NotebookSessions(AbstractModel):
|
|
27641
27386
|
@property
|
27642
27387
|
def SessionType(self):
|
27643
27388
|
"""session类型,group:资源组session independent:独立资源session,不依赖资源组
|
27644
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27645
27389
|
:rtype: str
|
27646
27390
|
"""
|
27647
27391
|
return self._SessionType
|
@@ -27653,7 +27397,6 @@ class NotebookSessions(AbstractModel):
|
|
27653
27397
|
@property
|
27654
27398
|
def DataEngineId(self):
|
27655
27399
|
"""引擎id
|
27656
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27657
27400
|
:rtype: str
|
27658
27401
|
"""
|
27659
27402
|
return self._DataEngineId
|
@@ -27665,7 +27408,6 @@ class NotebookSessions(AbstractModel):
|
|
27665
27408
|
@property
|
27666
27409
|
def ResourceGroupId(self):
|
27667
27410
|
"""资源组id
|
27668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27669
27411
|
:rtype: str
|
27670
27412
|
"""
|
27671
27413
|
return self._ResourceGroupId
|
@@ -27677,7 +27419,6 @@ class NotebookSessions(AbstractModel):
|
|
27677
27419
|
@property
|
27678
27420
|
def ResourceGroupName(self):
|
27679
27421
|
"""资源组名字
|
27680
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27681
27422
|
:rtype: str
|
27682
27423
|
"""
|
27683
27424
|
return self._ResourceGroupName
|
@@ -27721,16 +27462,12 @@ class OpendThirdAccessUserInfo(AbstractModel):
|
|
27721
27462
|
def __init__(self):
|
27722
27463
|
r"""
|
27723
27464
|
:param _Id: id信息
|
27724
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27725
27465
|
:type Id: int
|
27726
27466
|
:param _Uin: 用户主UIN
|
27727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27728
27467
|
:type Uin: str
|
27729
27468
|
:param _AppId: 用户AppId
|
27730
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27731
27469
|
:type AppId: str
|
27732
27470
|
:param _CreateTime: 开通时间
|
27733
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27734
27471
|
:type CreateTime: str
|
27735
27472
|
"""
|
27736
27473
|
self._Id = None
|
@@ -27741,7 +27478,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
|
|
27741
27478
|
@property
|
27742
27479
|
def Id(self):
|
27743
27480
|
"""id信息
|
27744
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27745
27481
|
:rtype: int
|
27746
27482
|
"""
|
27747
27483
|
return self._Id
|
@@ -27753,7 +27489,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
|
|
27753
27489
|
@property
|
27754
27490
|
def Uin(self):
|
27755
27491
|
"""用户主UIN
|
27756
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27757
27492
|
:rtype: str
|
27758
27493
|
"""
|
27759
27494
|
return self._Uin
|
@@ -27765,7 +27500,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
|
|
27765
27500
|
@property
|
27766
27501
|
def AppId(self):
|
27767
27502
|
"""用户AppId
|
27768
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27769
27503
|
:rtype: str
|
27770
27504
|
"""
|
27771
27505
|
return self._AppId
|
@@ -27777,7 +27511,6 @@ class OpendThirdAccessUserInfo(AbstractModel):
|
|
27777
27511
|
@property
|
27778
27512
|
def CreateTime(self):
|
27779
27513
|
"""开通时间
|
27780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27781
27514
|
:rtype: str
|
27782
27515
|
"""
|
27783
27516
|
return self._CreateTime
|
@@ -27810,10 +27543,8 @@ class OptimizerEngineInfo(AbstractModel):
|
|
27810
27543
|
def __init__(self):
|
27811
27544
|
r"""
|
27812
27545
|
:param _HouseName: 引擎资源名称
|
27813
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27814
27546
|
:type HouseName: str
|
27815
27547
|
:param _HouseId: 引擎资源ID
|
27816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27817
27548
|
:type HouseId: str
|
27818
27549
|
:param _HouseSize: 该参数仅针对spark作业引擎有效,用于执行数据优化任务的资源大小,不填时将采用该引擎所有资源
|
27819
27550
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -27826,7 +27557,6 @@ class OptimizerEngineInfo(AbstractModel):
|
|
27826
27557
|
@property
|
27827
27558
|
def HouseName(self):
|
27828
27559
|
"""引擎资源名称
|
27829
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27830
27560
|
:rtype: str
|
27831
27561
|
"""
|
27832
27562
|
return self._HouseName
|
@@ -27838,7 +27568,6 @@ class OptimizerEngineInfo(AbstractModel):
|
|
27838
27568
|
@property
|
27839
27569
|
def HouseId(self):
|
27840
27570
|
"""引擎资源ID
|
27841
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
27842
27571
|
:rtype: str
|
27843
27572
|
"""
|
27844
27573
|
return self._HouseId
|
@@ -28056,13 +27785,11 @@ class Partition(AbstractModel):
|
|
28056
27785
|
:param _Comment: 对分区的描述。
|
28057
27786
|
:type Comment: str
|
28058
27787
|
:param _Transform: 隐式分区转换策略
|
28059
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28060
27788
|
:type Transform: str
|
28061
27789
|
:param _TransformArgs: 转换策略参数
|
28062
27790
|
注意:此字段可能返回 null,表示取不到有效值。
|
28063
27791
|
:type TransformArgs: list of str
|
28064
27792
|
:param _CreateTime: 创建时间
|
28065
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28066
27793
|
:type CreateTime: int
|
28067
27794
|
"""
|
28068
27795
|
self._Name = None
|
@@ -28108,7 +27835,6 @@ class Partition(AbstractModel):
|
|
28108
27835
|
@property
|
28109
27836
|
def Transform(self):
|
28110
27837
|
"""隐式分区转换策略
|
28111
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28112
27838
|
:rtype: str
|
28113
27839
|
"""
|
28114
27840
|
return self._Transform
|
@@ -28132,7 +27858,6 @@ class Partition(AbstractModel):
|
|
28132
27858
|
@property
|
28133
27859
|
def CreateTime(self):
|
28134
27860
|
"""创建时间
|
28135
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28136
27861
|
:rtype: int
|
28137
27862
|
"""
|
28138
27863
|
return self._CreateTime
|
@@ -28487,7 +28212,6 @@ class Policys(AbstractModel):
|
|
28487
28212
|
注意:此字段可能返回 null,表示取不到有效值。
|
28488
28213
|
:type PolicySet: list of Policy
|
28489
28214
|
:param _TotalCount: 策略总数
|
28490
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28491
28215
|
:type TotalCount: int
|
28492
28216
|
"""
|
28493
28217
|
self._PolicySet = None
|
@@ -28508,7 +28232,6 @@ class Policys(AbstractModel):
|
|
28508
28232
|
@property
|
28509
28233
|
def TotalCount(self):
|
28510
28234
|
"""策略总数
|
28511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28512
28235
|
:rtype: int
|
28513
28236
|
"""
|
28514
28237
|
return self._TotalCount
|
@@ -28656,7 +28379,6 @@ class PythonSparkImage(AbstractModel):
|
|
28656
28379
|
:param _SparkImageVersion: spark镜像名称
|
28657
28380
|
:type SparkImageVersion: str
|
28658
28381
|
:param _Description: spark镜像描述信息
|
28659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28660
28382
|
:type Description: str
|
28661
28383
|
:param _CreateTime: 创建时间
|
28662
28384
|
:type CreateTime: str
|
@@ -28706,7 +28428,6 @@ class PythonSparkImage(AbstractModel):
|
|
28706
28428
|
@property
|
28707
28429
|
def Description(self):
|
28708
28430
|
"""spark镜像描述信息
|
28709
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28710
28431
|
:rtype: str
|
28711
28432
|
"""
|
28712
28433
|
return self._Description
|
@@ -28858,7 +28579,7 @@ class QueryResultRequest(AbstractModel):
|
|
28858
28579
|
r"""
|
28859
28580
|
:param _TaskId: 任务ID
|
28860
28581
|
:type TaskId: str
|
28861
|
-
:param _NextToken: lastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
|
28582
|
+
:param _NextToken: objectListMarker={marker}&lastReadFile={filename}&lastReadOffsetlastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
|
28862
28583
|
:type NextToken: str
|
28863
28584
|
"""
|
28864
28585
|
self._TaskId = None
|
@@ -28877,7 +28598,7 @@ class QueryResultRequest(AbstractModel):
|
|
28877
28598
|
|
28878
28599
|
@property
|
28879
28600
|
def NextToken(self):
|
28880
|
-
"""lastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
|
28601
|
+
"""objectListMarker={marker}&lastReadFile={filename}&lastReadOffsetlastReadFile为上一次读取的文件,lastReadOffset为上一次读取到的位置
|
28881
28602
|
:rtype: str
|
28882
28603
|
"""
|
28883
28604
|
return self._NextToken
|
@@ -28914,7 +28635,6 @@ class QueryResultResponse(AbstractModel):
|
|
28914
28635
|
:param _ResultSchema: schema
|
28915
28636
|
:type ResultSchema: list of Column
|
28916
28637
|
:param _NextToken: 分页信息
|
28917
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28918
28638
|
:type NextToken: str
|
28919
28639
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
28920
28640
|
:type RequestId: str
|
@@ -28961,7 +28681,6 @@ class QueryResultResponse(AbstractModel):
|
|
28961
28681
|
@property
|
28962
28682
|
def NextToken(self):
|
28963
28683
|
"""分页信息
|
28964
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
28965
28684
|
:rtype: str
|
28966
28685
|
"""
|
28967
28686
|
return self._NextToken
|
@@ -29127,10 +28846,8 @@ class QueryTaskCostDetailResponse(AbstractModel):
|
|
29127
28846
|
def __init__(self):
|
29128
28847
|
r"""
|
29129
28848
|
:param _SearchAfter: 下一页的标识
|
29130
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29131
28849
|
:type SearchAfter: str
|
29132
28850
|
:param _Data: 返回的数据
|
29133
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29134
28851
|
:type Data: str
|
29135
28852
|
:param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
29136
28853
|
:type RequestId: str
|
@@ -29142,7 +28859,6 @@ class QueryTaskCostDetailResponse(AbstractModel):
|
|
29142
28859
|
@property
|
29143
28860
|
def SearchAfter(self):
|
29144
28861
|
"""下一页的标识
|
29145
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29146
28862
|
:rtype: str
|
29147
28863
|
"""
|
29148
28864
|
return self._SearchAfter
|
@@ -29154,7 +28870,6 @@ class QueryTaskCostDetailResponse(AbstractModel):
|
|
29154
28870
|
@property
|
29155
28871
|
def Data(self):
|
29156
28872
|
"""返回的数据
|
29157
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29158
28873
|
:rtype: str
|
29159
28874
|
"""
|
29160
28875
|
return self._Data
|
@@ -29441,25 +29156,19 @@ class ResourceInfo(AbstractModel):
|
|
29441
29156
|
def __init__(self):
|
29442
29157
|
r"""
|
29443
29158
|
:param _AttributionType: 归属类型
|
29444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29445
29159
|
:type AttributionType: str
|
29446
29160
|
:param _ResourceType: 资源类型
|
29447
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29448
29161
|
:type ResourceType: str
|
29449
29162
|
:param _Name: 引擎名称
|
29450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29451
29163
|
:type Name: str
|
29452
29164
|
:param _Instance: 如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
|
29453
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29454
29165
|
:type Instance: str
|
29455
29166
|
:param _Favor: 亲和性
|
29456
29167
|
注意:此字段可能返回 null,表示取不到有效值。
|
29457
29168
|
:type Favor: list of FavorInfo
|
29458
29169
|
:param _Status: 状态
|
29459
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29460
29170
|
:type Status: int
|
29461
29171
|
:param _ResourceGroupName: 标准引擎资源组信息
|
29462
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29463
29172
|
:type ResourceGroupName: str
|
29464
29173
|
"""
|
29465
29174
|
self._AttributionType = None
|
@@ -29473,7 +29182,6 @@ class ResourceInfo(AbstractModel):
|
|
29473
29182
|
@property
|
29474
29183
|
def AttributionType(self):
|
29475
29184
|
"""归属类型
|
29476
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29477
29185
|
:rtype: str
|
29478
29186
|
"""
|
29479
29187
|
return self._AttributionType
|
@@ -29485,7 +29193,6 @@ class ResourceInfo(AbstractModel):
|
|
29485
29193
|
@property
|
29486
29194
|
def ResourceType(self):
|
29487
29195
|
"""资源类型
|
29488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29489
29196
|
:rtype: str
|
29490
29197
|
"""
|
29491
29198
|
return self._ResourceType
|
@@ -29497,7 +29204,6 @@ class ResourceInfo(AbstractModel):
|
|
29497
29204
|
@property
|
29498
29205
|
def Name(self):
|
29499
29206
|
"""引擎名称
|
29500
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29501
29207
|
:rtype: str
|
29502
29208
|
"""
|
29503
29209
|
return self._Name
|
@@ -29509,7 +29215,6 @@ class ResourceInfo(AbstractModel):
|
|
29509
29215
|
@property
|
29510
29216
|
def Instance(self):
|
29511
29217
|
"""如资源类型为spark-sql 取值为Name, 如为spark-batch 取值为session app_name
|
29512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29513
29218
|
:rtype: str
|
29514
29219
|
"""
|
29515
29220
|
return self._Instance
|
@@ -29533,7 +29238,6 @@ class ResourceInfo(AbstractModel):
|
|
29533
29238
|
@property
|
29534
29239
|
def Status(self):
|
29535
29240
|
"""状态
|
29536
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29537
29241
|
:rtype: int
|
29538
29242
|
"""
|
29539
29243
|
return self._Status
|
@@ -29545,7 +29249,6 @@ class ResourceInfo(AbstractModel):
|
|
29545
29249
|
@property
|
29546
29250
|
def ResourceGroupName(self):
|
29547
29251
|
"""标准引擎资源组信息
|
29548
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29549
29252
|
:rtype: str
|
29550
29253
|
"""
|
29551
29254
|
return self._ResourceGroupName
|
@@ -29879,22 +29582,18 @@ class Script(AbstractModel):
|
|
29879
29582
|
def __init__(self):
|
29880
29583
|
r"""
|
29881
29584
|
:param _ScriptId: 脚本Id,长度36字节。
|
29882
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29883
29585
|
:type ScriptId: str
|
29884
29586
|
:param _ScriptName: 脚本名称,长度0-25。
|
29885
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29886
29587
|
:type ScriptName: str
|
29887
29588
|
:param _ScriptDesc: 脚本描述,长度0-50。
|
29888
29589
|
注意:此字段可能返回 null,表示取不到有效值。
|
29889
29590
|
:type ScriptDesc: str
|
29890
29591
|
:param _DatabaseName: 默认关联数据库。
|
29891
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29892
29592
|
:type DatabaseName: str
|
29893
29593
|
:param _SQLStatement: SQL描述,长度0-10000。
|
29894
29594
|
注意:此字段可能返回 null,表示取不到有效值。
|
29895
29595
|
:type SQLStatement: str
|
29896
29596
|
:param _UpdateTime: 更新时间戳, 单位:ms。
|
29897
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29898
29597
|
:type UpdateTime: int
|
29899
29598
|
"""
|
29900
29599
|
self._ScriptId = None
|
@@ -29907,7 +29606,6 @@ class Script(AbstractModel):
|
|
29907
29606
|
@property
|
29908
29607
|
def ScriptId(self):
|
29909
29608
|
"""脚本Id,长度36字节。
|
29910
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29911
29609
|
:rtype: str
|
29912
29610
|
"""
|
29913
29611
|
return self._ScriptId
|
@@ -29919,7 +29617,6 @@ class Script(AbstractModel):
|
|
29919
29617
|
@property
|
29920
29618
|
def ScriptName(self):
|
29921
29619
|
"""脚本名称,长度0-25。
|
29922
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29923
29620
|
:rtype: str
|
29924
29621
|
"""
|
29925
29622
|
return self._ScriptName
|
@@ -29943,7 +29640,6 @@ class Script(AbstractModel):
|
|
29943
29640
|
@property
|
29944
29641
|
def DatabaseName(self):
|
29945
29642
|
"""默认关联数据库。
|
29946
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29947
29643
|
:rtype: str
|
29948
29644
|
"""
|
29949
29645
|
return self._DatabaseName
|
@@ -29967,7 +29663,6 @@ class Script(AbstractModel):
|
|
29967
29663
|
@property
|
29968
29664
|
def UpdateTime(self):
|
29969
29665
|
"""更新时间戳, 单位:ms。
|
29970
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
29971
29666
|
:rtype: int
|
29972
29667
|
"""
|
29973
29668
|
return self._UpdateTime
|
@@ -30002,27 +29697,25 @@ class SessionResourceTemplate(AbstractModel):
|
|
30002
29697
|
def __init__(self):
|
30003
29698
|
r"""
|
30004
29699
|
:param _DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
30005
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30006
29700
|
:type DriverSize: str
|
30007
29701
|
:param _ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
30008
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30009
29702
|
:type ExecutorSize: str
|
30010
29703
|
:param _ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
|
30011
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30012
29704
|
:type ExecutorNums: int
|
30013
29705
|
:param _ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
|
30014
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30015
29706
|
:type ExecutorMaxNumbers: int
|
29707
|
+
:param _RunningTimeParameters: 运行时参数
|
29708
|
+
:type RunningTimeParameters: list of DataEngineConfigPair
|
30016
29709
|
"""
|
30017
29710
|
self._DriverSize = None
|
30018
29711
|
self._ExecutorSize = None
|
30019
29712
|
self._ExecutorNums = None
|
30020
29713
|
self._ExecutorMaxNumbers = None
|
29714
|
+
self._RunningTimeParameters = None
|
30021
29715
|
|
30022
29716
|
@property
|
30023
29717
|
def DriverSize(self):
|
30024
29718
|
"""driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
30025
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30026
29719
|
:rtype: str
|
30027
29720
|
"""
|
30028
29721
|
return self._DriverSize
|
@@ -30034,7 +29727,6 @@ class SessionResourceTemplate(AbstractModel):
|
|
30034
29727
|
@property
|
30035
29728
|
def ExecutorSize(self):
|
30036
29729
|
"""executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
30037
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30038
29730
|
:rtype: str
|
30039
29731
|
"""
|
30040
29732
|
return self._ExecutorSize
|
@@ -30046,7 +29738,6 @@ class SessionResourceTemplate(AbstractModel):
|
|
30046
29738
|
@property
|
30047
29739
|
def ExecutorNums(self):
|
30048
29740
|
"""指定executor数量,最小值为1,最大值小于集群规格
|
30049
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30050
29741
|
:rtype: int
|
30051
29742
|
"""
|
30052
29743
|
return self._ExecutorNums
|
@@ -30058,7 +29749,6 @@ class SessionResourceTemplate(AbstractModel):
|
|
30058
29749
|
@property
|
30059
29750
|
def ExecutorMaxNumbers(self):
|
30060
29751
|
"""指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
|
30061
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30062
29752
|
:rtype: int
|
30063
29753
|
"""
|
30064
29754
|
return self._ExecutorMaxNumbers
|
@@ -30067,12 +29757,29 @@ class SessionResourceTemplate(AbstractModel):
|
|
30067
29757
|
def ExecutorMaxNumbers(self, ExecutorMaxNumbers):
|
30068
29758
|
self._ExecutorMaxNumbers = ExecutorMaxNumbers
|
30069
29759
|
|
29760
|
+
@property
|
29761
|
+
def RunningTimeParameters(self):
|
29762
|
+
"""运行时参数
|
29763
|
+
:rtype: list of DataEngineConfigPair
|
29764
|
+
"""
|
29765
|
+
return self._RunningTimeParameters
|
29766
|
+
|
29767
|
+
@RunningTimeParameters.setter
|
29768
|
+
def RunningTimeParameters(self, RunningTimeParameters):
|
29769
|
+
self._RunningTimeParameters = RunningTimeParameters
|
29770
|
+
|
30070
29771
|
|
30071
29772
|
def _deserialize(self, params):
|
30072
29773
|
self._DriverSize = params.get("DriverSize")
|
30073
29774
|
self._ExecutorSize = params.get("ExecutorSize")
|
30074
29775
|
self._ExecutorNums = params.get("ExecutorNums")
|
30075
29776
|
self._ExecutorMaxNumbers = params.get("ExecutorMaxNumbers")
|
29777
|
+
if params.get("RunningTimeParameters") is not None:
|
29778
|
+
self._RunningTimeParameters = []
|
29779
|
+
for item in params.get("RunningTimeParameters"):
|
29780
|
+
obj = DataEngineConfigPair()
|
29781
|
+
obj._deserialize(item)
|
29782
|
+
self._RunningTimeParameters.append(obj)
|
30076
29783
|
memeber_set = set(params.keys())
|
30077
29784
|
for name, value in vars(self).items():
|
30078
29785
|
property_name = name[1:]
|
@@ -30091,7 +29798,6 @@ class SmartOptimizerChangeTablePolicy(AbstractModel):
|
|
30091
29798
|
def __init__(self):
|
30092
29799
|
r"""
|
30093
29800
|
:param _DataRetentionTime: change表的数据保存时间,单位为天
|
30094
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30095
29801
|
:type DataRetentionTime: int
|
30096
29802
|
"""
|
30097
29803
|
self._DataRetentionTime = None
|
@@ -30099,7 +29805,6 @@ class SmartOptimizerChangeTablePolicy(AbstractModel):
|
|
30099
29805
|
@property
|
30100
29806
|
def DataRetentionTime(self):
|
30101
29807
|
"""change表的数据保存时间,单位为天
|
30102
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30103
29808
|
:rtype: int
|
30104
29809
|
"""
|
30105
29810
|
return self._DataRetentionTime
|
@@ -30129,7 +29834,6 @@ class SmartOptimizerIndexPolicy(AbstractModel):
|
|
30129
29834
|
def __init__(self):
|
30130
29835
|
r"""
|
30131
29836
|
:param _IndexEnable: 开启索引
|
30132
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30133
29837
|
:type IndexEnable: str
|
30134
29838
|
"""
|
30135
29839
|
self._IndexEnable = None
|
@@ -30137,7 +29841,6 @@ class SmartOptimizerIndexPolicy(AbstractModel):
|
|
30137
29841
|
@property
|
30138
29842
|
def IndexEnable(self):
|
30139
29843
|
"""开启索引
|
30140
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30141
29844
|
:rtype: str
|
30142
29845
|
"""
|
30143
29846
|
return self._IndexEnable
|
@@ -30167,19 +29870,14 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
30167
29870
|
def __init__(self):
|
30168
29871
|
r"""
|
30169
29872
|
:param _LifecycleEnable: 生命周期启用
|
30170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30171
29873
|
:type LifecycleEnable: str
|
30172
29874
|
:param _Expiration: 过期时间
|
30173
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30174
29875
|
:type Expiration: int
|
30175
29876
|
:param _DropTable: 是否删表
|
30176
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30177
29877
|
:type DropTable: bool
|
30178
29878
|
:param _ExpiredField: 过期字段
|
30179
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30180
29879
|
:type ExpiredField: str
|
30181
29880
|
:param _ExpiredFieldFormat: 过期字段格式
|
30182
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30183
29881
|
:type ExpiredFieldFormat: str
|
30184
29882
|
"""
|
30185
29883
|
self._LifecycleEnable = None
|
@@ -30191,7 +29889,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
30191
29889
|
@property
|
30192
29890
|
def LifecycleEnable(self):
|
30193
29891
|
"""生命周期启用
|
30194
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30195
29892
|
:rtype: str
|
30196
29893
|
"""
|
30197
29894
|
return self._LifecycleEnable
|
@@ -30203,7 +29900,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
30203
29900
|
@property
|
30204
29901
|
def Expiration(self):
|
30205
29902
|
"""过期时间
|
30206
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30207
29903
|
:rtype: int
|
30208
29904
|
"""
|
30209
29905
|
return self._Expiration
|
@@ -30215,7 +29911,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
30215
29911
|
@property
|
30216
29912
|
def DropTable(self):
|
30217
29913
|
"""是否删表
|
30218
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30219
29914
|
:rtype: bool
|
30220
29915
|
"""
|
30221
29916
|
return self._DropTable
|
@@ -30227,7 +29922,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
30227
29922
|
@property
|
30228
29923
|
def ExpiredField(self):
|
30229
29924
|
"""过期字段
|
30230
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30231
29925
|
:rtype: str
|
30232
29926
|
"""
|
30233
29927
|
return self._ExpiredField
|
@@ -30239,7 +29933,6 @@ class SmartOptimizerLifecyclePolicy(AbstractModel):
|
|
30239
29933
|
@property
|
30240
29934
|
def ExpiredFieldFormat(self):
|
30241
29935
|
"""过期字段格式
|
30242
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30243
29936
|
:rtype: str
|
30244
29937
|
"""
|
30245
29938
|
return self._ExpiredFieldFormat
|
@@ -30273,7 +29966,6 @@ class SmartOptimizerPolicy(AbstractModel):
|
|
30273
29966
|
def __init__(self):
|
30274
29967
|
r"""
|
30275
29968
|
:param _Inherit: 是否继承
|
30276
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30277
29969
|
:type Inherit: str
|
30278
29970
|
:param _Resources: ResourceInfo
|
30279
29971
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -30301,7 +29993,6 @@ class SmartOptimizerPolicy(AbstractModel):
|
|
30301
29993
|
@property
|
30302
29994
|
def Inherit(self):
|
30303
29995
|
"""是否继承
|
30304
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30305
29996
|
:rtype: str
|
30306
29997
|
"""
|
30307
29998
|
return self._Inherit
|
@@ -30409,7 +30100,6 @@ class SmartOptimizerWrittenPolicy(AbstractModel):
|
|
30409
30100
|
def __init__(self):
|
30410
30101
|
r"""
|
30411
30102
|
:param _WrittenEnable: none/enable/disable/default
|
30412
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30413
30103
|
:type WrittenEnable: str
|
30414
30104
|
"""
|
30415
30105
|
self._WrittenEnable = None
|
@@ -30417,7 +30107,6 @@ class SmartOptimizerWrittenPolicy(AbstractModel):
|
|
30417
30107
|
@property
|
30418
30108
|
def WrittenEnable(self):
|
30419
30109
|
"""none/enable/disable/default
|
30420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30421
30110
|
:rtype: str
|
30422
30111
|
"""
|
30423
30112
|
return self._WrittenEnable
|
@@ -30506,22 +30195,16 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30506
30195
|
def __init__(self):
|
30507
30196
|
r"""
|
30508
30197
|
:param _Uin: 用户uin
|
30509
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30510
30198
|
:type Uin: str
|
30511
30199
|
:param _PolicyType: Catalog/Database/Table
|
30512
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30513
30200
|
:type PolicyType: str
|
30514
30201
|
:param _Catalog: Catalog名称
|
30515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30516
30202
|
:type Catalog: str
|
30517
30203
|
:param _Database: 数据库名称
|
30518
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30519
30204
|
:type Database: str
|
30520
30205
|
:param _Table: 表名称
|
30521
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30522
30206
|
:type Table: str
|
30523
30207
|
:param _AppId: 用户appid
|
30524
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30525
30208
|
:type AppId: str
|
30526
30209
|
"""
|
30527
30210
|
self._Uin = None
|
@@ -30534,7 +30217,6 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30534
30217
|
@property
|
30535
30218
|
def Uin(self):
|
30536
30219
|
"""用户uin
|
30537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30538
30220
|
:rtype: str
|
30539
30221
|
"""
|
30540
30222
|
return self._Uin
|
@@ -30546,7 +30228,6 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30546
30228
|
@property
|
30547
30229
|
def PolicyType(self):
|
30548
30230
|
"""Catalog/Database/Table
|
30549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30550
30231
|
:rtype: str
|
30551
30232
|
"""
|
30552
30233
|
return self._PolicyType
|
@@ -30558,7 +30239,6 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30558
30239
|
@property
|
30559
30240
|
def Catalog(self):
|
30560
30241
|
"""Catalog名称
|
30561
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30562
30242
|
:rtype: str
|
30563
30243
|
"""
|
30564
30244
|
return self._Catalog
|
@@ -30570,7 +30250,6 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30570
30250
|
@property
|
30571
30251
|
def Database(self):
|
30572
30252
|
"""数据库名称
|
30573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30574
30253
|
:rtype: str
|
30575
30254
|
"""
|
30576
30255
|
return self._Database
|
@@ -30582,7 +30261,6 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30582
30261
|
@property
|
30583
30262
|
def Table(self):
|
30584
30263
|
"""表名称
|
30585
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30586
30264
|
:rtype: str
|
30587
30265
|
"""
|
30588
30266
|
return self._Table
|
@@ -30594,7 +30272,6 @@ class SmartPolicyBaseInfo(AbstractModel):
|
|
30594
30272
|
@property
|
30595
30273
|
def AppId(self):
|
30596
30274
|
"""用户appid
|
30597
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
30598
30275
|
:rtype: str
|
30599
30276
|
"""
|
30600
30277
|
return self._AppId
|
@@ -31373,13 +31050,10 @@ class SparkSessionBatchLog(AbstractModel):
|
|
31373
31050
|
def __init__(self):
|
31374
31051
|
r"""
|
31375
31052
|
:param _Step: 日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
|
31376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31377
31053
|
:type Step: str
|
31378
31054
|
:param _Time: 时间
|
31379
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31380
31055
|
:type Time: str
|
31381
31056
|
:param _Message: 日志提示
|
31382
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31383
31057
|
:type Message: str
|
31384
31058
|
:param _Operate: 日志操作
|
31385
31059
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -31393,7 +31067,6 @@ class SparkSessionBatchLog(AbstractModel):
|
|
31393
31067
|
@property
|
31394
31068
|
def Step(self):
|
31395
31069
|
"""日志步骤:BEG/CS/DS/DSS/DSF/FINF/RTO/CANCEL/CT/DT/DTS/DTF/FINT/EXCE
|
31396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31397
31070
|
:rtype: str
|
31398
31071
|
"""
|
31399
31072
|
return self._Step
|
@@ -31405,7 +31078,6 @@ class SparkSessionBatchLog(AbstractModel):
|
|
31405
31078
|
@property
|
31406
31079
|
def Time(self):
|
31407
31080
|
"""时间
|
31408
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31409
31081
|
:rtype: str
|
31410
31082
|
"""
|
31411
31083
|
return self._Time
|
@@ -31417,7 +31089,6 @@ class SparkSessionBatchLog(AbstractModel):
|
|
31417
31089
|
@property
|
31418
31090
|
def Message(self):
|
31419
31091
|
"""日志提示
|
31420
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31421
31092
|
:rtype: str
|
31422
31093
|
"""
|
31423
31094
|
return self._Message
|
@@ -31467,10 +31138,8 @@ class SparkSessionBatchLogOperate(AbstractModel):
|
|
31467
31138
|
def __init__(self):
|
31468
31139
|
r"""
|
31469
31140
|
:param _Text: 操作提示
|
31470
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31471
31141
|
:type Text: str
|
31472
31142
|
:param _Operate: 操作类型:COPY、LOG、UI、RESULT、List、TAB
|
31473
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31474
31143
|
:type Operate: str
|
31475
31144
|
:param _Supplement: 补充信息:如:taskid、sessionid、sparkui等
|
31476
31145
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -31483,7 +31152,6 @@ class SparkSessionBatchLogOperate(AbstractModel):
|
|
31483
31152
|
@property
|
31484
31153
|
def Text(self):
|
31485
31154
|
"""操作提示
|
31486
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31487
31155
|
:rtype: str
|
31488
31156
|
"""
|
31489
31157
|
return self._Text
|
@@ -31495,7 +31163,6 @@ class SparkSessionBatchLogOperate(AbstractModel):
|
|
31495
31163
|
@property
|
31496
31164
|
def Operate(self):
|
31497
31165
|
"""操作类型:COPY、LOG、UI、RESULT、List、TAB
|
31498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
31499
31166
|
:rtype: str
|
31500
31167
|
"""
|
31501
31168
|
return self._Operate
|
@@ -32315,32 +31982,23 @@ class TColumn(AbstractModel):
|
|
32315
31982
|
def __init__(self):
|
32316
31983
|
r"""
|
32317
31984
|
:param _Name: 字段名称
|
32318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32319
31985
|
:type Name: str
|
32320
31986
|
:param _Type: 字段类型
|
32321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32322
31987
|
:type Type: str
|
32323
31988
|
:param _Comment: 字段描述
|
32324
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32325
31989
|
:type Comment: str
|
32326
31990
|
:param _Default: 字段默认值
|
32327
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32328
31991
|
:type Default: str
|
32329
31992
|
:param _NotNull: 字段是否是非空
|
32330
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32331
31993
|
:type NotNull: bool
|
32332
31994
|
:param _Precision: 表示整个 numeric 的长度,取值1-38
|
32333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32334
31995
|
:type Precision: int
|
32335
31996
|
:param _Scale: 表示小数部分的长度
|
32336
31997
|
Scale小于Precision
|
32337
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32338
31998
|
:type Scale: int
|
32339
31999
|
:param _Position: 字段位置,小的在前
|
32340
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32341
32000
|
:type Position: int
|
32342
32001
|
:param _IsPartition: 是否为分区字段
|
32343
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32344
32002
|
:type IsPartition: bool
|
32345
32003
|
"""
|
32346
32004
|
self._Name = None
|
@@ -32356,7 +32014,6 @@ Scale小于Precision
|
|
32356
32014
|
@property
|
32357
32015
|
def Name(self):
|
32358
32016
|
"""字段名称
|
32359
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32360
32017
|
:rtype: str
|
32361
32018
|
"""
|
32362
32019
|
return self._Name
|
@@ -32368,7 +32025,6 @@ Scale小于Precision
|
|
32368
32025
|
@property
|
32369
32026
|
def Type(self):
|
32370
32027
|
"""字段类型
|
32371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32372
32028
|
:rtype: str
|
32373
32029
|
"""
|
32374
32030
|
return self._Type
|
@@ -32380,7 +32036,6 @@ Scale小于Precision
|
|
32380
32036
|
@property
|
32381
32037
|
def Comment(self):
|
32382
32038
|
"""字段描述
|
32383
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32384
32039
|
:rtype: str
|
32385
32040
|
"""
|
32386
32041
|
return self._Comment
|
@@ -32392,7 +32047,6 @@ Scale小于Precision
|
|
32392
32047
|
@property
|
32393
32048
|
def Default(self):
|
32394
32049
|
"""字段默认值
|
32395
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32396
32050
|
:rtype: str
|
32397
32051
|
"""
|
32398
32052
|
return self._Default
|
@@ -32404,7 +32058,6 @@ Scale小于Precision
|
|
32404
32058
|
@property
|
32405
32059
|
def NotNull(self):
|
32406
32060
|
"""字段是否是非空
|
32407
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32408
32061
|
:rtype: bool
|
32409
32062
|
"""
|
32410
32063
|
return self._NotNull
|
@@ -32416,7 +32069,6 @@ Scale小于Precision
|
|
32416
32069
|
@property
|
32417
32070
|
def Precision(self):
|
32418
32071
|
"""表示整个 numeric 的长度,取值1-38
|
32419
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32420
32072
|
:rtype: int
|
32421
32073
|
"""
|
32422
32074
|
return self._Precision
|
@@ -32429,7 +32081,6 @@ Scale小于Precision
|
|
32429
32081
|
def Scale(self):
|
32430
32082
|
"""表示小数部分的长度
|
32431
32083
|
Scale小于Precision
|
32432
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32433
32084
|
:rtype: int
|
32434
32085
|
"""
|
32435
32086
|
return self._Scale
|
@@ -32441,7 +32092,6 @@ Scale小于Precision
|
|
32441
32092
|
@property
|
32442
32093
|
def Position(self):
|
32443
32094
|
"""字段位置,小的在前
|
32444
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32445
32095
|
:rtype: int
|
32446
32096
|
"""
|
32447
32097
|
return self._Position
|
@@ -32453,7 +32103,6 @@ Scale小于Precision
|
|
32453
32103
|
@property
|
32454
32104
|
def IsPartition(self):
|
32455
32105
|
"""是否为分区字段
|
32456
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32457
32106
|
:rtype: bool
|
32458
32107
|
"""
|
32459
32108
|
return self._IsPartition
|
@@ -32636,22 +32285,17 @@ class TableBaseInfo(AbstractModel):
|
|
32636
32285
|
:param _TableName: 数据表名字
|
32637
32286
|
:type TableName: str
|
32638
32287
|
:param _DatasourceConnectionName: 该数据表所属数据源名字
|
32639
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32640
32288
|
:type DatasourceConnectionName: str
|
32641
32289
|
:param _TableComment: 该数据表备注
|
32642
32290
|
注意:此字段可能返回 null,表示取不到有效值。
|
32643
32291
|
:type TableComment: str
|
32644
32292
|
:param _Type: 具体类型,表or视图
|
32645
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32646
32293
|
:type Type: str
|
32647
32294
|
:param _TableFormat: 数据格式类型,hive,iceberg等
|
32648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32649
32295
|
:type TableFormat: str
|
32650
32296
|
:param _UserAlias: 建表用户昵称
|
32651
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32652
32297
|
:type UserAlias: str
|
32653
32298
|
:param _UserSubUin: 建表用户ID
|
32654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32655
32299
|
:type UserSubUin: str
|
32656
32300
|
:param _GovernPolicy: 数据治理配置项
|
32657
32301
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -32704,7 +32348,6 @@ class TableBaseInfo(AbstractModel):
|
|
32704
32348
|
@property
|
32705
32349
|
def DatasourceConnectionName(self):
|
32706
32350
|
"""该数据表所属数据源名字
|
32707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32708
32351
|
:rtype: str
|
32709
32352
|
"""
|
32710
32353
|
return self._DatasourceConnectionName
|
@@ -32728,7 +32371,6 @@ class TableBaseInfo(AbstractModel):
|
|
32728
32371
|
@property
|
32729
32372
|
def Type(self):
|
32730
32373
|
"""具体类型,表or视图
|
32731
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32732
32374
|
:rtype: str
|
32733
32375
|
"""
|
32734
32376
|
return self._Type
|
@@ -32740,7 +32382,6 @@ class TableBaseInfo(AbstractModel):
|
|
32740
32382
|
@property
|
32741
32383
|
def TableFormat(self):
|
32742
32384
|
"""数据格式类型,hive,iceberg等
|
32743
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32744
32385
|
:rtype: str
|
32745
32386
|
"""
|
32746
32387
|
return self._TableFormat
|
@@ -32752,7 +32393,6 @@ class TableBaseInfo(AbstractModel):
|
|
32752
32393
|
@property
|
32753
32394
|
def UserAlias(self):
|
32754
32395
|
"""建表用户昵称
|
32755
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32756
32396
|
:rtype: str
|
32757
32397
|
"""
|
32758
32398
|
return self._UserAlias
|
@@ -32764,7 +32404,6 @@ class TableBaseInfo(AbstractModel):
|
|
32764
32404
|
@property
|
32765
32405
|
def UserSubUin(self):
|
32766
32406
|
"""建表用户ID
|
32767
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32768
32407
|
:rtype: str
|
32769
32408
|
"""
|
32770
32409
|
return self._UserSubUin
|
@@ -32983,31 +32622,23 @@ class TableResponseInfo(AbstractModel):
|
|
32983
32622
|
注意:此字段可能返回 null,表示取不到有效值。
|
32984
32623
|
:type Partitions: list of Partition
|
32985
32624
|
:param _Location: 数据存储路径。
|
32986
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32987
32625
|
:type Location: str
|
32988
32626
|
:param _Properties: 数据表属性信息。
|
32989
32627
|
注意:此字段可能返回 null,表示取不到有效值。
|
32990
32628
|
:type Properties: list of Property
|
32991
32629
|
:param _ModifiedTime: 数据表更新时间, 单位: ms。
|
32992
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32993
32630
|
:type ModifiedTime: str
|
32994
32631
|
:param _CreateTime: 数据表创建时间,单位: ms。
|
32995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32996
32632
|
:type CreateTime: str
|
32997
32633
|
:param _InputFormat: 数据格式。
|
32998
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
32999
32634
|
:type InputFormat: str
|
33000
32635
|
:param _StorageSize: 数据表存储大小(单位:Byte)
|
33001
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33002
32636
|
:type StorageSize: int
|
33003
32637
|
:param _RecordCount: 数据表行数
|
33004
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33005
32638
|
:type RecordCount: int
|
33006
32639
|
:param _MapMaterializedViewName: xxxx
|
33007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33008
32640
|
:type MapMaterializedViewName: str
|
33009
32641
|
:param _HeatValue: 访问热点
|
33010
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33011
32642
|
:type HeatValue: int
|
33012
32643
|
:param _InputFormatShort: InputFormat的缩写
|
33013
32644
|
:type InputFormatShort: str
|
@@ -33064,7 +32695,6 @@ class TableResponseInfo(AbstractModel):
|
|
33064
32695
|
@property
|
33065
32696
|
def Location(self):
|
33066
32697
|
"""数据存储路径。
|
33067
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33068
32698
|
:rtype: str
|
33069
32699
|
"""
|
33070
32700
|
return self._Location
|
@@ -33088,7 +32718,6 @@ class TableResponseInfo(AbstractModel):
|
|
33088
32718
|
@property
|
33089
32719
|
def ModifiedTime(self):
|
33090
32720
|
"""数据表更新时间, 单位: ms。
|
33091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33092
32721
|
:rtype: str
|
33093
32722
|
"""
|
33094
32723
|
return self._ModifiedTime
|
@@ -33100,7 +32729,6 @@ class TableResponseInfo(AbstractModel):
|
|
33100
32729
|
@property
|
33101
32730
|
def CreateTime(self):
|
33102
32731
|
"""数据表创建时间,单位: ms。
|
33103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33104
32732
|
:rtype: str
|
33105
32733
|
"""
|
33106
32734
|
return self._CreateTime
|
@@ -33112,7 +32740,6 @@ class TableResponseInfo(AbstractModel):
|
|
33112
32740
|
@property
|
33113
32741
|
def InputFormat(self):
|
33114
32742
|
"""数据格式。
|
33115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33116
32743
|
:rtype: str
|
33117
32744
|
"""
|
33118
32745
|
return self._InputFormat
|
@@ -33124,7 +32751,6 @@ class TableResponseInfo(AbstractModel):
|
|
33124
32751
|
@property
|
33125
32752
|
def StorageSize(self):
|
33126
32753
|
"""数据表存储大小(单位:Byte)
|
33127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33128
32754
|
:rtype: int
|
33129
32755
|
"""
|
33130
32756
|
return self._StorageSize
|
@@ -33136,7 +32762,6 @@ class TableResponseInfo(AbstractModel):
|
|
33136
32762
|
@property
|
33137
32763
|
def RecordCount(self):
|
33138
32764
|
"""数据表行数
|
33139
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33140
32765
|
:rtype: int
|
33141
32766
|
"""
|
33142
32767
|
return self._RecordCount
|
@@ -33148,7 +32773,6 @@ class TableResponseInfo(AbstractModel):
|
|
33148
32773
|
@property
|
33149
32774
|
def MapMaterializedViewName(self):
|
33150
32775
|
"""xxxx
|
33151
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33152
32776
|
:rtype: str
|
33153
32777
|
"""
|
33154
32778
|
return self._MapMaterializedViewName
|
@@ -33160,7 +32784,6 @@ class TableResponseInfo(AbstractModel):
|
|
33160
32784
|
@property
|
33161
32785
|
def HeatValue(self):
|
33162
32786
|
"""访问热点
|
33163
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33164
32787
|
:rtype: int
|
33165
32788
|
"""
|
33166
32789
|
return self._HeatValue
|
@@ -33484,7 +33107,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33484
33107
|
:param _RowAffectInfo: 数据影响统计信息。
|
33485
33108
|
:type RowAffectInfo: str
|
33486
33109
|
:param _DataSet: 任务结果数据表。
|
33487
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33488
33110
|
:type DataSet: str
|
33489
33111
|
:param _Error: 失败信息, 例如:errorMessage。该字段已废弃。
|
33490
33112
|
:type Error: str
|
@@ -33495,67 +33117,47 @@ class TaskResponseInfo(AbstractModel):
|
|
33495
33117
|
:param _TaskType: 执行SQL的引擎类型
|
33496
33118
|
:type TaskType: str
|
33497
33119
|
:param _ProgressDetail: 任务进度明细
|
33498
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33499
33120
|
:type ProgressDetail: str
|
33500
33121
|
:param _UpdateTime: 任务结束时间
|
33501
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33502
33122
|
:type UpdateTime: str
|
33503
33123
|
:param _DataEngineId: 计算资源id
|
33504
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33505
33124
|
:type DataEngineId: str
|
33506
33125
|
:param _OperateUin: 执行sql的子uin
|
33507
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33508
33126
|
:type OperateUin: str
|
33509
33127
|
:param _DataEngineName: 计算资源名字
|
33510
33128
|
注意:此字段可能返回 null,表示取不到有效值。
|
33511
33129
|
:type DataEngineName: str
|
33512
33130
|
:param _InputType: 导入类型是本地导入还是cos
|
33513
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33514
33131
|
:type InputType: str
|
33515
33132
|
:param _InputConf: 导入配置
|
33516
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33517
33133
|
:type InputConf: str
|
33518
33134
|
:param _DataNumber: 数据条数
|
33519
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33520
33135
|
:type DataNumber: int
|
33521
33136
|
:param _CanDownload: 查询数据能不能下载
|
33522
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33523
33137
|
:type CanDownload: bool
|
33524
33138
|
:param _UserAlias: 用户别名
|
33525
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33526
33139
|
:type UserAlias: str
|
33527
33140
|
:param _SparkJobName: spark应用作业名
|
33528
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33529
33141
|
:type SparkJobName: str
|
33530
33142
|
:param _SparkJobId: spark应用作业Id
|
33531
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33532
33143
|
:type SparkJobId: str
|
33533
33144
|
:param _SparkJobFile: spark应用入口jar文件
|
33534
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33535
33145
|
:type SparkJobFile: str
|
33536
33146
|
:param _UiUrl: spark ui url
|
33537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33538
33147
|
:type UiUrl: str
|
33539
33148
|
:param _TotalTime: 任务耗时,单位: ms
|
33540
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33541
33149
|
:type TotalTime: int
|
33542
33150
|
:param _CmdArgs: spark app job执行task的程序入口参数
|
33543
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33544
33151
|
:type CmdArgs: str
|
33545
33152
|
:param _ImageVersion: 集群镜像大版本名称
|
33546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33547
33153
|
:type ImageVersion: str
|
33548
33154
|
:param _DriverSize: driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
33549
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33550
33155
|
:type DriverSize: str
|
33551
33156
|
:param _ExecutorSize: executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
33552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33553
33157
|
:type ExecutorSize: str
|
33554
33158
|
:param _ExecutorNums: 指定executor数量,最小值为1,最大值小于集群规格
|
33555
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33556
33159
|
:type ExecutorNums: int
|
33557
33160
|
:param _ExecutorMaxNumbers: 指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
|
33558
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33559
33161
|
:type ExecutorMaxNumbers: int
|
33560
33162
|
:param _CommonMetrics: 任务公共指标数据
|
33561
33163
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -33567,13 +33169,10 @@ class TaskResponseInfo(AbstractModel):
|
|
33567
33169
|
注意:此字段可能返回 null,表示取不到有效值。
|
33568
33170
|
:type PrestoMonitorMetrics: :class:`tencentcloud.dlc.v20210125.models.PrestoMonitorMetrics`
|
33569
33171
|
:param _ResultFormat: 结果文件格式:默认为csv
|
33570
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33571
33172
|
:type ResultFormat: str
|
33572
33173
|
:param _EngineTypeDetail: 引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
|
33573
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33574
33174
|
:type EngineTypeDetail: str
|
33575
33175
|
:param _ResourceGroupName: spark引擎资源组名称
|
33576
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33577
33176
|
:type ResourceGroupName: str
|
33578
33177
|
"""
|
33579
33178
|
self._DatabaseName = None
|
@@ -33744,7 +33343,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33744
33343
|
@property
|
33745
33344
|
def DataSet(self):
|
33746
33345
|
"""任务结果数据表。
|
33747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33748
33346
|
:rtype: str
|
33749
33347
|
"""
|
33750
33348
|
return self._DataSet
|
@@ -33800,7 +33398,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33800
33398
|
@property
|
33801
33399
|
def ProgressDetail(self):
|
33802
33400
|
"""任务进度明细
|
33803
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33804
33401
|
:rtype: str
|
33805
33402
|
"""
|
33806
33403
|
return self._ProgressDetail
|
@@ -33812,7 +33409,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33812
33409
|
@property
|
33813
33410
|
def UpdateTime(self):
|
33814
33411
|
"""任务结束时间
|
33815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33816
33412
|
:rtype: str
|
33817
33413
|
"""
|
33818
33414
|
return self._UpdateTime
|
@@ -33824,7 +33420,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33824
33420
|
@property
|
33825
33421
|
def DataEngineId(self):
|
33826
33422
|
"""计算资源id
|
33827
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33828
33423
|
:rtype: str
|
33829
33424
|
"""
|
33830
33425
|
return self._DataEngineId
|
@@ -33836,7 +33431,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33836
33431
|
@property
|
33837
33432
|
def OperateUin(self):
|
33838
33433
|
"""执行sql的子uin
|
33839
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33840
33434
|
:rtype: str
|
33841
33435
|
"""
|
33842
33436
|
return self._OperateUin
|
@@ -33860,7 +33454,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33860
33454
|
@property
|
33861
33455
|
def InputType(self):
|
33862
33456
|
"""导入类型是本地导入还是cos
|
33863
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33864
33457
|
:rtype: str
|
33865
33458
|
"""
|
33866
33459
|
return self._InputType
|
@@ -33872,7 +33465,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33872
33465
|
@property
|
33873
33466
|
def InputConf(self):
|
33874
33467
|
"""导入配置
|
33875
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33876
33468
|
:rtype: str
|
33877
33469
|
"""
|
33878
33470
|
return self._InputConf
|
@@ -33884,7 +33476,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33884
33476
|
@property
|
33885
33477
|
def DataNumber(self):
|
33886
33478
|
"""数据条数
|
33887
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33888
33479
|
:rtype: int
|
33889
33480
|
"""
|
33890
33481
|
return self._DataNumber
|
@@ -33896,7 +33487,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33896
33487
|
@property
|
33897
33488
|
def CanDownload(self):
|
33898
33489
|
"""查询数据能不能下载
|
33899
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33900
33490
|
:rtype: bool
|
33901
33491
|
"""
|
33902
33492
|
return self._CanDownload
|
@@ -33908,7 +33498,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33908
33498
|
@property
|
33909
33499
|
def UserAlias(self):
|
33910
33500
|
"""用户别名
|
33911
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33912
33501
|
:rtype: str
|
33913
33502
|
"""
|
33914
33503
|
return self._UserAlias
|
@@ -33920,7 +33509,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33920
33509
|
@property
|
33921
33510
|
def SparkJobName(self):
|
33922
33511
|
"""spark应用作业名
|
33923
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33924
33512
|
:rtype: str
|
33925
33513
|
"""
|
33926
33514
|
return self._SparkJobName
|
@@ -33932,7 +33520,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33932
33520
|
@property
|
33933
33521
|
def SparkJobId(self):
|
33934
33522
|
"""spark应用作业Id
|
33935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33936
33523
|
:rtype: str
|
33937
33524
|
"""
|
33938
33525
|
return self._SparkJobId
|
@@ -33944,7 +33531,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33944
33531
|
@property
|
33945
33532
|
def SparkJobFile(self):
|
33946
33533
|
"""spark应用入口jar文件
|
33947
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33948
33534
|
:rtype: str
|
33949
33535
|
"""
|
33950
33536
|
return self._SparkJobFile
|
@@ -33956,7 +33542,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33956
33542
|
@property
|
33957
33543
|
def UiUrl(self):
|
33958
33544
|
"""spark ui url
|
33959
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33960
33545
|
:rtype: str
|
33961
33546
|
"""
|
33962
33547
|
return self._UiUrl
|
@@ -33968,7 +33553,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33968
33553
|
@property
|
33969
33554
|
def TotalTime(self):
|
33970
33555
|
"""任务耗时,单位: ms
|
33971
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33972
33556
|
:rtype: int
|
33973
33557
|
"""
|
33974
33558
|
return self._TotalTime
|
@@ -33980,7 +33564,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33980
33564
|
@property
|
33981
33565
|
def CmdArgs(self):
|
33982
33566
|
"""spark app job执行task的程序入口参数
|
33983
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33984
33567
|
:rtype: str
|
33985
33568
|
"""
|
33986
33569
|
return self._CmdArgs
|
@@ -33992,7 +33575,6 @@ class TaskResponseInfo(AbstractModel):
|
|
33992
33575
|
@property
|
33993
33576
|
def ImageVersion(self):
|
33994
33577
|
"""集群镜像大版本名称
|
33995
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
33996
33578
|
:rtype: str
|
33997
33579
|
"""
|
33998
33580
|
return self._ImageVersion
|
@@ -34004,7 +33586,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34004
33586
|
@property
|
34005
33587
|
def DriverSize(self):
|
34006
33588
|
"""driver规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
34007
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34008
33589
|
:rtype: str
|
34009
33590
|
"""
|
34010
33591
|
return self._DriverSize
|
@@ -34016,7 +33597,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34016
33597
|
@property
|
34017
33598
|
def ExecutorSize(self):
|
34018
33599
|
"""executor规格:small,medium,large,xlarge;内存型(引擎类型):m.small,m.medium,m.large,m.xlarge
|
34019
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34020
33600
|
:rtype: str
|
34021
33601
|
"""
|
34022
33602
|
return self._ExecutorSize
|
@@ -34028,7 +33608,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34028
33608
|
@property
|
34029
33609
|
def ExecutorNums(self):
|
34030
33610
|
"""指定executor数量,最小值为1,最大值小于集群规格
|
34031
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34032
33611
|
:rtype: int
|
34033
33612
|
"""
|
34034
33613
|
return self._ExecutorNums
|
@@ -34040,7 +33619,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34040
33619
|
@property
|
34041
33620
|
def ExecutorMaxNumbers(self):
|
34042
33621
|
"""指定executor max数量(动态配置场景下),最小值为1,最大值小于集群规格(当ExecutorMaxNumbers小于ExecutorNums时,改值设定为ExecutorNums)
|
34043
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34044
33622
|
:rtype: int
|
34045
33623
|
"""
|
34046
33624
|
return self._ExecutorMaxNumbers
|
@@ -34088,7 +33666,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34088
33666
|
@property
|
34089
33667
|
def ResultFormat(self):
|
34090
33668
|
"""结果文件格式:默认为csv
|
34091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34092
33669
|
:rtype: str
|
34093
33670
|
"""
|
34094
33671
|
return self._ResultFormat
|
@@ -34100,7 +33677,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34100
33677
|
@property
|
34101
33678
|
def EngineTypeDetail(self):
|
34102
33679
|
"""引擎类型,SparkSQL:SparkSQL 引擎;SparkBatch:Spark作业引擎;PrestoSQL:Presto引擎
|
34103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34104
33680
|
:rtype: str
|
34105
33681
|
"""
|
34106
33682
|
return self._EngineTypeDetail
|
@@ -34112,7 +33688,6 @@ class TaskResponseInfo(AbstractModel):
|
|
34112
33688
|
@property
|
34113
33689
|
def ResourceGroupName(self):
|
34114
33690
|
"""spark引擎资源组名称
|
34115
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34116
33691
|
:rtype: str
|
34117
33692
|
"""
|
34118
33693
|
return self._ResourceGroupName
|
@@ -34835,7 +34410,6 @@ class TextFile(AbstractModel):
|
|
34835
34410
|
:param _Format: 文本类型,本参数取值为TextFile。
|
34836
34411
|
:type Format: str
|
34837
34412
|
:param _Regex: 处理文本用的正则表达式。
|
34838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34839
34413
|
:type Regex: str
|
34840
34414
|
"""
|
34841
34415
|
self._Format = None
|
@@ -34855,7 +34429,6 @@ class TextFile(AbstractModel):
|
|
34855
34429
|
@property
|
34856
34430
|
def Regex(self):
|
34857
34431
|
"""处理文本用的正则表达式。
|
34858
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
34859
34432
|
:rtype: str
|
34860
34433
|
"""
|
34861
34434
|
return self._Regex
|
@@ -35664,16 +35237,12 @@ class UserDetailInfo(AbstractModel):
|
|
35664
35237
|
def __init__(self):
|
35665
35238
|
r"""
|
35666
35239
|
:param _UserId: 用户Id
|
35667
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35668
35240
|
:type UserId: str
|
35669
35241
|
:param _Type: 返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
|
35670
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35671
35242
|
:type Type: str
|
35672
35243
|
:param _UserType: 用户类型:ADMIN:管理员 COMMON:一般用户
|
35673
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35674
35244
|
:type UserType: str
|
35675
35245
|
:param _UserDescription: 用户描述信息
|
35676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35677
35246
|
:type UserDescription: str
|
35678
35247
|
:param _DataPolicyInfo: 数据权限信息集合
|
35679
35248
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -35685,14 +35254,15 @@ class UserDetailInfo(AbstractModel):
|
|
35685
35254
|
注意:此字段可能返回 null,表示取不到有效值。
|
35686
35255
|
:type WorkGroupInfo: :class:`tencentcloud.dlc.v20210125.models.WorkGroups`
|
35687
35256
|
:param _UserAlias: 用户别名
|
35688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35689
35257
|
:type UserAlias: str
|
35690
35258
|
:param _RowFilterInfo: 行过滤集合
|
35691
35259
|
注意:此字段可能返回 null,表示取不到有效值。
|
35692
35260
|
:type RowFilterInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
35693
35261
|
:param _AccountType: 账号类型
|
35694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35695
35262
|
:type AccountType: str
|
35263
|
+
:param _CatalogPolicyInfo: 数据源权限集合
|
35264
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35265
|
+
:type CatalogPolicyInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
35696
35266
|
"""
|
35697
35267
|
self._UserId = None
|
35698
35268
|
self._Type = None
|
@@ -35704,11 +35274,11 @@ class UserDetailInfo(AbstractModel):
|
|
35704
35274
|
self._UserAlias = None
|
35705
35275
|
self._RowFilterInfo = None
|
35706
35276
|
self._AccountType = None
|
35277
|
+
self._CatalogPolicyInfo = None
|
35707
35278
|
|
35708
35279
|
@property
|
35709
35280
|
def UserId(self):
|
35710
35281
|
"""用户Id
|
35711
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35712
35282
|
:rtype: str
|
35713
35283
|
"""
|
35714
35284
|
return self._UserId
|
@@ -35720,7 +35290,6 @@ class UserDetailInfo(AbstractModel):
|
|
35720
35290
|
@property
|
35721
35291
|
def Type(self):
|
35722
35292
|
"""返回的信息类型,Group:返回的当前用户的工作组信息;DataAuth:返回的当前用户的数据权限信息;EngineAuth:返回的当前用户的引擎权限信息
|
35723
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35724
35293
|
:rtype: str
|
35725
35294
|
"""
|
35726
35295
|
return self._Type
|
@@ -35732,7 +35301,6 @@ class UserDetailInfo(AbstractModel):
|
|
35732
35301
|
@property
|
35733
35302
|
def UserType(self):
|
35734
35303
|
"""用户类型:ADMIN:管理员 COMMON:一般用户
|
35735
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35736
35304
|
:rtype: str
|
35737
35305
|
"""
|
35738
35306
|
return self._UserType
|
@@ -35744,7 +35312,6 @@ class UserDetailInfo(AbstractModel):
|
|
35744
35312
|
@property
|
35745
35313
|
def UserDescription(self):
|
35746
35314
|
"""用户描述信息
|
35747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35748
35315
|
:rtype: str
|
35749
35316
|
"""
|
35750
35317
|
return self._UserDescription
|
@@ -35792,7 +35359,6 @@ class UserDetailInfo(AbstractModel):
|
|
35792
35359
|
@property
|
35793
35360
|
def UserAlias(self):
|
35794
35361
|
"""用户别名
|
35795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35796
35362
|
:rtype: str
|
35797
35363
|
"""
|
35798
35364
|
return self._UserAlias
|
@@ -35816,7 +35382,6 @@ class UserDetailInfo(AbstractModel):
|
|
35816
35382
|
@property
|
35817
35383
|
def AccountType(self):
|
35818
35384
|
"""账号类型
|
35819
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35820
35385
|
:rtype: str
|
35821
35386
|
"""
|
35822
35387
|
return self._AccountType
|
@@ -35825,6 +35390,18 @@ class UserDetailInfo(AbstractModel):
|
|
35825
35390
|
def AccountType(self, AccountType):
|
35826
35391
|
self._AccountType = AccountType
|
35827
35392
|
|
35393
|
+
@property
|
35394
|
+
def CatalogPolicyInfo(self):
|
35395
|
+
"""数据源权限集合
|
35396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
35397
|
+
:rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
35398
|
+
"""
|
35399
|
+
return self._CatalogPolicyInfo
|
35400
|
+
|
35401
|
+
@CatalogPolicyInfo.setter
|
35402
|
+
def CatalogPolicyInfo(self, CatalogPolicyInfo):
|
35403
|
+
self._CatalogPolicyInfo = CatalogPolicyInfo
|
35404
|
+
|
35828
35405
|
|
35829
35406
|
def _deserialize(self, params):
|
35830
35407
|
self._UserId = params.get("UserId")
|
@@ -35845,6 +35422,9 @@ class UserDetailInfo(AbstractModel):
|
|
35845
35422
|
self._RowFilterInfo = Policys()
|
35846
35423
|
self._RowFilterInfo._deserialize(params.get("RowFilterInfo"))
|
35847
35424
|
self._AccountType = params.get("AccountType")
|
35425
|
+
if params.get("CatalogPolicyInfo") is not None:
|
35426
|
+
self._CatalogPolicyInfo = Policys()
|
35427
|
+
self._CatalogPolicyInfo._deserialize(params.get("CatalogPolicyInfo"))
|
35848
35428
|
memeber_set = set(params.keys())
|
35849
35429
|
for name, value in vars(self).items():
|
35850
35430
|
property_name = name[1:]
|
@@ -35916,7 +35496,6 @@ class UserInfo(AbstractModel):
|
|
35916
35496
|
:param _UserId: 用户Id,和子用户uin相同
|
35917
35497
|
:type UserId: str
|
35918
35498
|
:param _UserDescription: 用户描述信息,方便区分不同用户
|
35919
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35920
35499
|
:type UserDescription: str
|
35921
35500
|
:param _PolicySet: 单独给用户绑定的权限集合
|
35922
35501
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -35929,14 +35508,13 @@ class UserInfo(AbstractModel):
|
|
35929
35508
|
注意:此字段可能返回 null,表示取不到有效值。
|
35930
35509
|
:type WorkGroupSet: list of WorkGroupMessage
|
35931
35510
|
:param _IsOwner: 是否是主账号
|
35932
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35933
35511
|
:type IsOwner: bool
|
35934
35512
|
:param _UserType: 用户类型。ADMIN:管理员 COMMON:普通用户。
|
35935
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35936
35513
|
:type UserType: str
|
35937
35514
|
:param _UserAlias: 用户别名
|
35938
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35939
35515
|
:type UserAlias: str
|
35516
|
+
:param _AccountType: 账号类型
|
35517
|
+
:type AccountType: str
|
35940
35518
|
"""
|
35941
35519
|
self._UserId = None
|
35942
35520
|
self._UserDescription = None
|
@@ -35947,6 +35525,7 @@ class UserInfo(AbstractModel):
|
|
35947
35525
|
self._IsOwner = None
|
35948
35526
|
self._UserType = None
|
35949
35527
|
self._UserAlias = None
|
35528
|
+
self._AccountType = None
|
35950
35529
|
|
35951
35530
|
@property
|
35952
35531
|
def UserId(self):
|
@@ -35962,7 +35541,6 @@ class UserInfo(AbstractModel):
|
|
35962
35541
|
@property
|
35963
35542
|
def UserDescription(self):
|
35964
35543
|
"""用户描述信息,方便区分不同用户
|
35965
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
35966
35544
|
:rtype: str
|
35967
35545
|
"""
|
35968
35546
|
return self._UserDescription
|
@@ -36020,7 +35598,6 @@ class UserInfo(AbstractModel):
|
|
36020
35598
|
@property
|
36021
35599
|
def IsOwner(self):
|
36022
35600
|
"""是否是主账号
|
36023
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36024
35601
|
:rtype: bool
|
36025
35602
|
"""
|
36026
35603
|
return self._IsOwner
|
@@ -36032,7 +35609,6 @@ class UserInfo(AbstractModel):
|
|
36032
35609
|
@property
|
36033
35610
|
def UserType(self):
|
36034
35611
|
"""用户类型。ADMIN:管理员 COMMON:普通用户。
|
36035
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36036
35612
|
:rtype: str
|
36037
35613
|
"""
|
36038
35614
|
return self._UserType
|
@@ -36044,7 +35620,6 @@ class UserInfo(AbstractModel):
|
|
36044
35620
|
@property
|
36045
35621
|
def UserAlias(self):
|
36046
35622
|
"""用户别名
|
36047
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36048
35623
|
:rtype: str
|
36049
35624
|
"""
|
36050
35625
|
return self._UserAlias
|
@@ -36053,6 +35628,17 @@ class UserInfo(AbstractModel):
|
|
36053
35628
|
def UserAlias(self, UserAlias):
|
36054
35629
|
self._UserAlias = UserAlias
|
36055
35630
|
|
35631
|
+
@property
|
35632
|
+
def AccountType(self):
|
35633
|
+
"""账号类型
|
35634
|
+
:rtype: str
|
35635
|
+
"""
|
35636
|
+
return self._AccountType
|
35637
|
+
|
35638
|
+
@AccountType.setter
|
35639
|
+
def AccountType(self, AccountType):
|
35640
|
+
self._AccountType = AccountType
|
35641
|
+
|
36056
35642
|
|
36057
35643
|
def _deserialize(self, params):
|
36058
35644
|
self._UserId = params.get("UserId")
|
@@ -36074,6 +35660,7 @@ class UserInfo(AbstractModel):
|
|
36074
35660
|
self._IsOwner = params.get("IsOwner")
|
36075
35661
|
self._UserType = params.get("UserType")
|
36076
35662
|
self._UserAlias = params.get("UserAlias")
|
35663
|
+
self._AccountType = params.get("AccountType")
|
36077
35664
|
memeber_set = set(params.keys())
|
36078
35665
|
for name, value in vars(self).items():
|
36079
35666
|
property_name = name[1:]
|
@@ -36202,16 +35789,12 @@ class UserRole(AbstractModel):
|
|
36202
35789
|
:param _Desc: 角色描述信息
|
36203
35790
|
:type Desc: str
|
36204
35791
|
:param _RoleName: 角色名称
|
36205
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36206
35792
|
:type RoleName: str
|
36207
35793
|
:param _Creator: 创建者UIN
|
36208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36209
35794
|
:type Creator: str
|
36210
35795
|
:param _CosPermissionList: cos授权路径列表
|
36211
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36212
35796
|
:type CosPermissionList: list of CosPermission
|
36213
35797
|
:param _PermissionJson: cam策略json
|
36214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36215
35798
|
:type PermissionJson: str
|
36216
35799
|
"""
|
36217
35800
|
self._RoleId = None
|
@@ -36294,7 +35877,6 @@ class UserRole(AbstractModel):
|
|
36294
35877
|
@property
|
36295
35878
|
def RoleName(self):
|
36296
35879
|
"""角色名称
|
36297
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36298
35880
|
:rtype: str
|
36299
35881
|
"""
|
36300
35882
|
return self._RoleName
|
@@ -36306,7 +35888,6 @@ class UserRole(AbstractModel):
|
|
36306
35888
|
@property
|
36307
35889
|
def Creator(self):
|
36308
35890
|
"""创建者UIN
|
36309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36310
35891
|
:rtype: str
|
36311
35892
|
"""
|
36312
35893
|
return self._Creator
|
@@ -36318,7 +35899,6 @@ class UserRole(AbstractModel):
|
|
36318
35899
|
@property
|
36319
35900
|
def CosPermissionList(self):
|
36320
35901
|
"""cos授权路径列表
|
36321
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36322
35902
|
:rtype: list of CosPermission
|
36323
35903
|
"""
|
36324
35904
|
return self._CosPermissionList
|
@@ -36330,7 +35910,6 @@ class UserRole(AbstractModel):
|
|
36330
35910
|
@property
|
36331
35911
|
def PermissionJson(self):
|
36332
35912
|
"""cam策略json
|
36333
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36334
35913
|
:rtype: str
|
36335
35914
|
"""
|
36336
35915
|
return self._PermissionJson
|
@@ -36377,7 +35956,6 @@ class Users(AbstractModel):
|
|
36377
35956
|
注意:此字段可能返回 null,表示取不到有效值。
|
36378
35957
|
:type UserSet: list of UserMessage
|
36379
35958
|
:param _TotalCount: 用户总数
|
36380
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36381
35959
|
:type TotalCount: int
|
36382
35960
|
"""
|
36383
35961
|
self._UserSet = None
|
@@ -36398,7 +35976,6 @@ class Users(AbstractModel):
|
|
36398
35976
|
@property
|
36399
35977
|
def TotalCount(self):
|
36400
35978
|
"""用户总数
|
36401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36402
35979
|
:rtype: int
|
36403
35980
|
"""
|
36404
35981
|
return self._TotalCount
|
@@ -36627,10 +36204,8 @@ class VpcCidrBlock(AbstractModel):
|
|
36627
36204
|
def __init__(self):
|
36628
36205
|
r"""
|
36629
36206
|
:param _CidrId: 子网Id
|
36630
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36631
36207
|
:type CidrId: str
|
36632
36208
|
:param _CidrAddr: 子网网段
|
36633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36634
36209
|
:type CidrAddr: str
|
36635
36210
|
"""
|
36636
36211
|
self._CidrId = None
|
@@ -36639,7 +36214,6 @@ class VpcCidrBlock(AbstractModel):
|
|
36639
36214
|
@property
|
36640
36215
|
def CidrId(self):
|
36641
36216
|
"""子网Id
|
36642
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36643
36217
|
:rtype: str
|
36644
36218
|
"""
|
36645
36219
|
return self._CidrId
|
@@ -36651,7 +36225,6 @@ class VpcCidrBlock(AbstractModel):
|
|
36651
36225
|
@property
|
36652
36226
|
def CidrAddr(self):
|
36653
36227
|
"""子网网段
|
36654
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36655
36228
|
:rtype: str
|
36656
36229
|
"""
|
36657
36230
|
return self._CidrAddr
|
@@ -36682,16 +36255,12 @@ class VpcInfo(AbstractModel):
|
|
36682
36255
|
def __init__(self):
|
36683
36256
|
r"""
|
36684
36257
|
:param _VpcId: vpc Id
|
36685
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36686
36258
|
:type VpcId: str
|
36687
36259
|
:param _VpcCidrBlock: vpc子网
|
36688
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36689
36260
|
:type VpcCidrBlock: str
|
36690
36261
|
:param _RuleId: 规则Id
|
36691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36692
36262
|
:type RuleId: int
|
36693
36263
|
:param _AccessGroupId: 权限组Id
|
36694
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36695
36264
|
:type AccessGroupId: str
|
36696
36265
|
"""
|
36697
36266
|
self._VpcId = None
|
@@ -36702,7 +36271,6 @@ class VpcInfo(AbstractModel):
|
|
36702
36271
|
@property
|
36703
36272
|
def VpcId(self):
|
36704
36273
|
"""vpc Id
|
36705
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36706
36274
|
:rtype: str
|
36707
36275
|
"""
|
36708
36276
|
return self._VpcId
|
@@ -36714,7 +36282,6 @@ class VpcInfo(AbstractModel):
|
|
36714
36282
|
@property
|
36715
36283
|
def VpcCidrBlock(self):
|
36716
36284
|
"""vpc子网
|
36717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36718
36285
|
:rtype: str
|
36719
36286
|
"""
|
36720
36287
|
return self._VpcCidrBlock
|
@@ -36726,7 +36293,6 @@ class VpcInfo(AbstractModel):
|
|
36726
36293
|
@property
|
36727
36294
|
def RuleId(self):
|
36728
36295
|
"""规则Id
|
36729
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36730
36296
|
:rtype: int
|
36731
36297
|
"""
|
36732
36298
|
return self._RuleId
|
@@ -36738,7 +36304,6 @@ class VpcInfo(AbstractModel):
|
|
36738
36304
|
@property
|
36739
36305
|
def AccessGroupId(self):
|
36740
36306
|
"""权限组Id
|
36741
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36742
36307
|
:rtype: str
|
36743
36308
|
"""
|
36744
36309
|
return self._AccessGroupId
|
@@ -36771,28 +36336,20 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36771
36336
|
def __init__(self):
|
36772
36337
|
r"""
|
36773
36338
|
:param _WorkGroupId: 工作组Id
|
36774
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36775
36339
|
:type WorkGroupId: int
|
36776
36340
|
:param _WorkGroupName: 工作组名称
|
36777
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36778
36341
|
:type WorkGroupName: str
|
36779
36342
|
:param _Type: 包含的信息类型。User:用户信息;DataAuth:数据权限;EngineAuth:引擎权限
|
36780
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36781
36343
|
:type Type: str
|
36782
36344
|
:param _UserInfo: 工作组上绑定的用户集合
|
36783
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36784
36345
|
:type UserInfo: :class:`tencentcloud.dlc.v20210125.models.Users`
|
36785
36346
|
:param _DataPolicyInfo: 数据权限集合
|
36786
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36787
36347
|
:type DataPolicyInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
36788
36348
|
:param _EnginePolicyInfo: 引擎权限集合
|
36789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36790
36349
|
:type EnginePolicyInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
36791
36350
|
:param _WorkGroupDescription: 工作组描述信息
|
36792
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36793
36351
|
:type WorkGroupDescription: str
|
36794
36352
|
:param _RowFilterInfo: 行过滤信息集合
|
36795
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36796
36353
|
:type RowFilterInfo: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
36797
36354
|
:param _CatalogPolicyInfo: 数据目录权限集
|
36798
36355
|
注意:此字段可能返回 null,表示取不到有效值。
|
@@ -36811,7 +36368,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36811
36368
|
@property
|
36812
36369
|
def WorkGroupId(self):
|
36813
36370
|
"""工作组Id
|
36814
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36815
36371
|
:rtype: int
|
36816
36372
|
"""
|
36817
36373
|
return self._WorkGroupId
|
@@ -36823,7 +36379,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36823
36379
|
@property
|
36824
36380
|
def WorkGroupName(self):
|
36825
36381
|
"""工作组名称
|
36826
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36827
36382
|
:rtype: str
|
36828
36383
|
"""
|
36829
36384
|
return self._WorkGroupName
|
@@ -36835,7 +36390,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36835
36390
|
@property
|
36836
36391
|
def Type(self):
|
36837
36392
|
"""包含的信息类型。User:用户信息;DataAuth:数据权限;EngineAuth:引擎权限
|
36838
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36839
36393
|
:rtype: str
|
36840
36394
|
"""
|
36841
36395
|
return self._Type
|
@@ -36847,7 +36401,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36847
36401
|
@property
|
36848
36402
|
def UserInfo(self):
|
36849
36403
|
"""工作组上绑定的用户集合
|
36850
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36851
36404
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.Users`
|
36852
36405
|
"""
|
36853
36406
|
return self._UserInfo
|
@@ -36859,7 +36412,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36859
36412
|
@property
|
36860
36413
|
def DataPolicyInfo(self):
|
36861
36414
|
"""数据权限集合
|
36862
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36863
36415
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
36864
36416
|
"""
|
36865
36417
|
return self._DataPolicyInfo
|
@@ -36871,7 +36423,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36871
36423
|
@property
|
36872
36424
|
def EnginePolicyInfo(self):
|
36873
36425
|
"""引擎权限集合
|
36874
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36875
36426
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
36876
36427
|
"""
|
36877
36428
|
return self._EnginePolicyInfo
|
@@ -36883,7 +36434,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36883
36434
|
@property
|
36884
36435
|
def WorkGroupDescription(self):
|
36885
36436
|
"""工作组描述信息
|
36886
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36887
36437
|
:rtype: str
|
36888
36438
|
"""
|
36889
36439
|
return self._WorkGroupDescription
|
@@ -36895,7 +36445,6 @@ class WorkGroupDetailInfo(AbstractModel):
|
|
36895
36445
|
@property
|
36896
36446
|
def RowFilterInfo(self):
|
36897
36447
|
"""行过滤信息集合
|
36898
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
36899
36448
|
:rtype: :class:`tencentcloud.dlc.v20210125.models.Policys`
|
36900
36449
|
"""
|
36901
36450
|
return self._RowFilterInfo
|
@@ -37010,7 +36559,6 @@ class WorkGroupInfo(AbstractModel):
|
|
37010
36559
|
:param _WorkGroupName: 工作组名称
|
37011
36560
|
:type WorkGroupName: str
|
37012
36561
|
:param _WorkGroupDescription: 工作组描述
|
37013
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37014
36562
|
:type WorkGroupDescription: str
|
37015
36563
|
:param _UserNum: 工作组关联的用户数量
|
37016
36564
|
:type UserNum: int
|
@@ -37059,7 +36607,6 @@ class WorkGroupInfo(AbstractModel):
|
|
37059
36607
|
@property
|
37060
36608
|
def WorkGroupDescription(self):
|
37061
36609
|
"""工作组描述
|
37062
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37063
36610
|
:rtype: str
|
37064
36611
|
"""
|
37065
36612
|
return self._WorkGroupDescription
|
@@ -37167,7 +36714,6 @@ class WorkGroupMessage(AbstractModel):
|
|
37167
36714
|
:param _WorkGroupName: 工作组名称
|
37168
36715
|
:type WorkGroupName: str
|
37169
36716
|
:param _WorkGroupDescription: 工作组描述
|
37170
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37171
36717
|
:type WorkGroupDescription: str
|
37172
36718
|
:param _Creator: 创建者
|
37173
36719
|
:type Creator: str
|
@@ -37205,7 +36751,6 @@ class WorkGroupMessage(AbstractModel):
|
|
37205
36751
|
@property
|
37206
36752
|
def WorkGroupDescription(self):
|
37207
36753
|
"""工作组描述
|
37208
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37209
36754
|
:rtype: str
|
37210
36755
|
"""
|
37211
36756
|
return self._WorkGroupDescription
|
@@ -37264,7 +36809,6 @@ class WorkGroups(AbstractModel):
|
|
37264
36809
|
注意:此字段可能返回 null,表示取不到有效值。
|
37265
36810
|
:type WorkGroupSet: list of WorkGroupMessage
|
37266
36811
|
:param _TotalCount: 工作组总数
|
37267
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37268
36812
|
:type TotalCount: int
|
37269
36813
|
"""
|
37270
36814
|
self._WorkGroupSet = None
|
@@ -37285,7 +36829,6 @@ class WorkGroups(AbstractModel):
|
|
37285
36829
|
@property
|
37286
36830
|
def TotalCount(self):
|
37287
36831
|
"""工作组总数
|
37288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
37289
36832
|
:rtype: int
|
37290
36833
|
"""
|
37291
36834
|
return self._TotalCount
|