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