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