tencentcloud-sdk-batch 3.0.1024 → 3.0.1026

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/VERSION +1 -1
  3. data/lib/v20170312/models.rb +4 -79
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: f0cbce8b0026eee53d64b47c4fc2b47d4b853393
4
- data.tar.gz: 4b52aba68262ec45555e2f4d3001c1cd7386547e
3
+ metadata.gz: 39ed9d1cd0d1397516fdc88c8ba8034b90816265
4
+ data.tar.gz: bb17a5df6180b0ae4a5989b92b4097d076529f51
5
5
  SHA512:
6
- metadata.gz: 759d4717d3e0dedea7a457cdb3448ad82f2a5f100ae5a269f2e1ff568482d67e99f8c67f58f0b917f770df3eeeca57b0385a90fc31ceee17fa82a58fedf28a29
7
- data.tar.gz: c3766d29e8ec120b83b6314889979a805f1f3d3590ecf9e44866be7c5300bb93b2d63570d48f5ea45a31b455f5d2b740282ae5c297b3d8093692f3b2a61669f1
6
+ metadata.gz: fb307e73ab7621ae58d02af61e497b7cb58807ecd3899b44799cb2c806a25702a373a08f8ad52f477ee768f72e43ba2d5ad1cff20aeb2985645066ed41e120f6
7
+ data.tar.gz: b224f23d179ab7e0c240e5b34914de7a860c9d485492a56011f4340d8f8227bcf8885b1a735cbd454d9e9037f932f88c99cf0f1db1361b3836fadec8d674bc74
data/lib/VERSION CHANGED
@@ -1 +1 @@
1
- 3.0.1024
1
+ 3.0.1026
@@ -36,10 +36,8 @@ module TencentCloud
36
36
  # @param StartTime: 活动开始时间
37
37
  # @type StartTime: String
38
38
  # @param EndTime: 活动结束时间
39
- # 注意:此字段可能返回 null,表示取不到有效值。
40
39
  # @type EndTime: String
41
40
  # @param InstanceId: 云服务器实例ID
42
- # 注意:此字段可能返回 null,表示取不到有效值。
43
41
  # @type InstanceId: String
44
42
 
45
43
  attr_accessor :ActivityId, :ComputeNodeId, :ComputeNodeActivityType, :EnvId, :Cause, :ActivityState, :StateReason, :StartTime, :EndTime, :InstanceId
@@ -74,13 +72,10 @@ module TencentCloud
74
72
  # agent运行模式
75
73
  class AgentRunningMode < TencentCloud::Common::AbstractModel
76
74
  # @param Scene: 场景类型,支持WINDOWS
77
- # 注意:此字段可能返回 null,表示取不到有效值。
78
75
  # @type Scene: String
79
76
  # @param User: 运行Agent的User
80
- # 注意:此字段可能返回 null,表示取不到有效值。
81
77
  # @type User: String
82
78
  # @param Session: 运行Agent的Session
83
- # 注意:此字段可能返回 null,表示取不到有效值。
84
79
  # @type Session: String
85
80
 
86
81
  attr_accessor :Scene, :User, :Session
@@ -142,19 +137,14 @@ module TencentCloud
142
137
  # 应用程序信息
143
138
  class Application < TencentCloud::Common::AbstractModel
144
139
  # @param DeliveryForm: 应用程序的交付方式,包括PACKAGE、LOCAL 两种取值,分别指远程存储的软件包、计算环境本地。
145
- # 注意:此字段可能返回 null,表示取不到有效值。
146
140
  # @type DeliveryForm: String
147
141
  # @param Command: 任务执行命令。与Commands不能同时指定。
148
- # 注意:此字段可能返回 null,表示取不到有效值。
149
142
  # @type Command: String
150
143
  # @param PackagePath: 应用程序软件包的远程存储路径
151
- # 注意:此字段可能返回 null,表示取不到有效值。
152
144
  # @type PackagePath: String
153
145
  # @param Docker: 应用使用Docker的相关配置。在使用Docker配置的情况下,DeliveryForm 为 LOCAL 表示直接使用Docker镜像内部的应用软件,通过Docker方式运行;DeliveryForm 为 PACKAGE,表示将远程应用包注入到Docker镜像后,通过Docker方式运行。为避免Docker不同版本的兼容性问题,Docker安装包及相关依赖由Batch统一负责,对于已安装Docker的自定义镜像,请卸载后再使用Docker特性。
