| Package | Description |
|---|---|
| com.tencentcloudapi.tione.v20211111.models |
| Modifier and Type | Method and Description |
|---|---|
TrainingModelVersionDTO |
DescribeTrainingModelVersionResponse.getTrainingModelVersion()
Get 模型版本
|
TrainingModelVersionDTO[] |
DescribeTrainingModelVersionsResponse.getTrainingModelVersions()
Get 模型版本列表
|
TrainingModelVersionDTO[] |
TrainingModelDTO.getTrainingModelVersions()
Get 模型版本列表。默认不返回,仅在指定请求参数开启时返回。
注意:此字段可能返回 null,表示取不到有效值。
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrainingModelVersionResponse.setTrainingModelVersion(TrainingModelVersionDTO TrainingModelVersion)
Set 模型版本
|
void |
DescribeTrainingModelVersionsResponse.setTrainingModelVersions(TrainingModelVersionDTO[] TrainingModelVersions)
Set 模型版本列表
|
void |
TrainingModelDTO.setTrainingModelVersions(TrainingModelVersionDTO[] TrainingModelVersions)
Set 模型版本列表。默认不返回,仅在指定请求参数开启时返回。
注意:此字段可能返回 null,表示取不到有效值。
|
| Constructor and Description |
|---|
TrainingModelVersionDTO(TrainingModelVersionDTO source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Copyright © 2023. All rights reserved.