Package com.volcengine.ark.model
Class ModelReferenceForCreateBatchInferenceJobInput
- java.lang.Object
-
- com.volcengine.ark.model.ModelReferenceForCreateBatchInferenceJobInput
-
public class ModelReferenceForCreateBatchInferenceJobInput extends Object
ModelReferenceForCreateBatchInferenceJobInput
-
-
Constructor Summary
Constructors Constructor Description ModelReferenceForCreateBatchInferenceJobInput()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelReferenceForCreateBatchInferenceJobInputcustomModelId(String customModelId)booleanequals(Object o)ModelReferenceForCreateBatchInferenceJobInputfoundationModel(FoundationModelForCreateBatchInferenceJobInput foundationModel)StringgetCustomModelId()Get customModelId@Valid FoundationModelForCreateBatchInferenceJobInputgetFoundationModel()Get foundationModelinthashCode()voidsetCustomModelId(String customModelId)voidsetFoundationModel(FoundationModelForCreateBatchInferenceJobInput foundationModel)StringtoString()
-
-
-
Method Detail
-
customModelId
public ModelReferenceForCreateBatchInferenceJobInput customModelId(String customModelId)
-
getCustomModelId
public String getCustomModelId()
Get customModelId- Returns:
- customModelId
-
setCustomModelId
public void setCustomModelId(String customModelId)
-
foundationModel
public ModelReferenceForCreateBatchInferenceJobInput foundationModel(FoundationModelForCreateBatchInferenceJobInput foundationModel)
-
getFoundationModel
@Valid public @Valid FoundationModelForCreateBatchInferenceJobInput getFoundationModel()
Get foundationModel- Returns:
- foundationModel
-
setFoundationModel
public void setFoundationModel(FoundationModelForCreateBatchInferenceJobInput foundationModel)
-
-