154
- # 注意:此字段可能返回 null,表示取不到有效值。
155
146
  # @type Docker: :class:`Tencentcloud::Batch.v20170312.models.Docker`
156
147
  # @param Commands: 任务执行命令信息。与Command不能同时指定。
157
- # 注意:此字段可能返回 null,表示取不到有效值。
158
148
  # @type Commands: Array
159
149
 
160
150
  attr_accessor :DeliveryForm, :Command, :PackagePath, :Docker, :Commands
@@ -232,13 +222,10 @@ module TencentCloud
232
222
  # 授权认证信息
233
223
  class Authentication < TencentCloud::Common::AbstractModel
234
224
  # @param Scene: 授权场景,例如COS
235
- # 注意:此字段可能返回 null,表示取不到有效值。
236
225
  # @type Scene: String
237
226
  # @param SecretId: SecretId
238
- # 注意:此字段可能返回 null,表示取不到有效值。
239
227
  # @type SecretId: String
240
228
  # @param SecretKey: SecretKey
241
- # 注意:此字段可能返回 null,表示取不到有效值。
242
229
  # @type SecretKey: String
243
230
 
244
231
  attr_accessor :Scene, :SecretId, :SecretKey
@@ -259,7 +246,6 @@ module TencentCloud
259
246
  # 任务执行信息描述。
260
247
  class CommandLine < TencentCloud::Common::AbstractModel
261
248
  # @param Command: 任务执行命令。
262
- # 注意:此字段可能返回 null,表示取不到有效值。
263
249
  # @type Command: String
264
250
 
265
251
  attr_accessor :Command
@@ -278,31 +264,24 @@ module TencentCloud
278
264
  # @param EnvId: 计算环境 ID
279
265
  # @type EnvId: String
280
266
  # @param EnvName: 计算环境名称
281
- # 注意:此字段可能返回 null,表示取不到有效值。
282
267
  # @type EnvName: String
283
268
  # @param EnvDescription: 计算环境描述
284
- # 注意:此字段可能返回 null,表示取不到有效值。
285
269
  # @type EnvDescription: String
286
270
  # @param EnvType: 计算环境类型,仅支持“MANAGED”类型
287
271
  # @type EnvType: String
288
272
  # @param EnvData: 计算环境参数
289
273
  # @type EnvData: :class:`Tencentcloud::Batch.v20170312.models.EnvData`
290
274
  # @param MountDataDisks: 数据盘挂载选项
291
- # 注意:此字段可能返回 null,表示取不到有效值。
292
275
  # @type MountDataDisks: Array
293
276
  # @param InputMappings: 输入映射
294
- # 注意:此字段可能返回 null,表示取不到有效值。
295
277
  # @type InputMappings: Array
296
278
  # @param Authentications: 授权信息
297
- # 注意:此字段可能返回 null,表示取不到有效值。
298
279
  # @type Authentications: Array
299
280
  # @param Notifications: 通知信息
300
- # 注意:此字段可能返回 null,表示取不到有效值。
301
281
  # @type Notifications: Array
302
282
  # @param DesiredComputeNodeCount: 计算节点期望个数
303
283
  # @type DesiredComputeNodeCount: Integer
304
284
  # @param Tags: 计算环境标签列表
305
- # 注意:此字段可能返回 null,表示取不到有效值。
306
285
  # @type Tags: Array
307
286
 
308
287
  attr_accessor :EnvId, :EnvName, :EnvDescription, :EnvType, :EnvData, :MountDataDisks, :InputMappings, :Authentications, :Notifications, :DesiredComputeNodeCount, :Tags
@@ -913,10 +892,8 @@ module TencentCloud
913
892
  # 依赖关系
914
893
  class Dependence < TencentCloud::Common::AbstractModel
915
894
  # @param StartTask: 依赖关系的起点任务名称
916
- # 注意:此字段可能返回 null,表示取不到有效值。
917
895
  # @type StartTask: String
918
896
  # @param EndTask: 依赖关系的终点任务名称
919
- # 注意:此字段可能返回 null,表示取不到有效值。
920
897
  # @type EndTask: String
921
898
 
922
899
  attr_accessor :StartTask, :EndTask
@@ -1070,7 +1047,6 @@ module TencentCloud
1070
1047
  # @param EnvName: 计算环境名称
1071
1048
  # @type EnvName: String
1072
1049
  # @param EnvDescription: 计算环境描述
1073
- # 注意:此字段可能返回 null,表示取不到有效值。
1074
1050
  # @type EnvDescription: String
