tencentcloud-sdk-python 3.0.1200__py2.py3-none-any.whl → 3.0.1201__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.
@@ -2097,7 +2097,7 @@ class DlcClient(AbstractClient):
2097
2097
 
2098
2098
 
2099
2099
  def DescribeTaskResult(self, request):
2100
- """查询任务结果
2100
+ """查询任务结果,仅支持30天以内的任务查询结果,且返回数据大小超过近50M会进行截断。
2101
2101
 
2102
2102
  :param request: Request instance for DescribeTaskResult.
2103
2103
  :type request: :class:`tencentcloud.dlc.v20210125.models.DescribeTaskResultRequest`
@@ -13100,6 +13100,8 @@ class DescribeNotebookSessionsRequest(AbstractModel):
13100
13100
  :type Limit: int
13101
13101
  :param _Offset: 分页参数,默认0
13102
13102
  :type Offset: int
13103
+ :param _Filters: 过滤类型,支持如下的过滤类型,传参Name应为以下其中一个, engine-generation - String(引擎时代: supersql:supersql引擎,native:标准引擎):notebook-keyword - String(数据引擎名称或sessionid或sessionname的模糊搜索)
13104
+ :type Filters: list of Filter
13103
13105
  """
13104
13106
  self._DataEngineName = None
13105
13107
  self._State = None
@@ -13107,6 +13109,7 @@ class DescribeNotebookSessionsRequest(AbstractModel):
13107
13109
  self._Asc = None
13108
13110
  self._Limit = None
13109
13111
  self._Offset = None
13112
+ self._Filters = None
13110
13113
 
13111
13114
  @property
13112
13115
  def DataEngineName(self):
@@ -13156,6 +13159,14 @@ class DescribeNotebookSessionsRequest(AbstractModel):
13156
13159
  def Offset(self, Offset):
13157
13160
  self._Offset = Offset
13158
13161
 
13162
+ @property
13163
+ def Filters(self):
13164
+ return self._Filters
13165
+
13166
+ @Filters.setter
13167
+ def Filters(self, Filters):
13168
+ self._Filters = Filters
13169
+
13159
13170
 
13160
13171
  def _deserialize(self, params):
13161
13172
  self._DataEngineName = params.get("DataEngineName")
@@ -13164,6 +13175,12 @@ class DescribeNotebookSessionsRequest(AbstractModel):
13164
13175
  self._Asc = params.get("Asc")
13165
13176
  self._Limit = params.get("Limit")
13166
13177
  self._Offset = params.get("Offset")
13178
+ if params.get("Filters") is not None:
13179
+ self._Filters = []
13180
+ for item in params.get("Filters"):
13181
+ obj = Filter()
13182
+ obj._deserialize(item)
13183
+ self._Filters.append(obj)
13167
13184
  memeber_set = set(params.keys())
13168
13185
  for name, value in vars(self).items():
13169
13186
  property_name = name[1:]
@@ -15175,7 +15192,7 @@ class DescribeTaskResultRequest(AbstractModel):
15175
15192
 
15176
15193
  def __init__(self):
15177
15194
  r"""
15178
- :param _TaskId: 任务唯一ID
15195
+ :param _TaskId: 任务唯一ID,仅支持30天内的任务
15179
15196
  :type TaskId: str
15180
15197
  :param _NextToken: 上一次请求响应返回的分页信息。第一次可以不带,从头开始返回数据,每次返回MaxResults字段设置的数据量。
15181
15198
  :type NextToken: str
@@ -15805,8 +15822,14 @@ class DescribeUpdatableDataEnginesRequest(AbstractModel):
15805
15822
  r"""
15806
15823
  :param _DataEngineConfigCommand: 引擎配置操作命令,UpdateSparkSQLLakefsPath 更新托管表路径,UpdateSparkSQLResultPath 更新结果桶路径
15807
15824
  :type DataEngineConfigCommand: str
15825
+ :param _UseLakeFs: 是否使用托管存储作为结果存储
15826
+ :type UseLakeFs: bool
15827
+ :param _CustomResultPath: 用户自定义结果存储路径
15828
+ :type CustomResultPath: str
15808
15829
  """
