Class: TencentCloud::Tione::V20211111::DeleteTrainingModelRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Tione::V20211111::DeleteTrainingModelRequest
- Defined in:
- lib/v20211111/models.rb
Overview
DeleteTrainingModel请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(trainingmodelid = nil, enabledeletecos = nil, modelversiontype = nil) ⇒ DeleteTrainingModelRequest
constructor
A new instance of DeleteTrainingModelRequest.
Constructor Details
#initialize(trainingmodelid = nil, enabledeletecos = nil, modelversiontype = nil) ⇒ DeleteTrainingModelRequest
Returns a new instance of DeleteTrainingModelRequest.
2363 2364 2365 2366 2367 |
# File 'lib/v20211111/models.rb', line 2363 def initialize(trainingmodelid=nil, enabledeletecos=nil, modelversiontype=nil) @TrainingModelId = trainingmodelid @EnableDeleteCos = enabledeletecos @ModelVersionType = modelversiontype end |
Instance Attribute Details
#EnableDeleteCos ⇒ Object
2361 2362 2363 |
# File 'lib/v20211111/models.rb', line 2361 def EnableDeleteCos @EnableDeleteCos end |
#ModelVersionType ⇒ Object
2361 2362 2363 |
# File 'lib/v20211111/models.rb', line 2361 def ModelVersionType @ModelVersionType end |
#TrainingModelId ⇒ Object
2361 2362 2363 |
# File 'lib/v20211111/models.rb', line 2361 def TrainingModelId @TrainingModelId end |
Instance Method Details
#deserialize(params) ⇒ Object
2369 2370 2371 2372 2373 |
# File 'lib/v20211111/models.rb', line 2369 def deserialize(params) @TrainingModelId = params['TrainingModelId'] @EnableDeleteCos = params['EnableDeleteCos'] @ModelVersionType = params['ModelVersionType'] end |