1075
1051
  # @param EnvType: 计算环境类型,仅支持“MANAGED”类型
1076
1052
  # @type EnvType: String
@@ -1589,7 +1565,6 @@ module TencentCloud
1589
1565
  # 注意:此字段可能返回 null,表示取不到有效值。
1590
1566
  # @type Tags: Array
1591
1567
  # @param NextAction: 下一步动作
1592
- # 注意:此字段可能返回 null,表示取不到有效值。
1593
1568
  # @type NextAction: String
1594
1569
  # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1595
1570
  # @type RequestId: String
@@ -2099,7 +2074,6 @@ module TencentCloud
2099
2074
  # @param DelayOnRetry: 拉取Docker镜像失败时延迟时间。单位:秒。
2100
2075
  # @type DelayOnRetry: Integer
2101
2076
  # @param DockerRunOption: Docker命令运行参数。
2102
- # 注意:此字段可能返回 null,表示取不到有效值。
2103
2077
  # @type DockerRunOption: String
2104
2078
 
2105
2079
  attr_accessor :Image, :User, :Password, :Server, :MaxRetryCount, :DelayOnRetry, :DockerRunOption
@@ -2271,15 +2245,15 @@ module TencentCloud
2271
2245
 
2272
2246
  # 黑石计算环境数据
2273
2247
  class EnvDataCpm < TencentCloud::Common::AbstractModel
2274
- # @param Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1, 可通过黑石接口[DescribeRegions]( https://cloud.tencent.com/document/api/386/33564)接口获取。不是Batch可用区名称。目前仅支持一个可用区名称。
2248
+ # @param Zones: 黑石可用区名称列表。如ap-guangzhou-bls-1。不是Batch可用区名称。目前仅支持一个可用区名称。
2275
2249
  # @type Zones: Array
2276
- # @param InstanceTypes: 购买的机型ID。通过黑石接口[DescribeDeviceClass]( https://cloud.tencent.com/document/api/386/32911)查询设备型号,获取机型信息。
2250
+ # @param InstanceTypes: 购买的机型ID
2277
2251
  # @type InstanceTypes: Array
2278
2252
  # @param TimeUnit: 购买时长单位,取值:m(月)。
2279
2253
  # @type TimeUnit: String
2280
2254
  # @param TimeSpan: 购买时长。
2281
2255
  # @type TimeSpan: Integer
2282
- # @param RaidId: RAID类型ID。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取RAID信息。
2256
+ # @param RaidId: RAID类型ID
2283
2257
  # @type RaidId: Integer
2284
2258
  # @param OsTypeId: 部署服务器的操作系统ID。通过批量计算接口DescribeCpmOsInfo查询操作系统信息。
2285
2259
  # @type OsTypeId: Integer
@@ -2305,7 +2279,7 @@ module TencentCloud
2305
2279
  # @type EipBandwidth: Integer
2306
2280
  # @param ImageId: 自定义镜像ID,取值生效时用自定义镜像部署物理机。
2307
2281
  # @type ImageId: String
2308
- # @param SysRootSpace: 系统盘根分区大小,单位为G,默认取值10G。通过黑石接口[DescribeDeviceClassPartition]( https://cloud.tencent.com/document/api/386/32910)查询机型RAID方式以及系统盘大小,获取根分区信息。
2282
+ # @param SysRootSpace: 系统盘根分区大小,单位为G,默认取值10G
2309
2283
  # @type SysRootSpace: Integer
2310
2284
  # @param SysDataSpace: /data分区大小,单位为G。如果系统盘还有剩余大小,会分配给/data分区。(特殊情况:如果剩余空间不足10G,并且没有指定/data分区,则剩余空间会分配给Root分区)。
2311
2285
  # @type SysDataSpace: Integer
@@ -2375,10 +2349,8 @@ module TencentCloud
2375
2349
  # 环境变量
2376
2350
  class EnvVar < TencentCloud::Common::AbstractModel
2377
2351
  # @param Name: 环境变量名称
2378
- # 注意:此字段可能返回 null,表示取不到有效值。
2379
2352
  # @type Name: String
2380
2353
  # @param Value: 环境变量取值
2381
- # 注意:此字段可能返回 null,表示取不到有效值。
2382
2354
  # @type Value: String
2383
2355
 
2384
2356
  attr_accessor :Name, :Value
@@ -2424,10 +2396,8 @@ module TencentCloud
2424
2396
  # 自定义键值对
2425
2397
  class EventVar < TencentCloud::Common::AbstractModel