15809
15830
  self._DataEngineConfigCommand = None
15831
+ self._UseLakeFs = None
15832
+ self._CustomResultPath = None
15810
15833
 
15811
15834
  @property
15812
15835
  def DataEngineConfigCommand(self):
@@ -15816,9 +15839,27 @@ class DescribeUpdatableDataEnginesRequest(AbstractModel):
15816
15839
  def DataEngineConfigCommand(self, DataEngineConfigCommand):
15817
15840
  self._DataEngineConfigCommand = DataEngineConfigCommand
15818
15841
 
15842
+ @property
15843
+ def UseLakeFs(self):
15844
+ return self._UseLakeFs
15845
+
15846
+ @UseLakeFs.setter
15847
+ def UseLakeFs(self, UseLakeFs):
15848
+ self._UseLakeFs = UseLakeFs
15849
+
15850
+ @property
15851
+ def CustomResultPath(self):
15852
+ return self._CustomResultPath
15853
+
15854
+ @CustomResultPath.setter
15855
+ def CustomResultPath(self, CustomResultPath):
15856
+ self._CustomResultPath = CustomResultPath
15857
+
15819
15858
 
15820
15859
  def _deserialize(self, params):
15821
15860
  self._DataEngineConfigCommand = params.get("DataEngineConfigCommand")
15861
+ self._UseLakeFs = params.get("UseLakeFs")
15862
+ self._CustomResultPath = params.get("CustomResultPath")
15822
15863
  memeber_set = set(params.keys())
15823
15864
  for name, value in vars(self).items():
15824
15865
  property_name = name[1:]
@@ -2422,7 +2422,7 @@ class DescribeAuctionListRequest(AbstractModel):
2422
2422
 
2423
2423
  def __init__(self):
