Package | Description |
---|---|
com.tencentcloudapi.tione.v20211111.models |
Modifier and Type | Method and Description |
---|---|
CosPathInfo |
TrainingTaskDetail.getCodePackagePath()
Get 代码包
|
CosPathInfo |
ModelInfo.getCosPathInfo()
Get cos路径信息
|
CosPathInfo |
InferCodeInfo.getCosPathInfo()
Get 推理代码所在的cos详情
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
ModelAccelerateVersion.getCosPathInfo()
Get 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
DataConfig.getCOSSource()
Get 来自cos的数据
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
ModelAccelerateVersion.getModelCosPath()
Get 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
TrainingModelVersionDTO.getModelHotUpdatePath()
Get 模型热更新目录
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
ModelAccelerateTask.getModelInputPath()
Get 模型输入cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
CreateTrainingModelRequest.getModelOutputPath()
Get 模型存储cos目录
|
CosPathInfo |
ModelAccelerateTask.getModelOutputPath()
Get 模型输出cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
TrainingTaskSetItem.getOutput()
Get 训练输出
|
CosPathInfo |
TrainingTaskDetail.getOutput()
Get 训练输出
|
CosPathInfo |
DatasetGroup.getStorageDataPath()
Get 数据集源COS路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
DatasetInfo.getStorageDataPath()
Get 数据集源cos 路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
CreateDatasetRequest.getStorageDataPath()
Get 数据源cos路径
|
CosPathInfo |
DatasetGroup.getStorageLabelPath()
Get 数据集标签存储路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
DatasetInfo.getStorageLabelPath()
Get 数据集输出cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
CosPathInfo |
CreateDatasetRequest.getStorageLabelPath()
Get 数据集标签cos存储路径
|
CosPathInfo |
CreateTrainingModelRequest.getTrainingModelCosPath()
Get 模型来源cos目录,以/结尾
|
CosPathInfo |
TrainingModelVersionDTO.getTrainingModelCosPath()
Get 模型cos路径
|
Modifier and Type | Method and Description |
---|---|
void |
TrainingTaskDetail.setCodePackagePath(CosPathInfo CodePackagePath)
Set 代码包
|
void |
ModelInfo.setCosPathInfo(CosPathInfo CosPathInfo)
Set cos路径信息
|
void |
InferCodeInfo.setCosPathInfo(CosPathInfo CosPathInfo)
Set 推理代码所在的cos详情
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModelAccelerateVersion.setCosPathInfo(CosPathInfo CosPathInfo)
Set 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DataConfig.setCOSSource(CosPathInfo COSSource)
Set 来自cos的数据
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModelAccelerateVersion.setModelCosPath(CosPathInfo ModelCosPath)
Set 模型cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
TrainingModelVersionDTO.setModelHotUpdatePath(CosPathInfo ModelHotUpdatePath)
Set 模型热更新目录
注意:此字段可能返回 null,表示取不到有效值。
|
void |
ModelAccelerateTask.setModelInputPath(CosPathInfo ModelInputPath)
Set 模型输入cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateTrainingModelRequest.setModelOutputPath(CosPathInfo ModelOutputPath)
Set 模型存储cos目录
|
void |
ModelAccelerateTask.setModelOutputPath(CosPathInfo ModelOutputPath)
Set 模型输出cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
TrainingTaskSetItem.setOutput(CosPathInfo Output)
Set 训练输出
|
void |
TrainingTaskDetail.setOutput(CosPathInfo Output)
Set 训练输出
|
void |
DatasetGroup.setStorageDataPath(CosPathInfo StorageDataPath)
Set 数据集源COS路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DatasetInfo.setStorageDataPath(CosPathInfo StorageDataPath)
Set 数据集源cos 路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateDatasetRequest.setStorageDataPath(CosPathInfo StorageDataPath)
Set 数据源cos路径
|
void |
DatasetGroup.setStorageLabelPath(CosPathInfo StorageLabelPath)
Set 数据集标签存储路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
DatasetInfo.setStorageLabelPath(CosPathInfo StorageLabelPath)
Set 数据集输出cos路径
注意:此字段可能返回 null,表示取不到有效值。
|
void |
CreateDatasetRequest.setStorageLabelPath(CosPathInfo StorageLabelPath)
Set 数据集标签cos存储路径
|
void |
CreateTrainingModelRequest.setTrainingModelCosPath(CosPathInfo TrainingModelCosPath)
Set 模型来源cos目录,以/结尾
|
void |
TrainingModelVersionDTO.setTrainingModelCosPath(CosPathInfo TrainingModelCosPath)
Set 模型cos路径
|
Constructor and Description |
---|
CosPathInfo(CosPathInfo 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 © 2024. All rights reserved.