2426
2398
  # @param Name: 自定义键
2427
- # 注意:此字段可能返回 null,表示取不到有效值。
2428
2399
  # @type Name: String
2429
2400
  # @param Value: 自定义值
2430
- # 注意:此字段可能返回 null,表示取不到有效值。
2431
2401
  # @type Value: String
2432
2402
 
2433
2403
  attr_accessor :Name, :Value
@@ -2504,13 +2474,10 @@ module TencentCloud
2504
2474
  # 输入映射
2505
2475
  class InputMapping < TencentCloud::Common::AbstractModel
2506
2476
  # @param SourcePath: 源端路径
2507
- # 注意:此字段可能返回 null,表示取不到有效值。
2508
2477
  # @type SourcePath: String
2509
2478
  # @param DestinationPath: 目的端路径
2510
- # 注意:此字段可能返回 null,表示取不到有效值。
2511
2479
  # @type DestinationPath: String
2512
2480
  # @param MountOptionParameter: 挂载配置项参数
2513
- # 注意:此字段可能返回 null,表示取不到有效值。
2514
2481
  # @type MountOptionParameter: String
2515
2482
 
2516
2483
  attr_accessor :SourcePath, :DestinationPath, :MountOptionParameter
@@ -2994,17 +2961,14 @@ module TencentCloud
2994
2961
  # @param Priority: 作业优先级
2995
2962
  # @type Priority: Integer
2996
2963
  # @param Placement: 位置信息
2997
- # 注意:此字段可能返回 null,表示取不到有效值。
2998
2964
  # @type Placement: :class:`Tencentcloud::Batch.v20170312.models.Placement`
2999
2965
  # @param CreateTime: 创建时间
3000
2966
  # @type CreateTime: String
3001
2967
  # @param EndTime: 结束时间
3002
- # 注意:此字段可能返回 null,表示取不到有效值。
3003
2968
  # @type EndTime: String
3004
2969
  # @param TaskMetrics: 任务统计指标
3005
2970
  # @type TaskMetrics: :class:`Tencentcloud::Batch.v20170312.models.TaskMetrics`
3006
2971
  # @param Tags: 作业绑定的标签列表。
3007
- # 注意:此字段可能返回 null,表示取不到有效值。
3008
2972
  # @type Tags: Array
3009
2973
 
3010
2974
  attr_accessor :JobId, :JobName, :JobState, :Priority, :Placement, :CreateTime, :EndTime, :TaskMetrics, :Tags
@@ -3205,10 +3169,8 @@ module TencentCloud
3205
3169
  # 数据盘挂载选项
3206
3170
  class MountDataDisk < TencentCloud::Common::AbstractModel
3207
3171
  # @param LocalPath: 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
3208
- # 注意:此字段可能返回 null,表示取不到有效值。
3209
3172
  # @type LocalPath: String
3210
3173
  # @param FileSystemType: 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
3211
- # 注意:此字段可能返回 null,表示取不到有效值。
3212
3174
  # @type FileSystemType: String
3213
3175
 
3214
3176
  attr_accessor :LocalPath, :FileSystemType
@@ -3597,16 +3559,12 @@ module TencentCloud
3597
3559
  # 重定向信息
3598
3560
  class RedirectInfo < TencentCloud::Common::AbstractModel
3599
3561
  # @param StdoutRedirectPath: 标准输出重定向路径;
3600
- # 注意:此字段可能返回 null,表示取不到有效值。
3601
3562
  # @type StdoutRedirectPath: String
3602
3563
  # @param StderrRedirectPath: 标准错误重定向路径
3603
- # 注意:此字段可能返回 null,表示取不到有效值。
3604
3564
  # @type StderrRedirectPath: String
3605
3565
  # @param StdoutRedirectFileName: 标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3606
- # 注意:此字段可能返回 null,表示取不到有效值。
3607
3566
  # @type StdoutRedirectFileName: String
3608
3567
  # @param StderrRedirectFileName: 标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3609
- # 注意:此字段可能返回 null,表示取不到有效值。
3610
3568
  # @type StderrRedirectFileName: String
3611
3569
 
3612
3570
  attr_accessor :StdoutRedirectPath, :StderrRedirectPath, :StdoutRedirectFileName, :StderrRedirectFileName
@@ -3629,16 +3587,12 @@ module TencentCloud
3629
3587
  # 本地重定向信息
3630
3588
  class RedirectLocalInfo < TencentCloud::Common::AbstractModel
3631
3589
  # @param StdoutLocalPath: 标准输出重定向本地路径