2424
2424
  r"""
2425
- :param _BusinessId: 业务ID
2425
+ :param _BusinessId: 业务ID,通过接口DescribeBiddingList返回结果中获取
2426
2426
  :type BusinessId: str
2427
2427
  :param _Limit: 条数,默认10条
2428
2428
  :type Limit: int
@@ -524,14 +524,32 @@ class EssClient(AbstractClient):
524
524
 
525
525
 
526
526
  def CreateFlowApprovers(self, request):
527
- """适用场景: 当通过模板或文件发起合同时,若未指定企业签署人信息,则可调用此接口补充或添加签署人。同一签署人可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。
527
+ """**适用场景 :**
528
528
 
529
- 限制条件:
529
+ 当通过模板或文件发起合同时, 签署人不制定, 等合同发起后再指定 可以用下面2种方案
530
+
531
+ <b><font color="red">1. 或签合同</font>: 若未指定企业签署人信息(只指定企业的名字),合同变成或签合同(个人签署方不支持或签合同)</b>。需调用此接口补充或添加签署人。或签签署人在控制台上的展示样式如下(会带有<b>或签</b>标识):
532
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/b2715f0236faee807cfc0521f93cf01b.png)
533
+ <b><font color="red">2. 动态签署人合同</font>: 若未指定具体签署人的信息,则合同变成动态签署人合同</b>。需调用此接口补充或添加签署人。可以参考文档 [动态签署人合同](https://qian.tencent.com/developers/company/dynamic_signer/) 。动态签署人在控制台上的展示样式如下:
534
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/2729477978e020c3bbb4d2e767bb78eb.png)
535
+
536
+ 实际签署人需要通过[获取跳转至腾讯电子签小程序的签署链接](https://qian.tencent.com/developers/companyApis/startFlows/CreateSchemeUrl/)生成的链接进入小程序,领取合同并签署。同一签署环节可补充多个员工作为或签署人,最终实际签署人取决于谁先领取合同完成签署。
537
+
538
+
539
+ **限制条件**:
530
540
 
531
541
  1.本企业(发起方企业)企业微信签署人仅支持通过企业微信UserId或姓名+手机号进行补充。
542
+
532
543
  2.本企业(发起方企业)非企业微信签署人仅支持通过姓名+手机号进行补充。
544
+
533
545
  3.他方企业仅支持通过姓名+手机号进行补充。
534
- 4.个人签署人支持通过姓名+手机号进行补充,补充动态签署人时:若个人用户已完成实名,则可通过姓名+证件号码进行补充。
546
+
547
+ 4.个人签署人支持通过姓名+手机号进行补充(若<b>个人用户已完成实名</b>,动态签署人合同也可以可通过姓名+证件号码进行补充)
548
+
549
+
550
+ **整体流程如下图:**
551
+
552
+ ![image](https://qcloudimg.tencent-cloud.cn/raw/29a0fba0ceebf9227849459947384862.png)
535
553
 
536
554
  :param request: Request instance for CreateFlowApprovers.
537
555
  :type request: :class:`tencentcloud.ess.v20201111.models.CreateFlowApproversRequest`
@@ -4085,11 +4085,9 @@ class CreateFlowApproversRequest(AbstractModel):
4085
4085
  :param _Operator: 执行本接口操作的员工信息。
4086
4086
  注: `在调用此接口时,请确保指定的员工已获得所需的接口调用权限,并具备接口传入的相应资源的数据权限。`
4087
4087
  :type Operator: :class:`tencentcloud.ess.v20201111.models.UserInfo`
4088
- :param _Approvers: 补充企业签署人信息。
4088
+ :param _Approvers: 补充签署环节签署候选人信息。
4089
4089
 
4090
- - 如果发起方指定的补充签署人是企业微信签署人(ApproverSource=WEWORKAPP),则需要提供企业微信UserId进行补充;
4091
-
4092
- - 如果不指定,则使用姓名和手机号进行补充。
4090
+ 注:` 如果发起方指定的补充签署人是企业微信签署人(ApproverSource=WEWORKAPP),则需要提供企业微信UserId进行补充; 如果不指定,则使用姓名和手机号进行补充。`
4093
4091
  :type Approvers: list of FillApproverInfo
4094
4092
  :param _FlowId: 合同流程ID,为32位字符串。
4095
4093
  建议开发者妥善保存此流程ID,以便于顺利进行后续操作。
@@ -4097,9 +4095,9 @@ class CreateFlowApproversRequest(AbstractModel):
4097
4095
  :type FlowId: str
4098
4096
  :param _FillApproverType: 签署人信息补充方式
4099
4097
 
4100
- <ul><li>**0**: 添加或签人候选人,或签支持一个节点传多个签署人,不传值默认或签。
4098
+ <ul><li>**0**: <font color="red">或签合同</font>添加签署候选人,或签支持一个节点传多个签署人,不传值默认或签。
4101
4099
  注: `或签只支持企业签署方`</li>
4102
- <li>**1**: 表示往未指定签署人的节点,添加一个明确的签署人,支持企业或个人签署方。</li></ul>
4100
+ <li>**1**: <font color="red">动态签署人合同</font>的添加签署候选人,支持企业或个人签署方。</li></ul>
4103
4101
  :type FillApproverType: int
4104
4102
  :param _Initiator: 在可定制的企业微信通知中,发起人可以根据具体需求进行自定义设置。
4105
4103
  :type Initiator: str
@@ -730,12 +730,12 @@ class BaseFlowInfo(AbstractModel):
730
730
  r"""
731
731
  :param _FlowName: 合同流程的名称(可自定义此名称),长度不能超过200,只能由中文、字母、数字和下划线组成。
732
732
  :type FlowName: str
