类 ModelReferenceForListBatchInferenceJobsOutput
- java.lang.Object
-
- com.volcengine.ark.model.ModelReferenceForListBatchInferenceJobsOutput
-
public class ModelReferenceForListBatchInferenceJobsOutput extends Object
ModelReferenceForListBatchInferenceJobsOutput
-
-
构造器概要
构造器 构造器 说明 ModelReferenceForListBatchInferenceJobsOutput()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 ModelReferenceForListBatchInferenceJobsOutputcustomModelId(String customModelId)booleanequals(Object o)ModelReferenceForListBatchInferenceJobsOutputfoundationModel(FoundationModelForListBatchInferenceJobsOutput foundationModel)StringgetCustomModelId()Get customModelId@Valid FoundationModelForListBatchInferenceJobsOutputgetFoundationModel()Get foundationModelinthashCode()voidsetCustomModelId(String customModelId)voidsetFoundationModel(FoundationModelForListBatchInferenceJobsOutput foundationModel)StringtoString()
-
-
-
方法详细资料
-
customModelId
public ModelReferenceForListBatchInferenceJobsOutput customModelId(String customModelId)
-
getCustomModelId
public String getCustomModelId()
Get customModelId- 返回:
- customModelId
-
setCustomModelId
public void setCustomModelId(String customModelId)
-
foundationModel
public ModelReferenceForListBatchInferenceJobsOutput foundationModel(FoundationModelForListBatchInferenceJobsOutput foundationModel)
-
getFoundationModel
@Valid public @Valid FoundationModelForListBatchInferenceJobsOutput getFoundationModel()
Get foundationModel- 返回:
- foundationModel
-
setFoundationModel
public void setFoundationModel(FoundationModelForListBatchInferenceJobsOutput foundationModel)
-
-