3632
- # 注意:此字段可能返回 null,表示取不到有效值。
3633
3590
  # @type StdoutLocalPath: String
3634
3591
  # @param StderrLocalPath: 标准错误重定向本地路径
3635
- # 注意:此字段可能返回 null,表示取不到有效值。
3636
3592
  # @type StderrLocalPath: String
3637
3593
  # @param StdoutLocalFileName: 标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3638
- # 注意:此字段可能返回 null,表示取不到有效值。
3639
3594
  # @type StdoutLocalFileName: String
3640
3595
  # @param StderrLocalFileName: 标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
3641
- # 注意:此字段可能返回 null,表示取不到有效值。
3642
3596
  # @type StderrLocalFileName: String
3643
3597
 
3644
3598
  attr_accessor :StdoutLocalPath, :StderrLocalPath, :StdoutLocalFileName, :StderrLocalFileName
@@ -3879,10 +3833,8 @@ module TencentCloud
3879
3833
  # 标签。
3880
3834
  class Tag < TencentCloud::Common::AbstractModel
3881
3835
  # @param Key: 标签键。
3882
- # 注意:此字段可能返回 null,表示取不到有效值。
3883
3836
  # @type Key: String
3884
3837
  # @param Value: 标签值。
3885
- # 注意:此字段可能返回 null,表示取不到有效值。
3886
3838
  # @type Value: String
3887
3839
 
3888
3840
  attr_accessor :Key, :Value
@@ -4041,22 +3993,16 @@ module TencentCloud
4041
3993
  # @param TaskInstanceIndex: 任务实例
4042
3994
  # @type TaskInstanceIndex: Integer
4043
3995
  # @param StdoutLog: 标准输出日志(Base64编码,解码后最大日志长度2048字节)
4044
- # 注意:此字段可能返回 null,表示取不到有效值。
4045
3996
  # @type StdoutLog: String
4046
3997
  # @param StderrLog: 标准错误日志(Base64编码,解码后最大日志长度2048字节)
4047
- # 注意:此字段可能返回 null,表示取不到有效值。
4048
3998
  # @type StderrLog: String
4049
3999
  # @param StdoutRedirectPath: 标准输出重定向路径
4050
- # 注意:此字段可能返回 null,表示取不到有效值。
4051
4000
  # @type StdoutRedirectPath: String
4052
4001
  # @param StderrRedirectPath: 标准错误重定向路径
4053
- # 注意:此字段可能返回 null,表示取不到有效值。
4054
4002
  # @type StderrRedirectPath: String
4055
4003
  # @param StdoutRedirectFileName: 标准输出重定向文件名
4056
- # 注意:此字段可能返回 null,表示取不到有效值。
4057
4004
  # @type StdoutRedirectFileName: String
4058
4005
  # @param StderrRedirectFileName: 标准错误重定向文件名
4059
- # 注意:此字段可能返回 null,表示取不到有效值。
4060
4006
  # @type StderrRedirectFileName: String
4061
4007
 
4062
4008
  attr_accessor :TaskInstanceIndex, :StdoutLog, :StderrLog, :StdoutRedirectPath, :StderrRedirectPath, :StdoutRedirectFileName, :StderrRedirectFileName
@@ -4085,28 +4031,20 @@ module TencentCloud
4085
4031
  # 任务实例统计指标
4086
4032
  class TaskInstanceMetrics < TencentCloud::Common::AbstractModel
4087
4033
  # @param SubmittedCount: Submitted个数
4088
- # 注意:此字段可能返回 null,表示取不到有效值。
4089
4034
  # @type SubmittedCount: Integer
4090
4035
  # @param PendingCount: Pending个数
4091
- # 注意:此字段可能返回 null,表示取不到有效值。
4092
4036
  # @type PendingCount: Integer
4093
4037
  # @param RunnableCount: Runnable个数
4094
- # 注意:此字段可能返回 null,表示取不到有效值。
4095
4038
  # @type RunnableCount: Integer
4096
4039
  # @param StartingCount: Starting个数
4097
- # 注意:此字段可能返回 null,表示取不到有效值。
4098
4040
  # @type StartingCount: Integer
4099
4041
  # @param RunningCount: Running个数
4100
- # 注意:此字段可能返回 null,表示取不到有效值。
4101
4042
  # @type RunningCount: Integer
4102
4043
  # @param SucceedCount: Succeed个数
4103
- # 注意:此字段可能返回 null,表示取不到有效值。
4104
4044
  # @type SucceedCount: Integer