733
+ :param _Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
734
+ :type Deadline: int
733
735
  :param _FlowType: 合同流程的类别分类(可自定义名称,如销售合同/入职合同等),最大长度为200个字符,仅限中文、字母、数字和下划线组成。
734
736
  :type FlowType: str
735
737
  :param _FlowDescription: 合同流程描述信息(可自定义此描述),最大长度1000个字符。
736
738
  :type FlowDescription: str
737
- :param _Deadline: 合同流程的签署截止时间,格式为Unix标准时间戳(秒),如果在签署截止时间前未完成签署,则合同状态会变为已过期,导致合同作废。
738
- :type Deadline: int
739
739
  :param _Unordered: 合同流程的签署顺序类型:
740
740
  **false**:(默认)有序签署, 本合同多个参与人需要依次签署
741
741
  **true**:无序签署, 本合同多个参与人没有先后签署限制
@@ -769,9 +769,9 @@ class BaseFlowInfo(AbstractModel):
769
769
  :type Components: list of Component
770
770
  """
771
771
  self._FlowName = None
772
+ self._Deadline = None
772
773
  self._FlowType = None
773
774
  self._FlowDescription = None
774
- self._Deadline = None
775
775
  self._Unordered = None
776
776
  self._IntelligentStatus = None
777
777
  self._FormFields = None
@@ -789,6 +789,14 @@ class BaseFlowInfo(AbstractModel):
789
789
  def FlowName(self, FlowName):
790
790
  self._FlowName = FlowName
791
791
 
792
+ @property
793
+ def Deadline(self):
794
+ return self._Deadline
795
+
796
+ @Deadline.setter
797
+ def Deadline(self, Deadline):
798
+ self._Deadline = Deadline
799
+
792
800
  @property
793
801
  def FlowType(self):
794
802
  return self._FlowType
@@ -805,14 +813,6 @@ class BaseFlowInfo(AbstractModel):
805
813
  def FlowDescription(self, FlowDescription):
806
814
  self._FlowDescription = FlowDescription
807
815
 
808
- @property
809
- def Deadline(self):
810
- return self._Deadline
811
-
812
- @Deadline.setter
813
- def Deadline(self, Deadline):
814
- self._Deadline = Deadline
815
-
816
816
  @property
817
817
  def Unordered(self):
818
818
  return self._Unordered
@@ -880,9 +880,9 @@ class BaseFlowInfo(AbstractModel):
880
880
 
881
881
  def _deserialize(self, params):
882
882
  self._FlowName = params.get("FlowName")
883
+ self._Deadline = params.get("Deadline")
883
884
  self._FlowType = params.get("FlowType")
884
885
  self._FlowDescription = params.get("FlowDescription")
885
- self._Deadline = params.get("Deadline")
886
886
  self._Unordered = params.get("Unordered")
887
887
  self._IntelligentStatus = params.get("IntelligentStatus")
888
888
  if params.get("FormFields") is not None:
@@ -2821,7 +2821,7 @@ class Encryption(AbstractModel):
2821
2821
  :param _EncryptList: 在使用加密服务时,填入要被加密的字段。本接口中可填入加密后的一个或多个字段
2822
2822
  注意:此字段可能返回 null,表示取不到有效值。
2823
2823
  :type EncryptList: list of str
2824
- :param _CiphertextBlob: 有加密需求的用户,接入传入kms的CiphertextBlob,关于数据加密可查阅<a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
2824
+ :param _CiphertextBlob: 加密后的对称密钥,关于密钥的生成和使用请查阅<a href="https://cloud.tencent.com/document/product/1007/47180">数据加密</a> 文档。
2825
2825
  注意:此字段可能返回 null,表示取不到有效值。
2826
2826
  :type CiphertextBlob: str
2827
2827
  :param _Iv: 有加密需求的用户,传入CBC加密的初始向量(客户自定义字符串,长度16字符)。