4105
4045
  # @param FailedInterruptedCount: FailedInterrupted个数
4106
- # 注意:此字段可能返回 null,表示取不到有效值。
4107
4046
  # @type FailedInterruptedCount: Integer
4108
4047
  # @param FailedCount: Failed个数
4109
- # 注意:此字段可能返回 null,表示取不到有效值。
4110
4048
  # @type FailedCount: Integer
4111
4049
 
4112
4050
  attr_accessor :SubmittedCount, :PendingCount, :RunnableCount, :StartingCount, :RunningCount, :SucceedCount, :FailedInterruptedCount, :FailedCount
@@ -4141,23 +4079,18 @@ module TencentCloud
4141
4079
  # @param TaskInstanceState: 任务实例状态
4142
4080
  # @type TaskInstanceState: String
4143
4081
  # @param ExitCode: 应用程序执行结束的exit code
4144
- # 注意:此字段可能返回 null,表示取不到有效值。
4145
4082
  # @type ExitCode: Integer
4146
4083
  # @param StateReason: 任务实例状态原因,任务实例失败时,会记录失败原因
4147
4084
  # @type StateReason: String
4148
4085
  # @param ComputeNodeInstanceId: 任务实例运行时所在计算节点(例如CVM)的InstanceId。任务实例未运行或者完结时,本字段为空。任务实例重试时,本字段会随之变化
4149
- # 注意:此字段可能返回 null,表示取不到有效值。
4150
4086
  # @type ComputeNodeInstanceId: String
4151
4087
  # @param CreateTime: 创建时间
4152
4088
  # @type CreateTime: String
4153
4089
  # @param LaunchTime: 启动时间
4154
- # 注意:此字段可能返回 null,表示取不到有效值。
4155
4090
  # @type LaunchTime: String
4156
4091
  # @param RunningTime: 开始运行时间
4157
- # 注意:此字段可能返回 null,表示取不到有效值。
4158
4092
  # @type RunningTime: String
4159
4093
  # @param EndTime: 结束时间
4160
- # 注意:此字段可能返回 null,表示取不到有效值。
4161
4094
  # @type EndTime: String
4162
4095
  # @param RedirectInfo: 重定向信息
4163
4096
  # @type RedirectInfo: :class:`Tencentcloud::Batch.v20170312.models.RedirectInfo`
@@ -4201,28 +4134,20 @@ module TencentCloud
4201
4134
  # 任务统计指标
4202
4135
  class TaskMetrics < TencentCloud::Common::AbstractModel
4203
4136
  # @param SubmittedCount: Submitted个数
4204
- # 注意:此字段可能返回 null,表示取不到有效值。
4205
4137
  # @type SubmittedCount: Integer
4206
4138
  # @param PendingCount: Pending个数
4207
- # 注意:此字段可能返回 null,表示取不到有效值。
4208
4139
  # @type PendingCount: Integer
4209
4140
  # @param RunnableCount: Runnable个数
4210
- # 注意:此字段可能返回 null,表示取不到有效值。
4211
4141
  # @type RunnableCount: Integer
4212
4142
  # @param StartingCount: Starting个数
4213
- # 注意:此字段可能返回 null,表示取不到有效值。
4214
4143
  # @type StartingCount: Integer
4215
4144
  # @param RunningCount: Running个数
4216
- # 注意:此字段可能返回 null,表示取不到有效值。
4217
4145
  # @type RunningCount: Integer
4218
4146
  # @param SucceedCount: Succeed个数
4219
- # 注意:此字段可能返回 null,表示取不到有效值。
4220
4147
  # @type SucceedCount: Integer
4221
4148
  # @param FailedInterruptedCount: FailedInterrupted个数
4222
- # 注意:此字段可能返回 null,表示取不到有效值。
4223
4149
  # @type FailedInterruptedCount: Integer
4224
4150
  # @param FailedCount: Failed个数
4225
- # 注意:此字段可能返回 null,表示取不到有效值。
4226
4151
  # @type FailedCount: Integer
4227
4152
 
4228
4153
  attr_accessor :SubmittedCount, :PendingCount, :RunnableCount, :StartingCount, :RunningCount, :SucceedCount, :FailedInterruptedCount, :FailedCount
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tencentcloud-sdk-batch
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.0.1024
4
+ version: 3.0.1026
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tencent Cloud
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2025-03-20 00:00:00.000000000 Z
11
+ date: 2025-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: tencentcloud-sdk-common